@angular/localize 21.2.0-next.2 → 21.2.0-rc.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.
package/fesm2022/init.mjs
CHANGED
package/fesm2022/localize.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@angular/localize",
|
|
3
|
-
"version": "21.2.0-
|
|
3
|
+
"version": "21.2.0-rc.0",
|
|
4
4
|
"description": "Angular - library for localizing messages",
|
|
5
5
|
"bin": {
|
|
6
6
|
"localize-translate": "./tools/bundles/src/translate/cli.js",
|
|
@@ -61,14 +61,14 @@
|
|
|
61
61
|
"./fesm2022/init.mjs"
|
|
62
62
|
],
|
|
63
63
|
"dependencies": {
|
|
64
|
-
"@babel/core": "7.
|
|
64
|
+
"@babel/core": "7.29.0",
|
|
65
65
|
"@types/babel__core": "7.20.5",
|
|
66
66
|
"tinyglobby": "^0.2.12",
|
|
67
67
|
"yargs": "^18.0.0"
|
|
68
68
|
},
|
|
69
69
|
"peerDependencies": {
|
|
70
|
-
"@angular/compiler": "21.2.0-
|
|
71
|
-
"@angular/compiler-cli": "21.2.0-
|
|
70
|
+
"@angular/compiler": "21.2.0-rc.0",
|
|
71
|
+
"@angular/compiler-cli": "21.2.0-rc.0"
|
|
72
72
|
},
|
|
73
73
|
"module": "./fesm2022/localize.mjs",
|
|
74
74
|
"typings": "./types/localize.d.ts",
|
|
@@ -142,7 +142,7 @@ function moveToDependencies(host) {
|
|
|
142
142
|
return;
|
|
143
143
|
}
|
|
144
144
|
(0, import_dependencies.removePackageJsonDependency)(host, "@angular/localize");
|
|
145
|
-
return (0, import_utility.addDependency)("@angular/localize", `~21.2.0-
|
|
145
|
+
return (0, import_utility.addDependency)("@angular/localize", `~21.2.0-rc.0`);
|
|
146
146
|
}
|
|
147
147
|
function ng_add_default(options) {
|
|
148
148
|
const projectName = options.project;
|
package/types/init.d.ts
CHANGED
package/types/localize.d.ts
CHANGED