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 17042c7 commit a9da1fc
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/cors",
"version": "10.0.0-pre.fv5.2",
"version": "10.0.0",
"description": "Fastify CORS",
"main": "index.js",
"type": "commonjs",
Expand Down Expand Up @@ -36,13 +36,13 @@
"@typescript-eslint/parser": "^7.3.1",
"c8": "^10.1.2",
"cors": "^2.8.5",
"fastify": "^5.0.0-alpha.3",
"fastify": "^5.0.0-alpha.4",
"standard": "^17.1.0",
"tsd": "^0.31.1",
"typescript": "^5.4.2"
},
"dependencies": {
"fastify-plugin": "^5.0.0-pre.fv5.1",
"fastify-plugin": "^5.0.0",
"mnemonist": "0.39.8"
},
"tsd": {
Expand All @@ -55,4 +55,4 @@
"lint",
"test"
]
}
}

0 comments on commit a9da1fc

Please sign in to comment.