lingo.dev 0.121.1 → 0.122.1
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 +33 -88
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +85 -140
- package/build/cli.mjs.map +1 -1
- package/package.json +11 -11
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.122.1",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"repository": {
|
|
@@ -120,10 +120,10 @@
|
|
|
120
120
|
"author": "",
|
|
121
121
|
"license": "Apache-2.0",
|
|
122
122
|
"dependencies": {
|
|
123
|
-
"@ai-sdk/anthropic": "
|
|
124
|
-
"@ai-sdk/google": "
|
|
125
|
-
"@ai-sdk/mistral": "
|
|
126
|
-
"@ai-sdk/openai": "
|
|
123
|
+
"@ai-sdk/anthropic": "3.0.9",
|
|
124
|
+
"@ai-sdk/google": "3.0.6",
|
|
125
|
+
"@ai-sdk/mistral": "3.0.5",
|
|
126
|
+
"@ai-sdk/openai": "3.0.7",
|
|
127
127
|
"@babel/generator": "7.28.5",
|
|
128
128
|
"@babel/parser": "7.28.5",
|
|
129
129
|
"@babel/traverse": "7.28.5",
|
|
@@ -136,10 +136,10 @@
|
|
|
136
136
|
"@inquirer/prompts": "7.8.0",
|
|
137
137
|
"@markdoc/markdoc": "0.5.4",
|
|
138
138
|
"@modelcontextprotocol/sdk": "1.22.0",
|
|
139
|
-
"@openrouter/ai-sdk-provider": "0.
|
|
139
|
+
"@openrouter/ai-sdk-provider": "6.0.0-alpha.1",
|
|
140
140
|
"@paralleldrive/cuid2": "2.2.2",
|
|
141
141
|
"@types/ejs": "3.1.5",
|
|
142
|
-
"ai": "
|
|
142
|
+
"ai": "6.0.25",
|
|
143
143
|
"bitbucket": "2.12.0",
|
|
144
144
|
"chalk": "5.6.2",
|
|
145
145
|
"chokidar": "4.0.3",
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"node-webvtt": "1.9.4",
|
|
187
187
|
"object-hash": "3.0.0",
|
|
188
188
|
"octokit": "4.0.2",
|
|
189
|
-
"ollama-ai-provider": "
|
|
189
|
+
"ollama-ai-provider-v2": "2.0.0",
|
|
190
190
|
"open": "10.2.0",
|
|
191
191
|
"ora": "8.1.1",
|
|
192
192
|
"p-limit": "6.2.0",
|
|
@@ -213,11 +213,11 @@
|
|
|
213
213
|
"xml2js": "0.6.2",
|
|
214
214
|
"xpath": "0.0.34",
|
|
215
215
|
"yaml": "2.8.1",
|
|
216
|
-
"zod": "
|
|
217
|
-
"@lingo.dev/_compiler": "0.
|
|
216
|
+
"zod": "4.1.12",
|
|
217
|
+
"@lingo.dev/_compiler": "0.9.0",
|
|
218
218
|
"@lingo.dev/_locales": "0.3.3",
|
|
219
|
-
"@lingo.dev/_sdk": "0.13.7",
|
|
220
219
|
"@lingo.dev/_react": "0.7.6",
|
|
220
|
+
"@lingo.dev/_sdk": "0.13.7",
|
|
221
221
|
"@lingo.dev/_spec": "0.46.0"
|
|
222
222
|
},
|
|
223
223
|
"devDependencies": {
|