lingo.dev 0.113.5 → 0.113.7
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/build/cli.cjs +1446 -278
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1338 -170
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.113.
|
|
3
|
+
"version": "0.113.7",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -193,6 +193,7 @@
|
|
|
193
193
|
"remark-parse": "^11.0.0",
|
|
194
194
|
"remark-rehype": "^11.1.2",
|
|
195
195
|
"remark-stringify": "^11.0.0",
|
|
196
|
+
"sax": "^1.4.1",
|
|
196
197
|
"srt-parser-2": "^1.2.3",
|
|
197
198
|
"unified": "^11.0.5",
|
|
198
199
|
"unist-util-visit": "^5.0.0",
|
|
@@ -202,11 +203,11 @@
|
|
|
202
203
|
"xpath": "^0.0.34",
|
|
203
204
|
"yaml": "^2.7.0",
|
|
204
205
|
"zod": "^3.25.76",
|
|
205
|
-
"@lingo.dev/_compiler": "0.7.14",
|
|
206
|
-
"@lingo.dev/_locales": "0.1.0",
|
|
207
206
|
"@lingo.dev/_react": "0.5.0",
|
|
208
207
|
"@lingo.dev/_sdk": "0.12.6",
|
|
209
|
-
"@lingo.dev/_spec": "0.41.1"
|
|
208
|
+
"@lingo.dev/_spec": "0.41.1",
|
|
209
|
+
"@lingo.dev/_compiler": "0.7.15",
|
|
210
|
+
"@lingo.dev/_locales": "0.1.0"
|
|
210
211
|
},
|
|
211
212
|
"devDependencies": {
|
|
212
213
|
"@types/babel__generator": "^7.27.0",
|