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 a90dbfa commit b320de2Copy full SHA for b320de2
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/response-validation",
3
- "version": "3.0.0-pre.fv5.2",
+ "version": "3.0.0",
4
"description": "A simple plugin that enables response validation for Fastify.",
5
"main": "index.js",
6
"type": "commonjs",
@@ -15,7 +15,7 @@
15
"ajv-errors": "^3.0.0",
16
"ajv-formats": "^3.0.1",
17
"c8": "^10.1.2",
18
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
19
"standard": "^17.1.0",
20
"tsd": "^0.31.0"
21
},
0 commit comments