@angular/service-worker 12.2.11 → 12.2.12

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.11
2
+ * @license Angular v12.2.12
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.11
2
+ * @license Angular v12.2.12
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.11
2
+ * @license Angular v12.2.12
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.11
2
+ * @license Angular v12.2.12
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.11
2
+ * @license Angular v12.2.12
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.11
2
+ * @license Angular v12.2.12
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.11';
1738
+ const SW_VERSION = '12.2.12';
1739
1739
  const DEBUG_LOG_BUFFER_SIZE = 100;
1740
1740
  class DebugHandler {
1741
1741
  constructor(driver, adapter) {
@@ -2644,14 +2644,6 @@ ${msgIdle}`, { headers: this.adapter.newHeaders({ 'Content-Type': 'text/plain' }
2644
2644
  // but caches continue to be valid for previous versions. This is unfortunate but unavoidable.
2645
2645
  this.state = DriverReadyState.EXISTING_CLIENTS_ONLY;
2646
2646
  this.stateMessage = `Degraded due to: ${errorToString(err)}`;
2647
- try {
2648
- yield this.sync();
2649
- }
2650
- catch (err2) {
2651
- // We are already in a bad state. No need to make things worse.
2652
- // Just log the error and move on.
2653
- this.debugger.log(err2, `Driver.versionFailed(${err.message || err})`);
2654
- }
2655
2647
  }
2656
2648
  });
2657
2649
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/service-worker",
3
- "version": "12.2.11",
3
+ "version": "12.2.12",
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.11",
15
- "@angular/common": "12.2.11"
14
+ "@angular/core": "12.2.12",
15
+ "@angular/common": "12.2.12"
16
16
  },
17
17
  "repository": {
18
18
  "type": "git",
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v12.2.11
2
+ * @license Angular v12.2.12
3
3
  * (c) 2010-2021 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */