Version Packages (#250)

pull/252/head^2 @hono/firebase-auth@1.3.3
github-actions[bot] 2023-11-12 10:10:58 +09:00 committed by GitHub
parent 139504a145
commit 0232214d4b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 15 additions and 13 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/medley-router': patch
---
fix: support new path matching

View File

@ -1,6 +0,0 @@
---
'@hono/firebase-auth': patch
---
- update package deps and test
- responds 501 when PUBLIC_JWK_CACHE_KV is undefined in defaultKeyStoreInitializer function

View File

@ -1,5 +1,12 @@
# @hono/firebase-auth # @hono/firebase-auth
## 1.3.3
### Patch Changes
- [#248](https://github.com/honojs/middleware/pull/248) [`5459971`](https://github.com/honojs/middleware/commit/545997181f5ba77991e350ec9a873463082242c3) Thanks [@Code-Hex](https://github.com/Code-Hex)! - - update package deps and test
- responds 501 when PUBLIC_JWK_CACHE_KV is undefined in defaultKeyStoreInitializer function
## 1.3.2 ## 1.3.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/firebase-auth", "name": "@hono/firebase-auth",
"version": "1.3.2", "version": "1.3.3",
"description": "A third-party firebase auth middleware for Hono", "description": "A third-party firebase auth middleware for Hono",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",

View File

@ -1,5 +1,11 @@
# @hono/medley-router # @hono/medley-router
## 0.0.3
### Patch Changes
- [#249](https://github.com/honojs/middleware/pull/249) [`139504a`](https://github.com/honojs/middleware/commit/139504a145ac446e456c4f750d56134bea826e3c) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: support new path matching
## 0.0.2 ## 0.0.2
### Patch Changes ### Patch Changes

View File

@ -1,6 +1,6 @@
{ {
"name": "@hono/medley-router", "name": "@hono/medley-router",
"version": "0.0.2", "version": "0.0.3",
"description": "Router using @medley/router", "description": "Router using @medley/router",
"main": "dist/index.js", "main": "dist/index.js",
"types": "dist/index.d.ts", "types": "dist/index.d.ts",