@type-cacheable/redis-adapter
Advanced tools
Comparing version 14.1.0 to 14.1.1
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "14.1.0", | ||
"version": "14.1.1", | ||
"description": "Adapter for using redis 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/redis": "^4.0.11", | ||
@@ -52,3 +55,3 @@ "redis": "^4.5.0", | ||
}, | ||
"gitHead": "46becef54f5a494354e00437cb82933e01c249d9" | ||
"gitHead": "68e67d288d213593bf680810cd8a4265f3a5ae08" | ||
} |
21118