@angular/localize 21.1.0-next.4 → 21.1.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/LICENSE +1 -1
- package/fesm2022/_localize-chunk.mjs +2 -2
- package/fesm2022/init.mjs +2 -2
- package/fesm2022/localize.mjs +2 -2
- package/package.json +3 -3
- package/schematics/ng-add/ng_add_bundle.cjs +1 -1
- package/types/init.d.ts +2 -2
- package/types/localize.d.ts +2 -2
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
The MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2010-
|
|
3
|
+
Copyright (c) 2010-2026 Google LLC. https://angular.dev/license
|
|
4
4
|
|
|
5
5
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
6
|
of this software and associated documentation files (the "Software"), to deal
|
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.1.0
|
|
3
|
+
"version": "21.1.0",
|
|
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.0
|
|
71
|
-
"@angular/compiler-cli": "21.1.0
|
|
70
|
+
"@angular/compiler": "21.1.0",
|
|
71
|
+
"@angular/compiler-cli": "21.1.0"
|
|
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.0
|
|
134
|
+
return (0, import_utility.addDependency)("@angular/localize", `~21.1.0`);
|
|
135
135
|
}
|
|
136
136
|
function ng_add_default(options) {
|
|
137
137
|
const projectName = options.project;
|
package/types/init.d.ts
CHANGED
package/types/localize.d.ts
CHANGED