parent
d67e279d82
commit
21403ec5c0
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/trpc-server': patch
|
||||
---
|
||||
|
||||
fix(trpc-server) wrap Request with Proxy getter receiver should Request-instance
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/trpc-server
|
||||
|
||||
## 0.3.4
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- [#864](https://github.com/honojs/middleware/pull/864) [`d67e279d8289d8a0e5c0a71b80f8703b4a97a0c4`](https://github.com/honojs/middleware/commit/d67e279d8289d8a0e5c0a71b80f8703b4a97a0c4) Thanks [@Gaubee](https://github.com/Gaubee)! - fix(trpc-server) wrap Request with Proxy getter receiver should Request-instance
|
||||
|
||||
## 0.3.3
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/trpc-server",
|
||||
"version": "0.3.3",
|
||||
"version": "0.3.4",
|
||||
"description": "tRPC Server Middleware for Hono",
|
||||
"main": "dist/cjs/index.js",
|
||||
"module": "dist/esm/index.js",
|
||||
|
|
Loading…
Reference in New Issue