lingo.dev 0.110.2 → 0.110.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 +4 -4
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +4 -4
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.110.
|
|
3
|
+
"version": "0.110.3",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
6
|
"publishConfig": {
|
|
@@ -115,7 +115,7 @@
|
|
|
115
115
|
"@datocms/cma-client-node": "^4.0.1",
|
|
116
116
|
"@gitbeaker/rest": "^39.34.3",
|
|
117
117
|
"@inkjs/ui": "^2.0.0",
|
|
118
|
-
"@inquirer/prompts": "^7.
|
|
118
|
+
"@inquirer/prompts": "^7.8.0",
|
|
119
119
|
"@modelcontextprotocol/sdk": "^1.5.0",
|
|
120
120
|
"@openrouter/ai-sdk-provider": "^0.7.1",
|
|
121
121
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"object-hash": "^3.0.0",
|
|
165
165
|
"octokit": "^4.0.2",
|
|
166
166
|
"ollama-ai-provider": "^1.2.0",
|
|
167
|
-
"open": "^10.
|
|
167
|
+
"open": "^10.2.0",
|
|
168
168
|
"ora": "^8.1.1",
|
|
169
169
|
"p-limit": "^6.2.0",
|
|
170
170
|
"php-array-reader": "^2.1.2",
|
|
@@ -191,7 +191,7 @@
|
|
|
191
191
|
"yaml": "^2.7.0",
|
|
192
192
|
"zod": "^3.25.76",
|
|
193
193
|
"@lingo.dev/_compiler": "0.7.5",
|
|
194
|
-
"@lingo.dev/_react": "0.4.
|
|
194
|
+
"@lingo.dev/_react": "0.4.3",
|
|
195
195
|
"@lingo.dev/_sdk": "0.12.0",
|
|
196
196
|
"@lingo.dev/_spec": "0.40.0"
|
|
197
197
|
},
|
|
@@ -201,7 +201,7 @@
|
|
|
201
201
|
"@types/cli-progress": "^3.11.6",
|
|
202
202
|
"@types/cors": "^2.8.17",
|
|
203
203
|
"@types/diff": "^7.0.0",
|
|
204
|
-
"@types/express": "^5.0.
|
|
204
|
+
"@types/express": "^5.0.3",
|
|
205
205
|
"@types/figlet": "^1.7.0",
|
|
206
206
|
"@types/gettext-parser": "^4.0.4",
|
|
207
207
|
"@types/glob": "^8.1.0",
|