@angular/compiler 17.1.0 → 17.1.1

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/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v17.1.0
2
+ * @license Angular v17.1.1
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -757,8 +757,6 @@ export declare class CompilerConfig {
757
757
  strictInjectionParameters: boolean;
758
758
  constructor({ defaultEncapsulation, preserveWhitespaces, strictInjectionParameters }?: {
759
759
  defaultEncapsulation?: ViewEncapsulation;
760
- useJit?: boolean;
761
- missingTranslation?: MissingTranslationStrategy | null;
762
760
  preserveWhitespaces?: boolean;
763
761
  strictInjectionParameters?: boolean;
764
762
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/compiler",
3
- "version": "17.1.0",
3
+ "version": "17.1.1",
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": "17.1.0"
14
+ "@angular/core": "17.1.1"
15
15
  },
16
16
  "peerDependenciesMeta": {
17
17
  "@angular/core": {