We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a13c6f6 commit 188b20cCopy full SHA for 188b20c
bun.lockb
-875 Bytes
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@elysiajs/jwt",
3
"description": "Plugin for Elysia for using JWT Authentication",
4
- "version": "0.8.0-rc.0",
+ "version": "0.8.0",
5
"author": {
6
"name": "saltyAom",
7
"url": "https://github.com/SaltyAom",
@@ -45,12 +45,12 @@
45
"@typescript-eslint/eslint-plugin": "^6.6.0",
46
"@typescript-eslint/parser": "^6.6.0",
47
"bun-types": "^0.5.8",
48
- "elysia": "0.8.0-rc.0",
+ "elysia": "0.8.0",
49
"eslint": "^8.40.0",
50
"rimraf": "4.3",
51
"typescript": "^5.1.6"
52
},
53
"peerDependencies": {
54
- "elysia": ">= 0.8.0-rc.0"
+ "elysia": ">= 0.8.0"
55
}
56
0 commit comments