nestjs-redis-cluster
Advanced tools
Comparing version 2.0.7 to 2.0.8
@@ -44,3 +44,3 @@ "use strict"; | ||
const clusters = new Map(); | ||
let defaultKey = uuid(); | ||
let defaultKey = uuid.v4(); | ||
if (Array.isArray(options)) { | ||
@@ -47,0 +47,0 @@ yield Promise.all(options.map((o) => __awaiter(void 0, void 0, void 0, function* () { |
@@ -44,3 +44,3 @@ "use strict"; | ||
const clients = new Map(); | ||
let defaultKey = uuid(); | ||
let defaultKey = uuid.v4(); | ||
if (Array.isArray(options)) { | ||
@@ -47,0 +47,0 @@ yield Promise.all(options.map((o) => __awaiter(void 0, void 0, void 0, function* () { |
{ | ||
"name": "nestjs-redis-cluster", | ||
"version": "2.0.7", | ||
"version": "2.0.8", | ||
"description": "A nestjs redis module w/ cluster support", | ||
@@ -33,2 +33,3 @@ "author": "Ishmael Samuel (useparagon.com)", | ||
"@types/node": "^10.7.1", | ||
"@types/uuid": "^8.3.2", | ||
"cz-conventional-changelog": "^2.1.0", | ||
@@ -50,3 +51,3 @@ "ioredis": "^4.28.5", | ||
"rxjs": "^7.0.0", | ||
"uuid": "^3.0.0" | ||
"uuid": "^8.3.2" | ||
}, | ||
@@ -53,0 +54,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
41111
16