Version Packages (#1172)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
pull/1174/head @hono/auth-js@1.0.16
github-actions[bot] 2025-05-17 11:20:38 +09:00 committed by GitHub
parent 7585969171
commit 52a1d46cd2
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(auth-js): use HonoRequest.blob() instead of HonoRequest.raw.body()

View File

@ -1,5 +1,11 @@
# @hono/auth-js
## 1.0.16
### Patch Changes
- [#1170](https://github.com/honojs/middleware/pull/1170) [`7585969171ad4876e7620c7369eb9b638849d0eb`](https://github.com/honojs/middleware/commit/7585969171ad4876e7620c7369eb9b638849d0eb) Thanks [@hambergerpls](https://github.com/hambergerpls)! - fix(auth-js): use HonoRequest.blob() instead of HonoRequest.raw.body()
## 1.0.15
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/auth-js",
"version": "1.0.15",
"version": "1.0.16",
"description": "A third-party Auth js middleware for Hono",
"main": "dist/index.js",
"type": "module",