@angular-eslint/bundled-angular-compiler 15.0.1-alpha.8 → 15.1.0

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.
Files changed (2) hide show
  1. package/dist/index.js +9 -9
  2. package/package.json +2 -2
package/dist/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.0.0
2
+ * @license Angular v15.1.0-next.0
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -20170,7 +20170,7 @@ function publishFacade(global) {
20170
20170
  * Use of this source code is governed by an MIT-style license that can be
20171
20171
  * found in the LICENSE file at https://angular.io/license
20172
20172
  */
20173
- const VERSION = new Version('15.0.0');
20173
+ const VERSION = new Version('15.0.1');
20174
20174
 
20175
20175
  /**
20176
20176
  * @license
@@ -22196,7 +22196,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$6 = '12.0.0';
22196
22196
  function compileDeclareClassMetadata(metadata) {
22197
22197
  const definitionMap = new DefinitionMap();
22198
22198
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$6));
22199
- definitionMap.set('version', literal('15.0.0'));
22199
+ definitionMap.set('version', literal('15.0.1'));
22200
22200
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22201
22201
  definitionMap.set('type', metadata.type);
22202
22202
  definitionMap.set('decorators', metadata.decorators);
@@ -22314,7 +22314,7 @@ function createDirectiveDefinitionMap(meta) {
22314
22314
  var _a;
22315
22315
  const definitionMap = new DefinitionMap();
22316
22316
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$5));
22317
- definitionMap.set('version', literal('15.0.0'));
22317
+ definitionMap.set('version', literal('15.0.1'));
22318
22318
  // e.g. `type: MyDirective`
22319
22319
  definitionMap.set('type', meta.internalType);
22320
22320
  if (meta.isStandalone) {
@@ -22550,7 +22550,7 @@ const MINIMUM_PARTIAL_LINKER_VERSION$4 = '12.0.0';
22550
22550
  function compileDeclareFactoryFunction(meta) {
22551
22551
  const definitionMap = new DefinitionMap();
22552
22552
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$4));
22553
- definitionMap.set('version', literal('15.0.0'));
22553
+ definitionMap.set('version', literal('15.0.1'));
22554
22554
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22555
22555
  definitionMap.set('type', meta.internalType);
22556
22556
  definitionMap.set('deps', compileDependencies(meta.deps));
@@ -22592,7 +22592,7 @@ function compileDeclareInjectableFromMetadata(meta) {
22592
22592
  function createInjectableDefinitionMap(meta) {
22593
22593
  const definitionMap = new DefinitionMap();
22594
22594
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$3));
22595
- definitionMap.set('version', literal('15.0.0'));
22595
+ definitionMap.set('version', literal('15.0.1'));
22596
22596
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22597
22597
  definitionMap.set('type', meta.internalType);
22598
22598
  // Only generate providedIn property if it has a non-null value
@@ -22650,7 +22650,7 @@ function compileDeclareInjectorFromMetadata(meta) {
22650
22650
  function createInjectorDefinitionMap(meta) {
22651
22651
  const definitionMap = new DefinitionMap();
22652
22652
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$2));
22653
- definitionMap.set('version', literal('15.0.0'));
22653
+ definitionMap.set('version', literal('15.0.1'));
22654
22654
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22655
22655
  definitionMap.set('type', meta.internalType);
22656
22656
  definitionMap.set('providers', meta.providers);
@@ -22687,7 +22687,7 @@ function compileDeclareNgModuleFromMetadata(meta) {
22687
22687
  function createNgModuleDefinitionMap(meta) {
22688
22688
  const definitionMap = new DefinitionMap();
22689
22689
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION$1));
22690
- definitionMap.set('version', literal('15.0.0'));
22690
+ definitionMap.set('version', literal('15.0.1'));
22691
22691
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22692
22692
  definitionMap.set('type', meta.internalType);
22693
22693
  // We only generate the keys in the metadata if the arrays contain values.
@@ -22745,7 +22745,7 @@ function compileDeclarePipeFromMetadata(meta) {
22745
22745
  function createPipeDefinitionMap(meta) {
22746
22746
  const definitionMap = new DefinitionMap();
22747
22747
  definitionMap.set('minVersion', literal(MINIMUM_PARTIAL_LINKER_VERSION));
22748
- definitionMap.set('version', literal('15.0.0'));
22748
+ definitionMap.set('version', literal('15.0.1'));
22749
22749
  definitionMap.set('ngImport', importExpr(Identifiers.core));
22750
22750
  // e.g. `type: MyPipe`
22751
22751
  definitionMap.set('type', meta.internalType);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular-eslint/bundled-angular-compiler",
3
- "version": "15.0.1-alpha.8+7357419",
3
+ "version": "15.1.0",
4
4
  "description": "A CJS bundled version of @angular/compiler",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
@@ -15,5 +15,5 @@
15
15
  "package.json",
16
16
  "README.md"
17
17
  ],
18
- "gitHead": "7357419489f9f79f9aae31605c6908691737a1b4"
18
+ "gitHead": "ff9c1bcec7cf940adffa051ca58eda5ba6cd7978"
19
19
  }