@graffy/cache
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -19,3 +19,3 @@ "use strict"; | ||
var cache = []; | ||
store.on('get', [], | ||
store.on('read', [], | ||
/*#__PURE__*/ | ||
@@ -22,0 +22,0 @@ function () { |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"main": "dst/index.js", | ||
@@ -17,4 +17,4 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.5.5", | ||
"@graffy/common": "0.11.0" | ||
"@graffy/common": "0.12.0" | ||
} | ||
} |
@@ -7,3 +7,3 @@ import { merge, slice } from '@graffy/common'; | ||
store.on('get', [], async (query, options, next) => { | ||
store.on('read', [], async (query, options, next) => { | ||
if (options.skipCache) return next(query); | ||
@@ -10,0 +10,0 @@ const { known, unknown } = slice(cache, query); |
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
3184
+ Added@graffy/common@0.12.0(transitive)
+ Addedmerge-async-iterators@0.2.1(transitive)
- Removed@graffy/common@0.11.0(transitive)
Updated@graffy/common@0.12.0