Version Packages (#862)

pull/863/head @hono/trpc-server@0.3.3
github-actions[bot] 2024-12-02 10:13:22 +09:00 committed by GitHub
parent ee83665c5e
commit 71c1e669e2
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
---
Use honoReq's bodyCache to provide a body function for trpc's req

View File

@ -1,5 +1,11 @@
# @hono/trpc-server
## 0.3.3
### Patch Changes
- [#850](https://github.com/honojs/middleware/pull/850) [`ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c`](https://github.com/honojs/middleware/commit/ee83665c5e01acbcfaaddcd552f2f6d2d3e8006c) Thanks [@Gaubee](https://github.com/Gaubee)! - Use honoReq's bodyCache to provide a body function for trpc's req
## 0.3.2
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/trpc-server",
"version": "0.3.2",
"version": "0.3.3",
"description": "tRPC Server Middleware for Hono",
"main": "dist/cjs/index.js",
"module": "dist/esm/index.js",