lingo.dev 0.111.10 → 0.111.12

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.111.10",
3
+ "version": "0.111.12",
4
4
  "description": "Lingo.dev CLI",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -121,6 +121,8 @@
121
121
  "@babel/parser": "^7.27.1",
122
122
  "@babel/traverse": "^7.27.4",
123
123
  "@babel/types": "^7.27.1",
124
+ "@biomejs/js-api": "^3.0.0",
125
+ "@biomejs/wasm-nodejs": "^2.2.4",
124
126
  "@datocms/cma-client-node": "^4.0.1",
125
127
  "@gitbeaker/rest": "^39.34.3",
126
128
  "@inkjs/ui": "^2.0.0",
@@ -199,11 +201,11 @@
199
201
  "xpath": "^0.0.34",
200
202
  "yaml": "^2.7.0",
201
203
  "zod": "^3.25.76",
202
- "@lingo.dev/_compiler": "0.7.9",
203
- "@lingo.dev/_react": "0.5.0",
204
+ "@lingo.dev/_compiler": "0.7.10",
204
205
  "@lingo.dev/_locales": "0.1.0",
205
- "@lingo.dev/_sdk": "0.12.2",
206
- "@lingo.dev/_spec": "0.40.2"
206
+ "@lingo.dev/_react": "0.5.0",
207
+ "@lingo.dev/_sdk": "0.12.3",
208
+ "@lingo.dev/_spec": "0.40.3"
207
209
  },
208
210
  "devDependencies": {
209
211
  "@types/babel__generator": "^7.27.0",