Skip to content

Commit d9b2b1a

Browse files
committed
Bumped v9.0.0
Signed-off-by: Matteo Collina <hello@matteocollina.com>
1 parent 424a646 commit d9b2b1a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@fastify/jwt",
3-
"version": "9.0.0-pre.fv5.2",
3+
"version": "9.0.0",
44
"description": "JWT utils for Fastify",
55
"main": "jwt.js",
66
"type": "commonjs",
@@ -35,14 +35,14 @@
3535
"@fastify/error": "^4.0.0",
3636
"@lukeed/ms": "^2.0.2",
3737
"fast-jwt": "^4.0.0",
38-
"fastify-plugin": "^5.0.0-pre.fv5.1",
38+
"fastify-plugin": "^5.0.0",
3939
"steed": "^1.1.3"
4040
},
4141
"devDependencies": {
42-
"@fastify/cookie": "^10.0.0-pre.fv5.1",
42+
"@fastify/cookie": "^10.0.0",
4343
"@fastify/pre-commit": "^2.1.0",
4444
"@types/node": "^22.0.0",
45-
"fastify": "^5.0.0-alpha.3",
45+
"fastify": "^5.0.0-alpha.4",
4646
"standard": "^17.1.0",
4747
"tap": "^18.7.1",
4848
"tsd": "^0.31.0"

0 commit comments

Comments
 (0)