lingo.dev 0.96.0 → 0.97.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.96.0",
3
+ "version": "0.97.1",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -105,6 +105,7 @@
105
105
  "license": "Apache-2.0",
106
106
  "dependencies": {
107
107
  "@ai-sdk/anthropic": "^1.2.11",
108
+ "@ai-sdk/google": "^1.2.19",
108
109
  "@ai-sdk/openai": "^1.3.22",
109
110
  "@babel/generator": "^7.27.1",
110
111
  "@babel/parser": "^7.27.1",
@@ -182,10 +183,10 @@
182
183
  "xpath": "^0.0.34",
183
184
  "yaml": "^2.7.0",
184
185
  "zod": "^3.24.1",
185
- "@lingo.dev/_spec": "0.34.0",
186
- "@lingo.dev/_react": "0.2.4",
187
- "@lingo.dev/_compiler": "0.1.13",
188
- "@lingo.dev/_sdk": "0.8.0"
186
+ "@lingo.dev/_compiler": "0.2.1",
187
+ "@lingo.dev/_react": "0.3.0",
188
+ "@lingo.dev/_sdk": "0.8.1",
189
+ "@lingo.dev/_spec": "0.35.0"
189
190
  },
190
191
  "devDependencies": {
191
192
  "@types/babel__generator": "^7.27.0",