@serwist/strategies
Advanced tools
Comparing version 8.0.0 to 8.0.1
@@ -24,2 +24,1 @@ import { Strategy } from "./Strategy.js"; | ||
export { CacheFirst }; | ||
//# sourceMappingURL=CacheFirst.d.ts.map |
@@ -21,2 +21,1 @@ import { Strategy } from "./Strategy.js"; | ||
export { CacheOnly }; | ||
//# sourceMappingURL=CacheOnly.d.ts.map |
@@ -22,2 +22,1 @@ import { CacheFirst } from "./CacheFirst.js"; | ||
export type { NetworkFirstOptions, NetworkOnlyOptions, StrategyOptions }; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -62,2 +62,1 @@ import type { StrategyOptions } from "./Strategy.js"; | ||
export { NetworkFirst }; | ||
//# sourceMappingURL=NetworkFirst.d.ts.map |
@@ -34,2 +34,1 @@ import type { StrategyOptions } from "./Strategy.js"; | ||
export type { NetworkOnlyOptions }; | ||
//# sourceMappingURL=NetworkOnly.d.ts.map |
import type { SerwistPlugin } from "@serwist/core"; | ||
export declare const cacheOkAndOpaquePlugin: SerwistPlugin; | ||
//# sourceMappingURL=cacheOkAndOpaquePlugin.d.ts.map |
@@ -36,2 +36,1 @@ import type { StrategyOptions } from "./Strategy.js"; | ||
export { StaleWhileRevalidate }; | ||
//# sourceMappingURL=StaleWhileRevalidate.d.ts.map |
@@ -84,2 +84,1 @@ import type { HandlerCallbackOptions, RouteHandlerObject, SerwistPlugin } from "@serwist/core"; | ||
export { Strategy }; | ||
//# sourceMappingURL=Strategy.d.ts.map |
@@ -188,2 +188,1 @@ import type { HandlerCallbackOptions, SerwistPlugin, SerwistPluginCallbackParam } from "@serwist/core"; | ||
export { StrategyHandler }; | ||
//# sourceMappingURL=StrategyHandler.d.ts.map |
@@ -5,2 +5,1 @@ export declare const messages: { | ||
}; | ||
//# sourceMappingURL=messages.d.ts.map |
{ | ||
"name": "@serwist/strategies", | ||
"version": "8.0.0", | ||
"version": "8.0.1", | ||
"type": "module", | ||
@@ -35,7 +35,7 @@ "description": "A service worker helper library implementing common caching strategies.", | ||
"dependencies": { | ||
"@serwist/core": "8.0.0" | ||
"@serwist/core": "8.0.1" | ||
}, | ||
"devDependencies": { | ||
"rollup": "3.28.1", | ||
"@serwist/constants": "8.0.0" | ||
"@serwist/constants": "8.0.1" | ||
}, | ||
@@ -42,0 +42,0 @@ "scripts": { |
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
107039
15
+ Added@serwist/core@8.0.1(transitive)
- Removed@serwist/core@8.0.0(transitive)
Updated@serwist/core@8.0.1