Version Packages (#43)

pull/45/head @hono/trpc-server@0.0.2
github-actions[bot] 2023-02-12 14:54:35 +09:00 committed by GitHub
parent 520a453195
commit c8b9d1ef67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/trpc-server': patch
---
`trpcServer` options extends FetchHandlerRequestOptions

View File

@ -1,5 +1,11 @@
# @hono/trpc-server
## 0.0.2
### Patch Changes
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
## 0.0.1
### Patch Changes

View File

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