Skip to content

Commit

Permalink
fix(oauth-providers): support latest hono (#662)
Browse files Browse the repository at this point in the history
* fix(oauth-providers): support latest hono

* chore: add changeset

* change major to patch
  • Loading branch information
nakasyou authored Oct 12, 2024
1 parent 75eef87 commit 40e3a78
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/fluffy-lions-clap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hono/oauth-providers': patch
---

support hono v4.5
2 changes: 1 addition & 1 deletion packages/oauth-providers/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion packages/oauth-providers/src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ export type OAuthVariables = {

export type Token = {
token: string
expires_in: number
expires_in?: number
}
2 changes: 1 addition & 1 deletion yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 40e3a78

Please sign in to comment.