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 f5e655f commit 50f410dCopy full SHA for 50f410d
1 file changed
package.json
@@ -1,14 +1,14 @@
1
{
2
"name": "@fastify/accepts",
3
- "version": "5.0.0-pre.fv5.2",
+ "version": "5.0.0",
4
"description": "Add accept parser to fastify",
5
"main": "index.js",
6
"type": "commonjs",
7
"types": "types/index.d.ts",
8
"devDependencies": {
9
"@fastify/pre-commit": "^2.1.0",
10
"@types/node": "^22.0.0",
11
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
12
"request": "^2.88.0",
13
"snazzy": "^9.0.0",
14
"standard": "^17.1.0",
@@ -17,7 +17,7 @@
17
},
18
"dependencies": {
19
"accepts": "^1.3.8",
20
- "fastify-plugin": "^5.0.0-pre.fv5.1"
+ "fastify-plugin": "^5.0.0"
21
22
"scripts": {
23
"lint": "standard | snazzy",
0 commit comments