@type-cacheable/redis-adapter
Advanced tools
Comparing version 10.0.1 to 10.0.2
@@ -73,3 +73,3 @@ "use strict"; | ||
}).then((result) => { | ||
const usableResult = core_1.parseIfRequired(result); | ||
const usableResult = (0, core_1.parseIfRequired)(result); | ||
if (usableResult && | ||
@@ -76,0 +76,0 @@ typeof usableResult === 'object' && |
{ | ||
"name": "@type-cacheable/redis-adapter", | ||
"version": "10.0.1", | ||
"version": "10.0.2", | ||
"description": "Adapter for using redis with type-cacheable", | ||
@@ -38,3 +38,3 @@ "main": "dist/index.js", | ||
"devDependencies": { | ||
"@type-cacheable/core": "^10.0.1", | ||
"@type-cacheable/core": "^10.0.2", | ||
"@types/jest": "^27.0.0", | ||
@@ -45,3 +45,3 @@ "@types/redis": "^2.8.31", | ||
"ts-jest": "^27.0.4", | ||
"typescript": "^4.3.5" | ||
"typescript": "^4.4.3" | ||
}, | ||
@@ -55,3 +55,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "917d58aa59c79a569987e8492f0f5942866cf58a" | ||
"gitHead": "01519104a516089500ad02fc67f49901a4f386c8" | ||
} |
Sorry, the diff of this file is not supported yet
23576