@serwist/strategies
Advanced tools
Comparing version 9.0.0-preview.2 to 9.0.0-preview.3
@@ -22,3 +22,3 @@ import type { StrategyOptions } from "./Strategy.js"; | ||
*/ | ||
declare class NetworkFirst extends Strategy { | ||
export declare class NetworkFirst extends Strategy { | ||
private readonly _networkTimeoutSeconds; | ||
@@ -62,3 +62,2 @@ /** | ||
} | ||
export { NetworkFirst }; | ||
//# sourceMappingURL=NetworkFirst.d.ts.map |
{ | ||
"name": "@serwist/strategies", | ||
"version": "9.0.0-preview.2", | ||
"version": "9.0.0-preview.3", | ||
"type": "module", | ||
@@ -33,3 +33,3 @@ "description": "A service worker helper library implementing common caching strategies.", | ||
"dependencies": { | ||
"@serwist/core": "9.0.0-preview.2" | ||
"@serwist/core": "9.0.0-preview.3" | ||
}, | ||
@@ -39,3 +39,3 @@ "devDependencies": { | ||
"typescript": "5.4.0-dev.20240206", | ||
"@serwist/constants": "9.0.0-preview.2" | ||
"@serwist/constants": "9.0.0-preview.3" | ||
}, | ||
@@ -42,0 +42,0 @@ "peerDependencies": { |
@@ -36,3 +36,3 @@ /* | ||
*/ | ||
class NetworkFirst extends Strategy { | ||
export class NetworkFirst extends Strategy { | ||
private readonly _networkTimeoutSeconds: number; | ||
@@ -231,3 +231,1 @@ | ||
} | ||
export { NetworkFirst }; |
Sorry, the diff of this file is not supported yet
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
103223
2431
+ Added@serwist/core@9.0.0-preview.3(transitive)
- Removed@serwist/core@9.0.0-preview.2(transitive)