@angular/localize 20.2.2 → 21.0.0-next.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/fesm2022/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.2
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.2
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 Google LLC. https://angular.io/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v20.2.2
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 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 v20.2.2
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 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 v20.2.2
2
+ * @license Angular v21.0.0-next.1
3
3
  * (c) 2010-2025 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": "20.2.2",
3
+ "version": "21.0.0-next.1",
4
4
  "description": "Angular - library for localizing messages",
5
5
  "bin": {
6
6
  "localize-translate": "./tools/bundles/src/translate/cli.js",
@@ -67,8 +67,8 @@
67
67
  "yargs": "^18.0.0"
68
68
  },
69
69
  "peerDependencies": {
70
- "@angular/compiler": "20.2.2",
71
- "@angular/compiler-cli": "20.2.2"
70
+ "@angular/compiler": "21.0.0-next.1",
71
+ "@angular/compiler-cli": "21.0.0-next.1"
72
72
  },
73
73
  "module": "./fesm2022/localize.mjs",
74
74
  "typings": "./index.d.ts",
@@ -131,7 +131,7 @@ function moveToDependencies(host) {
131
131
  return;
132
132
  }
133
133
  (0, import_dependencies.removePackageJsonDependency)(host, "@angular/localize");
134
- return (0, import_utility.addDependency)("@angular/localize", `~20.2.2`);
134
+ return (0, import_utility.addDependency)("@angular/localize", `~21.0.0-next.1`);
135
135
  }
136
136
  function ng_add_default(options) {
137
137
  const projectName = options.project;