mikro-orm-cache-adapter-redis
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Mikro ORM - Redis cache adapter - Changelog | ||
## 1.0.1 | ||
- Expose adapter as default | ||
- Update mikro-orm dependency | ||
## 1.0.0 | ||
- Accept a redis client instance directly | ||
- IORedis is now a peer dependency |
@@ -0,1 +1,3 @@ | ||
import { RedisCacheAdapter } from './RedisCacheAdapter'; | ||
export * from './RedisCacheAdapter'; | ||
export default RedisCacheAdapter; |
@@ -13,2 +13,4 @@ "use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
var RedisCacheAdapter_1 = require("./RedisCacheAdapter"); | ||
__exportStar(require("./RedisCacheAdapter"), exports); | ||
exports.default = RedisCacheAdapter_1.RedisCacheAdapter; |
{ | ||
"name": "mikro-orm-cache-adapter-redis", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "A redis cache adapter for mikro-orm", | ||
@@ -19,3 +19,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@mikro-orm/core": "^4.3.4", | ||
"@mikro-orm/core": "^4.4.3", | ||
"ioredis": "^4.22.0", | ||
@@ -22,0 +22,0 @@ "typescript": "^4.1.3" |
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
10993
171