Skip to content

Commit e4fd188

Browse files
committed
chore: remove core as a queue dependency, leave as peer
1 parent cfaf712 commit e4fd188

2 files changed

Lines changed: 7 additions & 2 deletions

File tree

packages/http/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @h3ravel/http
22

3+
## 5.0.4
4+
5+
### Patch Changes
6+
7+
- chore: remove core as a queue dependency, leave as peer
8+
39
## 5.0.3
410

511
### Patch Changes

packages/http/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@h3ravel/http",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "HTTP kernel, middleware pipeline, request/response classes for H3ravel.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -27,7 +27,6 @@
2727
"test": "jest --passWithNoTests"
2828
},
2929
"dependencies": {
30-
"@h3ravel/core": "workspace:^",
3130
"@h3ravel/support": "workspace:^",
3231
"@h3ravel/shared": "workspace:^",
3332
"h3": "^2.0.0-beta.1",

0 commit comments

Comments
 (0)