@angular/localize 15.0.0-next.5 → 15.0.0-next.6

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.0.0-next.5
2
+ * @license Angular v15.0.0-next.6
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.0.0-next.5
2
+ * @license Angular v15.0.0-next.6
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.0.0-next.5
2
+ * @license Angular v15.0.0-next.6
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.0.0-next.5
2
+ * @license Angular v15.0.0-next.6
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 v15.0.0-next.5
2
+ * @license Angular v15.0.0-next.6
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.0.0-next.5",
3
+ "version": "15.0.0-next.6",
4
4
  "description": "Angular - library for localizing messages",
5
5
  "bin": {
6
6
  "localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -35,7 +35,7 @@
35
35
  "author": "angular",
36
36
  "license": "MIT",
37
37
  "engines": {
38
- "node": "^14.15.0 || >=16.10.0"
38
+ "node": "^14.20.0 || ^16.13.0 || >=18.10.0"
39
39
  },
40
40
  "repository": {
41
41
  "type": "git",
@@ -76,8 +76,8 @@
76
76
  "yargs": "^17.2.1"
77
77
  },
78
78
  "peerDependencies": {
79
- "@angular/compiler": "15.0.0-next.5",
80
- "@angular/compiler-cli": "15.0.0-next.5"
79
+ "@angular/compiler": "15.0.0-next.6",
80
+ "@angular/compiler-cli": "15.0.0-next.6"
81
81
  },
82
82
  "fesm2020": "./fesm2020/localize.mjs",
83
83
  "fesm2015": "./fesm2015/localize.mjs",
@@ -96,7 +96,7 @@
96
96
  (0, dependencies_1.addPackageJsonDependency)(host, {
97
97
  name: '@angular/localize',
98
98
  type: dependencies_1.NodeDependencyType.Default,
99
- version: `~15.0.0-next.5`,
99
+ version: `~15.0.0-next.6`,
100
100
  });
101
101
  // Add a task to run the package manager. This is necessary because we updated
102
102
  // "package.json" and we want lock files to reflect this.