@tirke/node-cache-manager-ioredis
Advanced tools
Comparing version 3.0.1 to 3.1.0
# @tirke/node-cache-manager-ioredis | ||
## 3.1.0 | ||
### Minor Changes | ||
- IoRedis package is now bundled with ESM and CJS compatibility ([#145](https://github.com/Tirke/node-cache-manager-stores/pull/145)) | ||
## 3.0.1 | ||
@@ -4,0 +10,0 @@ |
{ | ||
"name": "@tirke/node-cache-manager-ioredis", | ||
"version": "3.0.1", | ||
"version": "3.1.0", | ||
"type": "commonjs", | ||
@@ -12,3 +12,12 @@ "repository": "https://github.com/Tirke/node-cache-manager-stores", | ||
}, | ||
"main": "src/index.js", | ||
"main": "./dist/packages/node-cache-manager-ioredis/index.js", | ||
"module": "./dist/packages/node-cache-manager-ioredis/index.mjs", | ||
"types": "./dist/packages/node-cache-manager-ioredis/index.d.ts", | ||
"exports": { | ||
".": { | ||
"require": "./dist/packages/node-cache-manager-ioredis/index.js", | ||
"import": "./dist/packages/node-cache-manager-ioredis/index.mjs", | ||
"types": "./dist/packages/node-cache-manager-ioredis/index.d.ts" | ||
} | ||
}, | ||
"engines": { | ||
@@ -19,8 +28,3 @@ "node": ">=14.20" | ||
"ioredis": "^5.2.2" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./src/index.js" | ||
} | ||
} | ||
} |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
27933
13
590
1
1