parent
be34f6908f
commit
ecb7a1df14
|
@ -1,5 +0,0 @@
|
||||||
---
|
|
||||||
'@hono/oidc-auth': patch
|
|
||||||
---
|
|
||||||
|
|
||||||
Fix type error
|
|
|
@ -1,5 +1,11 @@
|
||||||
# @hono/oidc-auth
|
# @hono/oidc-auth
|
||||||
|
|
||||||
|
## 1.4.1
|
||||||
|
|
||||||
|
### Patch Changes
|
||||||
|
|
||||||
|
- [#936](https://github.com/honojs/middleware/pull/936) [`be34f6908f1ecc22171d302edb10036b3bba9fe9`](https://github.com/honojs/middleware/commit/be34f6908f1ecc22171d302edb10036b3bba9fe9) Thanks [@hnw](https://github.com/hnw)! - Fix type error
|
||||||
|
|
||||||
## 1.4.0
|
## 1.4.0
|
||||||
|
|
||||||
### Minor Changes
|
### Minor Changes
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "@hono/oidc-auth",
|
"name": "@hono/oidc-auth",
|
||||||
"version": "1.4.0",
|
"version": "1.4.1",
|
||||||
"description": "OpenID Connect Authentication middleware for Hono",
|
"description": "OpenID Connect Authentication middleware for Hono",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
|
|
Loading…
Reference in New Issue