i18next-cli 1.50.1 → 1.50.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.
- package/dist/cjs/cli.js +1 -1
- package/dist/esm/cli.js +1 -1
- package/package.json +7 -7
package/dist/cjs/cli.js
CHANGED
|
@@ -31,7 +31,7 @@ const program = new commander.Command();
|
|
|
31
31
|
program
|
|
32
32
|
.name('i18next-cli')
|
|
33
33
|
.description('A unified, high-performance i18next CLI.')
|
|
34
|
-
.version('1.50.
|
|
34
|
+
.version('1.50.2'); // This string is replaced with the actual version at build time by rollup
|
|
35
35
|
// new: global config override option
|
|
36
36
|
program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
|
|
37
37
|
program
|
package/dist/esm/cli.js
CHANGED
|
@@ -29,7 +29,7 @@ const program = new Command();
|
|
|
29
29
|
program
|
|
30
30
|
.name('i18next-cli')
|
|
31
31
|
.description('A unified, high-performance i18next CLI.')
|
|
32
|
-
.version('1.50.
|
|
32
|
+
.version('1.50.2'); // This string is replaced with the actual version at build time by rollup
|
|
33
33
|
// new: global config override option
|
|
34
34
|
program.option('-c, --config <path>', 'Path to i18next-cli config file (overrides detection)');
|
|
35
35
|
program
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "i18next-cli",
|
|
3
|
-
"version": "1.50.
|
|
3
|
+
"version": "1.50.2",
|
|
4
4
|
"description": "A unified, high-performance i18next CLI.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -55,10 +55,10 @@
|
|
|
55
55
|
"@rollup/plugin-replace": "^6.0.3",
|
|
56
56
|
"@rollup/plugin-terser": "^1.0.0",
|
|
57
57
|
"@types/inquirer": "^9.0.9",
|
|
58
|
-
"@types/node": "^25.
|
|
58
|
+
"@types/node": "^25.5.0",
|
|
59
59
|
"@types/react": "^19.2.14",
|
|
60
60
|
"@typescript-eslint/parser": "^8.57.0",
|
|
61
|
-
"@vitest/coverage-v8": "^4.0
|
|
61
|
+
"@vitest/coverage-v8": "^4.1.0",
|
|
62
62
|
"eslint": "^9.39.2",
|
|
63
63
|
"eslint-import-resolver-typescript": "^4.4.4",
|
|
64
64
|
"eslint-plugin-import": "^2.32.0",
|
|
@@ -67,7 +67,7 @@
|
|
|
67
67
|
"rollup-plugin-typescript2": "^0.36.0",
|
|
68
68
|
"typescript": "^5.9.3",
|
|
69
69
|
"unplugin-swc": "^1.5.9",
|
|
70
|
-
"vitest": "^4.0
|
|
70
|
+
"vitest": "^4.1.0"
|
|
71
71
|
},
|
|
72
72
|
"dependencies": {
|
|
73
73
|
"@croct/json5-parser": "^0.2.2",
|
|
@@ -76,15 +76,15 @@
|
|
|
76
76
|
"commander": "^14.0.3",
|
|
77
77
|
"execa": "^9.6.1",
|
|
78
78
|
"glob": "^13.0.6",
|
|
79
|
-
"i18next-resources-for-ts": "^2.0.
|
|
80
|
-
"inquirer": "^13.3.
|
|
79
|
+
"i18next-resources-for-ts": "^2.0.2",
|
|
80
|
+
"inquirer": "^13.3.2",
|
|
81
81
|
"jiti": "^2.6.1",
|
|
82
82
|
"jsonc-parser": "^3.3.1",
|
|
83
83
|
"magic-string": "^0.30.21",
|
|
84
84
|
"minimatch": "^10.2.4",
|
|
85
85
|
"ora": "^9.3.0",
|
|
86
86
|
"react": "^19.2.4",
|
|
87
|
-
"react-i18next": "^16.5.
|
|
87
|
+
"react-i18next": "^16.5.8",
|
|
88
88
|
"yaml": "^2.8.2"
|
|
89
89
|
}
|
|
90
90
|
}
|