@type-cacheable/ioredis-adapter
Advanced tools
Comparing version 12.2.0 to 12.2.1
{ | ||
"name": "@type-cacheable/ioredis-adapter", | ||
"version": "12.2.0", | ||
"version": "12.2.1", | ||
"description": "Adapter for using ioredis with type-cacheable", | ||
@@ -31,3 +31,6 @@ "main": "dist/index.js", | ||
], | ||
"author": "Joshua Slate", | ||
"author": { | ||
"name": "Joshua Slate", | ||
"url": "https://joshuaslate.com" | ||
}, | ||
"license": "MIT", | ||
@@ -39,3 +42,3 @@ "bugs": { | ||
"devDependencies": { | ||
"@type-cacheable/core": "^11.1.1", | ||
"@type-cacheable/core": "^11.1.2", | ||
"@types/ioredis": "^5.0.0", | ||
@@ -52,3 +55,3 @@ "ioredis": "^5.3.1", | ||
}, | ||
"gitHead": "46becef54f5a494354e00437cb82933e01c249d9" | ||
"gitHead": "68e67d288d213593bf680810cd8a4265f3a5ae08" | ||
} |
13646