lingo.dev 0.100.1 → 0.102.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/README.md +0 -1
- package/build/cli.cjs +1245 -440
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1210 -405
- package/build/cli.mjs.map +1 -1
- package/package.json +7 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.102.0",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -106,6 +106,7 @@
|
|
|
106
106
|
"dependencies": {
|
|
107
107
|
"@ai-sdk/anthropic": "^1.2.11",
|
|
108
108
|
"@ai-sdk/google": "^1.2.19",
|
|
109
|
+
"@ai-sdk/mistral": "^1.2.8",
|
|
109
110
|
"@ai-sdk/openai": "^1.3.22",
|
|
110
111
|
"@babel/generator": "^7.27.1",
|
|
111
112
|
"@babel/parser": "^7.27.1",
|
|
@@ -122,6 +123,7 @@
|
|
|
122
123
|
"ai": "^4.3.15",
|
|
123
124
|
"bitbucket": "^2.12.0",
|
|
124
125
|
"chalk": "^5.4.1",
|
|
126
|
+
"chokidar": "^4.0.3",
|
|
125
127
|
"cli-progress": "^3.12.0",
|
|
126
128
|
"cli-table3": "^0.6.5",
|
|
127
129
|
"cors": "^2.8.5",
|
|
@@ -187,13 +189,14 @@
|
|
|
187
189
|
"xpath": "^0.0.34",
|
|
188
190
|
"yaml": "^2.7.0",
|
|
189
191
|
"zod": "^3.24.1",
|
|
190
|
-
"@lingo.dev/_compiler": "0.
|
|
192
|
+
"@lingo.dev/_compiler": "0.5.0",
|
|
191
193
|
"@lingo.dev/_react": "0.4.0",
|
|
192
|
-
"@lingo.dev/_sdk": "0.9.
|
|
193
|
-
"@lingo.dev/_spec": "0.
|
|
194
|
+
"@lingo.dev/_sdk": "0.9.4",
|
|
195
|
+
"@lingo.dev/_spec": "0.38.0"
|
|
194
196
|
},
|
|
195
197
|
"devDependencies": {
|
|
196
198
|
"@types/babel__generator": "^7.27.0",
|
|
199
|
+
"@types/chokidar": "^2.1.7",
|
|
197
200
|
"@types/cli-progress": "^3.11.6",
|
|
198
201
|
"@types/cors": "^2.8.17",
|
|
199
202
|
"@types/diff": "^7.0.0",
|