@fastify/redis
Advanced tools
Comparing version 6.2.0 to 7.0.0-pre.fv5.1
@@ -70,3 +70,3 @@ 'use strict' | ||
// Testing this make the process crash on latest TAP :( | ||
/* istanbul ignore next */ | ||
/* c8 ignore start */ | ||
const onEnd = function (err) { | ||
@@ -81,2 +81,3 @@ client | ||
} | ||
/* c8 ignore stop */ | ||
@@ -93,3 +94,3 @@ const onReady = function () { | ||
// Testing this make the process crash on latest TAP :( | ||
/* istanbul ignore next */ | ||
/* c8 ignore start */ | ||
const onError = function (err) { | ||
@@ -111,2 +112,3 @@ if (err.code === 'ENOTFOUND') { | ||
} | ||
/* c8 ignore stop */ | ||
@@ -113,0 +115,0 @@ // ioredis provides it in a .status property |
{ | ||
"name": "@fastify/redis", | ||
"version": "6.2.0", | ||
"version": "7.0.0-pre.fv5.1", | ||
"description": "Plugin to share a common Redis connection across Fastify.", | ||
@@ -38,8 +38,8 @@ "main": "index.js", | ||
"devDependencies": { | ||
"@fastify/pre-commit": "^2.0.2", | ||
"@types/node": "^20.1.0", | ||
"fastify": "^4.0.0-rc.2", | ||
"@fastify/pre-commit": "^2.1.0", | ||
"@types/node": "^20.11.30", | ||
"fastify": "^5.0.0-alpha.3", | ||
"proxyquire": "^2.1.3", | ||
"standard": "^17.0.0", | ||
"tap": "^16.0.0", | ||
"standard": "^17.1.0", | ||
"tap": "^18.7.1", | ||
"tsd": "^0.31.0", | ||
@@ -49,4 +49,4 @@ "why-is-node-running": "^2.2.2" | ||
"dependencies": { | ||
"fastify-plugin": "^4.0.0", | ||
"ioredis": "^5.0.0" | ||
"fastify-plugin": "^5.0.0-pre.fv5.1", | ||
"ioredis": "^5.3.2" | ||
}, | ||
@@ -53,0 +53,0 @@ "publishConfig": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
608
27437
1
+ Addedfastify-plugin@5.0.1(transitive)
- Removedfastify-plugin@4.5.1(transitive)
Updatedioredis@^5.3.2