We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17042c7 commit a9da1fcCopy full SHA for a9da1fc
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/cors",
3
- "version": "10.0.0-pre.fv5.2",
+ "version": "10.0.0",
4
"description": "Fastify CORS",
5
"main": "index.js",
6
"type": "commonjs",
@@ -36,13 +36,13 @@
36
"@typescript-eslint/parser": "^7.3.1",
37
"c8": "^10.1.2",
38
"cors": "^2.8.5",
39
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
40
"standard": "^17.1.0",
41
"tsd": "^0.31.1",
42
"typescript": "^5.4.2"
43
},
44
"dependencies": {
45
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "fastify-plugin": "^5.0.0",
46
"mnemonist": "0.39.8"
47
48
"tsd": {
@@ -55,4 +55,4 @@
55
"lint",
56
"test"
57
]
58
-}
+}
0 commit comments