lingo.dev 0.117.1 → 0.117.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/build/cli.cjs +304 -138
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +172 -6
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.117.
|
|
3
|
+
"version": "0.117.3",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -203,10 +203,10 @@
|
|
|
203
203
|
"xpath": "0.0.34",
|
|
204
204
|
"yaml": "2.8.1",
|
|
205
205
|
"zod": "3.25.76",
|
|
206
|
-
"@lingo.dev/_locales": "0.3.0",
|
|
207
206
|
"@lingo.dev/_compiler": "0.8.1",
|
|
208
|
-
"@lingo.dev/
|
|
207
|
+
"@lingo.dev/_locales": "0.3.0",
|
|
209
208
|
"@lingo.dev/_sdk": "0.13.0",
|
|
209
|
+
"@lingo.dev/_react": "0.7.0",
|
|
210
210
|
"@lingo.dev/_spec": "0.44.0"
|
|
211
211
|
},
|
|
212
212
|
"devDependencies": {
|