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 36bd0e9 commit 00cf62eCopy full SHA for 00cf62e
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/caching",
3
- "version": "9.0.0-pre.fv5.2",
+ "version": "9.0.0",
4
"description": "A plugin for Fastify to enable management of cache control headers",
5
"main": "index.js",
6
"type": "commonjs",
@@ -37,14 +37,14 @@
37
"@fastify/pre-commit": "^2.1.0",
38
"@types/node": "^22.0.0",
39
"c8": "^10.1.2",
40
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
41
"snazzy": "^9.0.0",
42
"standard": "^17.1.0",
43
"tsd": "^0.31.0"
44
},
45
"dependencies": {
46
"abstract-cache": "^1.0.1",
47
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "fastify-plugin": "^5.0.0",
48
"uid-safe": "^2.1.5"
49
50
"publishConfig": {
0 commit comments