We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 424a646 commit d9b2b1aCopy full SHA for d9b2b1a
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/jwt",
3
- "version": "9.0.0-pre.fv5.2",
+ "version": "9.0.0",
4
"description": "JWT utils for Fastify",
5
"main": "jwt.js",
6
"type": "commonjs",
@@ -35,14 +35,14 @@
35
"@fastify/error": "^4.0.0",
36
"@lukeed/ms": "^2.0.2",
37
"fast-jwt": "^4.0.0",
38
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "fastify-plugin": "^5.0.0",
39
"steed": "^1.1.3"
40
},
41
"devDependencies": {
42
- "@fastify/cookie": "^10.0.0-pre.fv5.1",
+ "@fastify/cookie": "^10.0.0",
43
"@fastify/pre-commit": "^2.1.0",
44
"@types/node": "^22.0.0",
45
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
46
"standard": "^17.1.0",
47
"tap": "^18.7.1",
48
"tsd": "^0.31.0"
0 commit comments