fix(oauth-providers): support latest hono (#662)

* fix(oauth-providers): support latest hono

* chore: add changeset

* change major to patch
pull/778/head
Shotaro Nakamura 2024-10-12 15:35:14 +09:00 committed by GitHub
parent 75eef8790f
commit 40e3a780d1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -0,0 +1,5 @@
---
'@hono/oauth-providers': patch
---
support hono v4.5

View File

@ -113,7 +113,7 @@
"devDependencies": {
"@cloudflare/workers-types": "^4.20231025.0",
"@types/jest": "^29.5.7",
"hono": "^3.11.7",
"hono": "^4.5.1",
"jest": "^29.7.0",
"jest-environment-miniflare": "^2.14.1",
"msw": "^2.0.11",

View File

@ -6,5 +6,5 @@ export type OAuthVariables = {
export type Token = {
token: string
expires_in: number
expires_in?: number
}

View File

@ -2502,7 +2502,7 @@ __metadata:
dependencies:
"@cloudflare/workers-types": "npm:^4.20231025.0"
"@types/jest": "npm:^29.5.7"
hono: "npm:^3.11.7"
hono: "npm:^4.5.1"
jest: "npm:^29.7.0"
jest-environment-miniflare: "npm:^2.14.1"
msw: "npm:^2.0.11"