@angular/compiler 14.2.10 → 14.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 v14.2.10
2
+ * @license Angular v14.2.12
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.10
2
+ * @license Angular v14.2.12
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -3639,6 +3639,7 @@ export declare class R3Identifiers {
3639
3639
  static sanitizeUrlOrResourceUrl: outputAst.ExternalReference;
3640
3640
  static trustConstantHtml: outputAst.ExternalReference;
3641
3641
  static trustConstantResourceUrl: outputAst.ExternalReference;
3642
+ static validateIframeAttribute: outputAst.ExternalReference;
3642
3643
  }
3643
3644
 
3644
3645
  export declare interface R3InjectableMetadata {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "14.2.10",
3
+ "version": "14.2.12",
4
4
  "description": "Angular - the compiler library",
5
5
  "author": "angular",
6
6
  "license": "MIT",
@@ -11,7 +11,7 @@
11
11
  "tslib": "^2.3.0"
12
12
  },
13
13
  "peerDependencies": {
14
- "@angular/core": "14.2.10"
14
+ "@angular/core": "14.2.12"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v14.2.10
2
+ * @license Angular v14.2.12
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */