@angular/compiler 16.1.4 → 16.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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.4
2
+ * @license Angular v16.1.5
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 v16.1.4
2
+ * @license Angular v16.1.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1464,9 +1464,9 @@ declare type InterpolatedAttributeToken = AttributeValueTextToken | AttributeVal
1464
1464
  declare type InterpolatedTextToken = TextToken | InterpolationToken | EncodedEntityToken;
1465
1465
 
1466
1466
  export declare class Interpolation extends AST {
1467
- strings: any[];
1468
- expressions: any[];
1469
- constructor(span: ParseSpan, sourceSpan: AbsoluteSourceSpan, strings: any[], expressions: any[]);
1467
+ strings: string[];
1468
+ expressions: AST[];
1469
+ constructor(span: ParseSpan, sourceSpan: AbsoluteSourceSpan, strings: string[], expressions: AST[]);
1470
1470
  visit(visitor: AstVisitor, context?: any): any;
1471
1471
  }
1472
1472
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "16.1.4",
3
+ "version": "16.1.5",
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": "16.1.4"
14
+ "@angular/core": "16.1.5"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v16.1.4
2
+ * @license Angular v16.1.5
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */