parent
139504a145
commit
0232214d4b
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
'@hono/medley-router': patch
|
||||
---
|
||||
|
||||
fix: support new path matching
|
|
@ -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
|
|
@ -1,5 +1,12 @@
|
|||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/firebase-auth",
|
||||
"version": "1.3.2",
|
||||
"version": "1.3.3",
|
||||
"description": "A third-party firebase auth middleware for Hono",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
|
@ -1,5 +1,11 @@
|
|||
# @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
|
||||
|
||||
### Patch Changes
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "@hono/medley-router",
|
||||
"version": "0.0.2",
|
||||
"version": "0.0.3",
|
||||
"description": "Router using @medley/router",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
|
|
Loading…
Reference in New Issue