We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44cd236 commit 8d721e2Copy full SHA for 8d721e2
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@fastify/fast-json-stringify-compiler",
3
"description": "Build and manage the fast-json-stringify instances for the fastify framework",
4
- "version": "5.0.0-pre.fv5.1",
+ "version": "5.0.0",
5
"main": "index.js",
6
"type": "commonjs",
7
"types": "types/index.d.ts",
@@ -25,7 +25,7 @@
25
"homepage": "https://github.com/fastify/fast-json-stringify-compiler#readme",
26
"devDependencies": {
27
"@fastify/pre-commit": "^2.1.0",
28
- "fastify": "^4.26.2",
+ "fastify": "^5.0.0-alpha.4",
29
"sanitize-filename": "^1.6.3",
30
"standard": "^17.1.0",
31
"tap": "^18.7.2",
0 commit comments