@type-cacheable/ioredis-adapter
Advanced tools
Comparing version 15.0.1 to 15.0.2
{ | ||
"name": "@type-cacheable/ioredis-adapter", | ||
"version": "15.0.1", | ||
"version": "15.0.2", | ||
"description": "Adapter for using ioredis with type-cacheable", | ||
@@ -41,15 +41,15 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^14.0.1", | ||
"@type-cacheable/core": "^14.1.0", | ||
"@types/ioredis": "^5.0.0", | ||
"ioredis": "^5.3.1", | ||
"typescript": "^5.0.2" | ||
"ioredis": "^5.4.1", | ||
"typescript": "^5.5.4" | ||
}, | ||
"peerDependencies": { | ||
"@type-cacheable/core": "^14.0.0", | ||
"ioredis": "^5" | ||
"@type-cacheable/core": ">=14.0.0 < 15.0.0", | ||
"ioredis": ">=5.0.0 < 6.0.0" | ||
}, | ||
"dependencies": { | ||
"compare-versions": "^6.0.0" | ||
"compare-versions": "^6.1.1" | ||
}, | ||
"gitHead": "8633d42353f0f5daa4bf9dcea3b28c3881c57273" | ||
"gitHead": "525af89e742244539108a7e744a33725a60b04d4" | ||
} |
15035
Updatedcompare-versions@^6.1.1