@angular/service-worker 12.2.9 → 12.2.10

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/config.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
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.9';
1738
+ const SW_VERSION = '12.2.10';
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.9",
3
+ "version": "12.2.10",
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.9",
15
- "@angular/common": "12.2.9"
14
+ "@angular/core": "12.2.10",
15
+ "@angular/common": "12.2.10"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.9
2
+ * @license Angular v12.2.10
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */