Comparing version 0.6.6 to 0.6.7
@@ -8,9 +8,5 @@ "use strict"; | ||
function defaultMakeCacheKey() { | ||
return tuple.apply(null, arguments); | ||
} | ||
// Exported so that custom makeCacheKey functions can easily reuse the | ||
// default implementation (with different arguments). | ||
exports.defaultMakeCacheKey = defaultMakeCacheKey; | ||
exports.defaultMakeCacheKey = tuple; | ||
@@ -21,3 +17,3 @@ function normalizeOptions(options) { | ||
if (typeof options.makeCacheKey !== "function") { | ||
options.makeCacheKey = defaultMakeCacheKey; | ||
options.makeCacheKey = tuple; | ||
} | ||
@@ -24,0 +20,0 @@ |
{ | ||
"name": "optimism", | ||
"version": "0.6.6", | ||
"version": "0.6.7", | ||
"author": "Ben Newman <ben@benjamn.com>", | ||
@@ -31,8 +31,8 @@ "description": "Composable reactive caching with efficient invalidation.", | ||
"dependencies": { | ||
"immutable-tuple": "^0.4.4" | ||
"immutable-tuple": "^0.4.9" | ||
}, | ||
"devDependencies": { | ||
"fibers": "^2.0.0", | ||
"fibers": "^3.0.0", | ||
"mocha": "^5.0.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
19103
512
Updatedimmutable-tuple@^0.4.9