@angular/service-worker
Advanced tools
Comparing version 19.0.0-next.10 to 19.0.0-next.11
/** | ||
* @license Angular v19.0.0-next.10 | ||
* @license Angular v19.0.0-next.11 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -36,2 +36,3 @@ * License: MIT | ||
navigationRequestStrategy?: 'freshness' | 'performance'; | ||
applicationMaxAge?: Duration; | ||
} | ||
@@ -38,0 +39,0 @@ |
@@ -180,2 +180,6 @@ { | ||
"description": "The Angular service worker can use two request strategies for navigation requests. 'performance', the default, skips navigation requests. The other strategy, 'freshness', forces all navigation requests through the network." | ||
}, | ||
"applicationMaxAge": { | ||
"type": "string", | ||
"description": "Indicates how long the entire application is allowed to remain in the cache before being considered invalid and bypassed. 'maxAge' is a duration string, using the following unit suffixes: d= days, h= hours, m= minutes, s= seconds, u= milliseconds. For example, the string '3d12h' will cache content for up to three and a half days." | ||
} | ||
@@ -182,0 +186,0 @@ }, |
/** | ||
* @license Angular v19.0.0-next.10 | ||
* @license Angular v19.0.0-next.11 | ||
* (c) 2010-2024 Google LLC. https://angular.io/ | ||
@@ -4,0 +4,0 @@ * License: MIT |
{ | ||
"name": "@angular/service-worker", | ||
"version": "19.0.0-next.10", | ||
"version": "19.0.0-next.11", | ||
"description": "Angular - service worker tooling!", | ||
@@ -36,4 +36,4 @@ "author": "angular", | ||
"peerDependencies": { | ||
"@angular/core": "19.0.0-next.10", | ||
"@angular/common": "19.0.0-next.10" | ||
"@angular/core": "19.0.0-next.11", | ||
"@angular/common": "19.0.0-next.11" | ||
}, | ||
@@ -40,0 +40,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
196040
3445