Version Packages (#338)

pull/325/head @hono/firebase-auth@1.3.4
github-actions[bot] 2024-01-03 12:16:47 +09:00 committed by GitHub
parent 75841d6b48
commit 353d91e6c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 6 deletions

View File

@ -1,5 +0,0 @@
---
'@hono/firebase-auth': patch
---
fix: export esm

View File

@ -1,5 +1,11 @@
# @hono/firebase-auth
## 1.3.4
### Patch Changes
- [#337](https://github.com/honojs/middleware/pull/337) [`75841d6b485a7b1e237be55d5ceb16500119afda`](https://github.com/honojs/middleware/commit/75841d6b485a7b1e237be55d5ceb16500119afda) Thanks [@yusukebe](https://github.com/yusukebe)! - fix: export esm
## 1.3.3
### Patch Changes

View File

@ -1,6 +1,6 @@
{
"name": "@hono/firebase-auth",
"version": "1.3.3",
"version": "1.3.4",
"description": "A third-party firebase auth middleware for Hono",
"type": "module",
"main": "dist/index.cjs",