Skip to content

Commit

Permalink
chore: add changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
BlankParticle committed May 15, 2024
1 parent 1b10d05 commit fd96dce
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
5 changes: 5 additions & 0 deletions .changeset/chatty-plants-dance.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/trpc-server': patch
---

use `c.body` to create response to avoid header loss
4 changes: 2 additions & 2 deletions packages/trpc-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"homepage": "https://honojs.dev",
"peerDependencies": {
"@trpc/server": "^10.10.0",
"hono": ">=3.*"
"hono": ">=4.*"
},
"devDependencies": {
"@trpc/server": "^10.10.0",
"hono": "^3.11.7",
"hono": "^4.3.6",
"jest": "^29.7.0",
"rimraf": "^5.0.5",
"zod": "^3.20.2"
Expand Down
11 changes: 9 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2094,13 +2094,13 @@ __metadata:
resolution: "@hono/trpc-server@workspace:packages/trpc-server"
dependencies:
"@trpc/server": "npm:^10.10.0"
hono: "npm:^3.11.7"
hono: "npm:^4.3.6"
jest: "npm:^29.7.0"
rimraf: "npm:^5.0.5"
zod: "npm:^3.20.2"
peerDependencies:
"@trpc/server": ^10.10.0
hono: ">=3.*"
hono: ">=4.*"
languageName: unknown
linkType: soft

Expand Down Expand Up @@ -9640,6 +9640,13 @@ __metadata:
languageName: node
linkType: hard

"hono@npm:^4.3.6":
version: 4.3.6
resolution: "hono@npm:4.3.6"
checksum: 2e27eb1e90b392a5884af573179d29e3f717f5e803c2b90f1383488f42bc986810e8e714d5bb1205935fda1d3e9944b3262aed88e852ea44d0e13d799474fa5b
languageName: node
linkType: hard

"hosted-git-info@npm:^2.1.4":
version: 2.8.9
resolution: "hosted-git-info@npm:2.8.9"
Expand Down

0 comments on commit fd96dce

Please sign in to comment.