Version Packages (#809)

pull/807/head @hono/auth-js@1.0.14
github-actions[bot] 2024-11-06 15:28:07 +09:00 committed by GitHub
parent 5695cd1c73
commit c6bbcb8f9d
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/auth-js': patch
---
fix cloned request causing request body to be unavailable in middleware

View File

@ -1,5 +1,11 @@
# @hono/auth-js # @hono/auth-js
## 1.0.14
### Patch Changes
- [#806](https://github.com/honojs/middleware/pull/806) [`9a2cf452c7000aee4193502da755b2c4352b077d`](https://github.com/honojs/middleware/commit/9a2cf452c7000aee4193502da755b2c4352b077d) Thanks [@985563349](https://github.com/985563349)! - fix cloned request causing request body to be unavailable in middleware
## 1.0.13 ## 1.0.13
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/auth-js", "name": "@hono/auth-js",
"version": "1.0.13", "version": "1.0.14",
"description": "A third-party Auth js middleware for Hono", "description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"exports": { "exports": {