Version Packages (#867)

pull/868/head @hono/trpc-server@0.3.4
github-actions[bot] 2024-12-03 10:06:18 +09:00 committed by GitHub
parent d67e279d82
commit 21403ec5c0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/trpc-server': patch
---
fix(trpc-server) wrap Request with Proxy getter receiver should Request-instance

View File

@ -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

View File

@ -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",