@graffy/cache
Advanced tools
Comparing version 0.14.6-alpha3 to 0.14.6-alpha4
@@ -50,3 +50,3 @@ "use strict"; | ||
case 0: | ||
if (!options.skipCache) { | ||
if (!(options.skipCache && !_final)) { | ||
_context.next = 2; | ||
@@ -53,0 +53,0 @@ break; |
@@ -5,3 +5,3 @@ { | ||
"author": "aravind (https://github.com/aravindet)", | ||
"version": "0.14.6-alpha3", | ||
"version": "0.14.6-alpha4", | ||
"main": "index.js", | ||
@@ -17,5 +17,5 @@ "source": "src/index.js", | ||
"@babel/runtime-corejs3": "^7.8.4", | ||
"@graffy/common": "0.14.6-alpha3", | ||
"@graffy/stream": "0.14.6-alpha3" | ||
"@graffy/common": "0.14.6-alpha4", | ||
"@graffy/stream": "0.14.6-alpha4" | ||
} | ||
} |
@@ -11,3 +11,3 @@ import { merge, slice, setVersion } from '@graffy/common'; | ||
store.on('read', [], async (query, options, next) => { | ||
if (options.skipCache) return next(query); | ||
if (options.skipCache && !final) return next(query); | ||
const { known, unknown } = slice(state, query); | ||
@@ -14,0 +14,0 @@ if (final) return setVersion(known, Date.now()); |
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
7622
+ Added@graffy/common@0.14.6-alpha4(transitive)
+ Added@graffy/stream@0.14.6-alpha4(transitive)
- Removed@graffy/common@0.14.6-alpha3(transitive)
- Removed@graffy/stream@0.14.6-alpha3(transitive)
Updated@graffy/common@0.14.6-alpha4
Updated@graffy/stream@0.14.6-alpha4