Skip to content

Commit

Permalink
Bumped v9.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <[email protected]>
  • Loading branch information
mcollina committed Sep 5, 2024
1 parent 424a646 commit d9b2b1a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/jwt",
"version": "9.0.0-pre.fv5.2",
"version": "9.0.0",
"description": "JWT utils for Fastify",
"main": "jwt.js",
"type": "commonjs",
Expand Down Expand Up @@ -35,14 +35,14 @@
"@fastify/error": "^4.0.0",
"@lukeed/ms": "^2.0.2",
"fast-jwt": "^4.0.0",
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"steed": "^1.1.3"
},
"devDependencies": {
"@fastify/cookie": "^10.0.0-pre.fv5.1",
"@fastify/cookie": "^10.0.0",
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"standard": "^17.1.0",
"tap": "^18.7.1",
"tsd": "^0.31.0"
Expand Down

0 comments on commit d9b2b1a

Please sign in to comment.