parent
520a453195
commit
c8b9d1ef67
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/trpc-server': patch
|
||||
---
|
||||
|
||||
`trpcServer` options extends FetchHandlerRequestOptions
|
|
@ -1,5 +1,11 @@
|
|||
# @hono/trpc-server
|
||||
|
||||
## 0.0.2
|
||||
|
||||
### Patch Changes
|
||||
|
||||
- 520a453: `trpcServer` options extends FetchHandlerRequestOptions
|
||||
|
||||
## 0.0.1
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue