another-cache-wrapper
Advanced tools
Comparing version 1.0.23 to 1.0.24
@@ -63,3 +63,3 @@ "use strict"; | ||
// otherwise call the function | ||
const liveResult = yield index_1.default.attempt(index_1.default.bind(method, thisArg, args)); | ||
const liveResult = yield index_1.default.attempt(index_1.default.bind(method, thisArg, ...args)); | ||
// if it raises an error | ||
@@ -66,0 +66,0 @@ if (index_1.default.isError(liveResult)) { |
{ | ||
"name": "another-cache-wrapper", | ||
"version": "1.0.23", | ||
"version": "1.0.24", | ||
"description": "custom cache interface", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
54266