@angular/localize 15.1.0-next.2 → 15.1.0-next.3

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/fesm2015/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.1.0-next.2
2
+ * @license Angular v15.1.0-next.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.1.0-next.2
2
+ * @license Angular v15.1.0-next.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/fesm2020/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.1.0-next.2
2
+ * @license Angular v15.1.0-next.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.1.0-next.2
2
+ * @license Angular v15.1.0-next.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/init/index.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v15.1.0-next.2
2
+ * @license Angular v15.1.0-next.3
3
3
  * (c) 2010-2022 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/localize",
3
- "version": "15.1.0-next.2",
3
+ "version": "15.1.0-next.3",
4
4
  "description": "Angular - library for localizing messages",
5
5
  "bin": {
6
6
  "localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -76,8 +76,8 @@
76
76
  "yargs": "^17.2.1"
77
77
  },
78
78
  "peerDependencies": {
79
- "@angular/compiler": "15.1.0-next.2",
80
- "@angular/compiler-cli": "15.1.0-next.2"
79
+ "@angular/compiler": "15.1.0-next.3",
80
+ "@angular/compiler-cli": "15.1.0-next.3"
81
81
  },
82
82
  "fesm2020": "./fesm2020/localize.mjs",
83
83
  "fesm2015": "./fesm2015/localize.mjs",
@@ -76,7 +76,7 @@
76
76
  (0, dependencies_1.addPackageJsonDependency)(host, {
77
77
  name: '@angular/localize',
78
78
  type: dependencies_1.NodeDependencyType.Default,
79
- version: `~15.1.0-next.2`,
79
+ version: `~15.1.0-next.3`,
80
80
  });
81
81
  // Add a task to run the package manager. This is necessary because we updated
82
82
  // "package.json" and we want lock files to reflect this.