Skip to content

Commit

Permalink
Bumped v10.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 4, 2024
1 parent 7c6cc1c commit a9c3059
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fastify/cookie",
"version": "10.0.0-pre.fv5.2",
"version": "10.0.0",
"description": "Plugin for fastify to add support for cookies",
"main": "plugin.js",
"type": "commonjs",
Expand Down Expand Up @@ -43,15 +43,15 @@
"@fastify/pre-commit": "^2.1.0",
"@types/node": "^22.0.0",
"benchmark": "^2.1.4",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"sinon": "^18.0.0",
"snazzy": "^9.0.0",
"standard": "^17.1.0",
"tap": "^18.6.1",
"tsd": "^0.31.1"
},
"dependencies": {
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"cookie-signature": "^1.2.1"
},
"tsd": {
Expand Down

0 comments on commit a9c3059

Please sign in to comment.