mikro-orm-cache-adapter-redis
Advanced tools
Comparing version 0.1.3 to 0.1.4
@@ -58,3 +58,3 @@ "use strict"; | ||
var _a = options.debug, debug = _a === void 0 ? false : _a, redisOpt = __rest(options, ["debug"]); | ||
this.client = new ioredis_1.default(options); | ||
this.client = new ioredis_1.default(redisOpt); | ||
this.debug = debug; | ||
@@ -61,0 +61,0 @@ } |
{ | ||
"name": "mikro-orm-cache-adapter-redis", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "A redis cache adapter for mikro-orm", | ||
@@ -15,2 +15,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@types/ioredis": "^4.19.1", | ||
"ioredis": "^4.19.4" | ||
@@ -20,3 +21,2 @@ }, | ||
"@mikro-orm/core": "^4.3.4", | ||
"@types/ioredis": "^4.19.1", | ||
"typescript": "^4.1.3" | ||
@@ -23,0 +23,0 @@ }, |
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
8824
2
2
+ Added@types/ioredis@^4.19.1
+ Added@types/ioredis@4.28.10(transitive)
+ Added@types/node@22.10.0(transitive)
+ Addedundici-types@6.20.0(transitive)