@angular/service-worker 21.1.3 → 21.1.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fesm2022/config.mjs +1 -1
- package/fesm2022/service-worker.mjs +11 -11
- package/ngsw-worker.js +1 -1
- package/package.json +2 -2
- package/types/config.d.ts +1 -1
- package/types/service-worker.d.ts +1 -1
package/fesm2022/config.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/**
|
|
2
|
-
* @license Angular v21.1.
|
|
2
|
+
* @license Angular v21.1.5
|
|
3
3
|
* (c) 2010-2026 Google LLC. https://angular.dev/
|
|
4
4
|
* License: MIT
|
|
5
5
|
*/
|
|
@@ -202,7 +202,7 @@ class SwPush {
|
|
|
202
202
|
}
|
|
203
203
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
204
204
|
minVersion: "12.0.0",
|
|
205
|
-
version: "21.1.
|
|
205
|
+
version: "21.1.5",
|
|
206
206
|
ngImport: i0,
|
|
207
207
|
type: SwPush,
|
|
208
208
|
deps: [{
|
|
@@ -212,14 +212,14 @@ class SwPush {
|
|
|
212
212
|
});
|
|
213
213
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
214
214
|
minVersion: "12.0.0",
|
|
215
|
-
version: "21.1.
|
|
215
|
+
version: "21.1.5",
|
|
216
216
|
ngImport: i0,
|
|
217
217
|
type: SwPush
|
|
218
218
|
});
|
|
219
219
|
}
|
|
220
220
|
i0.ɵɵngDeclareClassMetadata({
|
|
221
221
|
minVersion: "12.0.0",
|
|
222
|
-
version: "21.1.
|
|
222
|
+
version: "21.1.5",
|
|
223
223
|
ngImport: i0,
|
|
224
224
|
type: SwPush,
|
|
225
225
|
decorators: [{
|
|
@@ -274,7 +274,7 @@ class SwUpdate {
|
|
|
274
274
|
}
|
|
275
275
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
276
276
|
minVersion: "12.0.0",
|
|
277
|
-
version: "21.1.
|
|
277
|
+
version: "21.1.5",
|
|
278
278
|
ngImport: i0,
|
|
279
279
|
type: SwUpdate,
|
|
280
280
|
deps: [{
|
|
@@ -284,14 +284,14 @@ class SwUpdate {
|
|
|
284
284
|
});
|
|
285
285
|
static ɵprov = i0.ɵɵngDeclareInjectable({
|
|
286
286
|
minVersion: "12.0.0",
|
|
287
|
-
version: "21.1.
|
|
287
|
+
version: "21.1.5",
|
|
288
288
|
ngImport: i0,
|
|
289
289
|
type: SwUpdate
|
|
290
290
|
});
|
|
291
291
|
}
|
|
292
292
|
i0.ɵɵngDeclareClassMetadata({
|
|
293
293
|
minVersion: "12.0.0",
|
|
294
|
-
version: "21.1.
|
|
294
|
+
version: "21.1.5",
|
|
295
295
|
ngImport: i0,
|
|
296
296
|
type: SwUpdate,
|
|
297
297
|
decorators: [{
|
|
@@ -397,7 +397,7 @@ class ServiceWorkerModule {
|
|
|
397
397
|
}
|
|
398
398
|
static ɵfac = i0.ɵɵngDeclareFactory({
|
|
399
399
|
minVersion: "12.0.0",
|
|
400
|
-
version: "21.1.
|
|
400
|
+
version: "21.1.5",
|
|
401
401
|
ngImport: i0,
|
|
402
402
|
type: ServiceWorkerModule,
|
|
403
403
|
deps: [],
|
|
@@ -405,13 +405,13 @@ class ServiceWorkerModule {
|
|
|
405
405
|
});
|
|
406
406
|
static ɵmod = i0.ɵɵngDeclareNgModule({
|
|
407
407
|
minVersion: "14.0.0",
|
|
408
|
-
version: "21.1.
|
|
408
|
+
version: "21.1.5",
|
|
409
409
|
ngImport: i0,
|
|
410
410
|
type: ServiceWorkerModule
|
|
411
411
|
});
|
|
412
412
|
static ɵinj = i0.ɵɵngDeclareInjector({
|
|
413
413
|
minVersion: "12.0.0",
|
|
414
|
-
version: "21.1.
|
|
414
|
+
version: "21.1.5",
|
|
415
415
|
ngImport: i0,
|
|
416
416
|
type: ServiceWorkerModule,
|
|
417
417
|
providers: [SwPush, SwUpdate]
|
|
@@ -419,7 +419,7 @@ class ServiceWorkerModule {
|
|
|
419
419
|
}
|
|
420
420
|
i0.ɵɵngDeclareClassMetadata({
|
|
421
421
|
minVersion: "12.0.0",
|
|
422
|
-
version: "21.1.
|
|
422
|
+
version: "21.1.5",
|
|
423
423
|
ngImport: i0,
|
|
424
424
|
type: ServiceWorkerModule,
|
|
425
425
|
decorators: [{
|
package/ngsw-worker.js
CHANGED
|
@@ -1285,7 +1285,7 @@ ${error.stack}`;
|
|
|
1285
1285
|
};
|
|
1286
1286
|
|
|
1287
1287
|
// packages/service-worker/worker/src/debug.js
|
|
1288
|
-
var SW_VERSION = "21.1.
|
|
1288
|
+
var SW_VERSION = "21.1.5";
|
|
1289
1289
|
var DEBUG_LOG_BUFFER_SIZE = 100;
|
|
1290
1290
|
var DebugHandler = class {
|
|
1291
1291
|
constructor(driver, adapter2) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/service-worker",
|
|
3
|
-
"version": "21.1.
|
|
3
|
+
"version": "21.1.5",
|
|
4
4
|
"description": "Angular - service worker tooling!",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -33,7 +33,7 @@
|
|
|
33
33
|
"tslib": "^2.3.0"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
|
-
"@angular/core": "21.1.
|
|
36
|
+
"@angular/core": "21.1.5",
|
|
37
37
|
"rxjs": "^6.5.3 || ^7.4.0"
|
|
38
38
|
},
|
|
39
39
|
"repository": {
|
package/types/config.d.ts
CHANGED