@angular/service-worker 12.2.14 → 12.2.15
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/bundles/service-worker-config.umd.js +1 -1
- package/bundles/service-worker.umd.js +1 -1
- package/config/config.d.ts +1 -1
- package/config.d.ts +1 -1
- package/fesm2015/config.js +1 -1
- package/fesm2015/service-worker.js +1 -1
- package/ngsw-worker.js +1 -1
- package/package.json +3 -3
- package/service-worker.d.ts +1 -1
package/config/config.d.ts
CHANGED
package/config.d.ts
CHANGED
package/fesm2015/config.js
CHANGED
package/ngsw-worker.js
CHANGED
|
@@ -1735,7 +1735,7 @@
|
|
|
1735
1735
|
* Use of this source code is governed by an MIT-style license that can be
|
|
1736
1736
|
* found in the LICENSE file at https://angular.io/license
|
|
1737
1737
|
*/
|
|
1738
|
-
const SW_VERSION = '12.2.
|
|
1738
|
+
const SW_VERSION = '12.2.15';
|
|
1739
1739
|
const DEBUG_LOG_BUFFER_SIZE = 100;
|
|
1740
1740
|
class DebugHandler {
|
|
1741
1741
|
constructor(driver, adapter) {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/service-worker",
|
|
3
|
-
"version": "12.2.
|
|
3
|
+
"version": "12.2.15",
|
|
4
4
|
"description": "Angular - service worker tooling!",
|
|
5
5
|
"author": "angular",
|
|
6
6
|
"license": "MIT",
|
|
@@ -11,8 +11,8 @@
|
|
|
11
11
|
"tslib": "^2.2.0"
|
|
12
12
|
},
|
|
13
13
|
"peerDependencies": {
|
|
14
|
-
"@angular/core": "12.2.
|
|
15
|
-
"@angular/common": "12.2.
|
|
14
|
+
"@angular/core": "12.2.15",
|
|
15
|
+
"@angular/common": "12.2.15"
|
|
16
16
|
},
|
|
17
17
|
"repository": {
|
|
18
18
|
"type": "git",
|
package/service-worker.d.ts
CHANGED