@luvio/command-cache-control
Advanced tools
Comparing version 5.10.3-alpha.0 to 5.11.0
@@ -7,1 +7,2 @@ /** | ||
//# sourceMappingURL=index.js.map |
@@ -30,3 +30,3 @@ import { BaseCommand } from '@luvio/command-base/v1'; | ||
*/ | ||
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data, Error>>; | ||
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data | undefined, Error>>; | ||
/** | ||
@@ -33,0 +33,0 @@ * Requests the resource from network, returning the result along with network metadata |
@@ -42,1 +42,2 @@ /** | ||
export { CacheControlCommand, buildServiceDescriptor }; | ||
//# sourceMappingURL=index.js.map |
@@ -30,3 +30,3 @@ import { BaseCommand } from '@luvio/command-base/v1'; | ||
*/ | ||
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data, Error>>; | ||
abstract readFromCache(cache: Cache): SyncOrAsync<Result<Data | undefined, Error>>; | ||
/** | ||
@@ -33,0 +33,0 @@ * Requests the resource from network, returning the result along with network metadata |
{ | ||
"name": "@luvio/command-cache-control", | ||
"version": "5.10.3-alpha.0", | ||
"version": "5.11.0", | ||
"private": false, | ||
@@ -34,5 +34,5 @@ "description": "Luvio Cache Control Command", | ||
"dependencies": { | ||
"@luvio/command-base": "5.10.3-alpha.0", | ||
"@luvio/service-cache-control": "5.10.3-alpha.0", | ||
"@luvio/utils": "5.10.3-alpha.0" | ||
"@luvio/command-base": "5.11.0", | ||
"@luvio/service-cache-control": "5.11.0", | ||
"@luvio/utils": "5.11.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "volta": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
17196
13
150
1
+ Added@luvio/command-base@5.11.0(transitive)
+ Added@luvio/service-cache@5.11.0(transitive)
+ Added@luvio/service-cache-control@5.11.0(transitive)
+ Added@luvio/utils@5.11.0(transitive)
- Removed@luvio/command-base@5.10.3-alpha.0(transitive)
- Removed@luvio/service-cache@5.10.3-alpha.0(transitive)
- Removed@luvio/service-cache-control@5.10.3-alpha.0(transitive)
- Removed@luvio/utils@5.10.3-alpha.0(transitive)
Updated@luvio/command-base@5.11.0
Updated@luvio/utils@5.11.0