Skip to content

Commit

Permalink
chore: bump to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
kravetsone committed Jan 2, 2025
1 parent da97e16 commit efc3f61
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
Binary file modified bun.lockb
Binary file not shown.
24 changes: 12 additions & 12 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "elysia-oauth2",
"version": "1.3.0",
"version": "2.0.0",
"author": "kravets",
"type": "module",
"keywords": [
Expand All @@ -16,7 +16,7 @@
"arctic"
],
"description": "Elysia plugin for OAuth 2.0 Authorization Flow with more than 48 providers",
"license": "ISC",
"license": "MIT",
"module": "./dist/index.js",
"exports": {
".": {
Expand All @@ -25,20 +25,20 @@
}
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@elysiajs/static": "^1.1.0",
"@biomejs/biome": "1.9.4",
"@elysiajs/static": "^1.2.0",
"@types/bun": "^1.1.14",
"@types/jsonwebtoken": "^9.0.6",
"@types/react-dom": "^18.3.0",
"arctic": "^2.3.0",
"@types/jsonwebtoken": "^9.0.7",
"@types/react-dom": "^19.0.2",
"arctic": "^2.3.3",
"cheerio": "^1.0.0",
"elysia": "^1.1.7",
"pkgroll": "^2.4.2",
"react-dom": "^18.3.1",
"typescript": "^5.5.4"
"elysia": "^1.2.9",
"pkgroll": "^2.6.0",
"react-dom": "^19.0.0",
"typescript": "^5.7.2"
},
"peerDependencies": {
"elysia": "^1.1.0",
"elysia": "^1.2.0",
"arctic": "*"
},
"scripts": {
Expand Down

0 comments on commit efc3f61

Please sign in to comment.