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 ee19995 commit a555f86Copy full SHA for a555f86
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@fastify/redis",
3
- "version": "7.0.0-pre.fv5.2",
+ "version": "7.0.0",
4
"description": "Plugin to share a common Redis connection across Fastify.",
5
"main": "index.js",
6
"type": "commonjs",
@@ -37,15 +37,15 @@
37
"devDependencies": {
38
"@fastify/pre-commit": "^2.1.0",
39
"@types/node": "^22.0.0",
40
- "fastify": "^5.0.0-alpha.3",
+ "fastify": "^5.0.0-alpha.4",
41
"proxyquire": "^2.1.3",
42
"standard": "^17.1.0",
43
"tap": "^18.7.1",
44
"tsd": "^0.31.0",
45
"why-is-node-running": "^2.2.2"
46
},
47
"dependencies": {
48
- "fastify-plugin": "^5.0.0-pre.fv5.1",
+ "fastify-plugin": "^5.0.0",
49
"ioredis": "^5.3.2"
50
51
"publishConfig": {
0 commit comments