ai-i18n-tools 1.4.2 → 1.4.3
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/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ai-i18n-tools",
|
|
3
|
-
"version": "1.4.
|
|
4
|
-
"packageManager": "pnpm@
|
|
3
|
+
"version": "1.4.3",
|
|
4
|
+
"packageManager": "pnpm@11.1.1",
|
|
5
5
|
"description": "Unified internationalization toolkit for Node.js apps and documentation with AI translation",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
@@ -89,31 +89,31 @@
|
|
|
89
89
|
"commander": "^14.0.3",
|
|
90
90
|
"csv-parse": "^6.2.1",
|
|
91
91
|
"emoji-regex": "^10.6.0",
|
|
92
|
-
"express": "^
|
|
92
|
+
"express": "^5.2.1",
|
|
93
93
|
"gray-matter-es": "^0.2.1",
|
|
94
94
|
"i18next-scanner": "^4.6.0",
|
|
95
95
|
"ignore": "^7.0.5",
|
|
96
96
|
"mdast-util-from-markdown": "^2.0.3",
|
|
97
97
|
"mdast-util-gfm": "^3.1.0",
|
|
98
98
|
"micromark-extension-gfm": "^3.0.0",
|
|
99
|
-
"remove-markdown": "^0.6.
|
|
99
|
+
"remove-markdown": "^0.6.4",
|
|
100
100
|
"unist-util-visit": "^5.1.0",
|
|
101
101
|
"zod": "^4.4.3"
|
|
102
102
|
},
|
|
103
103
|
"devDependencies": {
|
|
104
104
|
"@eslint/js": "^10.0.1",
|
|
105
|
-
"@types/express": "^
|
|
105
|
+
"@types/express": "^5.0.6",
|
|
106
106
|
"@types/mdast": "^4.0.4",
|
|
107
|
-
"@types/node": "^25.
|
|
107
|
+
"@types/node": "^25.7.0",
|
|
108
108
|
"@types/unist": "^3.0.3",
|
|
109
|
-
"@vitest/coverage-v8": "^4.1.
|
|
109
|
+
"@vitest/coverage-v8": "^4.1.6",
|
|
110
110
|
"eslint": "^10.3.0",
|
|
111
111
|
"globals": "^17.6.0",
|
|
112
112
|
"markdownlint-cli": "^0.48.0",
|
|
113
113
|
"prettier": "^3.8.3",
|
|
114
114
|
"typescript": "^6.0.3",
|
|
115
|
-
"typescript-eslint": "^8.59.
|
|
116
|
-
"vitest": "^4.1.
|
|
115
|
+
"typescript-eslint": "^8.59.3",
|
|
116
|
+
"vitest": "^4.1.6"
|
|
117
117
|
},
|
|
118
118
|
"peerDependencies": {
|
|
119
119
|
"react": ">=16.8.0"
|
|
@@ -137,7 +137,12 @@
|
|
|
137
137
|
"pnpm": {
|
|
138
138
|
"overrides": {
|
|
139
139
|
"uuid@<14.0.0": ">=14.0.0",
|
|
140
|
-
"postcss@<8.5.10": ">=8.5.10"
|
|
140
|
+
"postcss@<8.5.10": ">=8.5.10",
|
|
141
|
+
"@babel/plugin-transform-modules-systemjs@>=7.12.0 <=7.29.3": "^7.29.4",
|
|
142
|
+
"fast-uri@<=3.1.0": "^3.1.1",
|
|
143
|
+
"fast-uri@<=3.1.1": "^3.1.2",
|
|
144
|
+
"serialize-javascript@<7.0.5": "^7.0.5",
|
|
145
|
+
"serialize-javascript@<=7.0.2": "^7.0.3"
|
|
141
146
|
},
|
|
142
147
|
"onlyBuiltDependencies": [
|
|
143
148
|
"sharp"
|