@angular/localize 21.1.1 → 21.1.2

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.
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.1
2
+ * @license Angular v21.1.2
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/fesm2022/init.mjs CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.1
2
+ * @license Angular v21.1.2
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.1
2
+ * @license Angular v21.1.2
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@angular/localize",
3
- "version": "21.1.1",
3
+ "version": "21.1.2",
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": "21.1.1",
71
- "@angular/compiler-cli": "21.1.1"
70
+ "@angular/compiler": "21.1.2",
71
+ "@angular/compiler-cli": "21.1.2"
72
72
  },
73
73
  "module": "./fesm2022/localize.mjs",
74
74
  "typings": "./types/localize.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", `~21.1.1`);
134
+ return (0, import_utility.addDependency)("@angular/localize", `~21.1.2`);
135
135
  }
136
136
  function ng_add_default(options) {
137
137
  const projectName = options.project;
package/types/init.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.1
2
+ * @license Angular v21.1.2
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /**
2
- * @license Angular v21.1.1
2
+ * @license Angular v21.1.2
3
3
  * (c) 2010-2026 Google LLC. https://angular.dev/
4
4
  * License: MIT
5
5
  */