lingo.dev 0.107.6 → 0.108.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lingo.dev",
3
- "version": "0.107.6",
3
+ "version": "0.108.0",
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.4.1",
118
+ "@inquirer/prompts": "^7.7.0",
119
119
  "@modelcontextprotocol/sdk": "^1.5.0",
120
120
  "@openrouter/ai-sdk-provider": "^0.7.1",
121
121
  "@paralleldrive/cuid2": "^2.2.2",
@@ -136,7 +136,7 @@
136
136
  "ejs": "^3.1.10",
137
137
  "express": "^5.1.0",
138
138
  "external-editor": "^3.1.0",
139
- "figlet": "^1.8.0",
139
+ "figlet": "^1.8.2",
140
140
  "flat": "^6.0.1",
141
141
  "gettext-parser": "^8.0.0",
142
142
  "glob": "<11.0.0",
@@ -168,7 +168,7 @@
168
168
  "p-limit": "^6.2.0",
169
169
  "php-array-reader": "^2.1.2",
170
170
  "plist": "^3.1.0",
171
- "posthog-node": "^4.17.0",
171
+ "posthog-node": "^5.5.1",
172
172
  "prettier": "^3.4.2",
173
173
  "react": "^18.3.1",
174
174
  "rehype-stringify": "^10.0.1",
@@ -189,10 +189,10 @@
189
189
  "xpath": "^0.0.34",
190
190
  "yaml": "^2.7.0",
191
191
  "zod": "^3.25.76",
192
- "@lingo.dev/_react": "0.4.1",
193
- "@lingo.dev/_compiler": "0.7.1",
194
- "@lingo.dev/_spec": "0.39.3",
195
- "@lingo.dev/_sdk": "0.10.2"
192
+ "@lingo.dev/_compiler": "0.7.2",
193
+ "@lingo.dev/_react": "0.4.2",
194
+ "@lingo.dev/_sdk": "0.11.0",
195
+ "@lingo.dev/_spec": "0.39.3"
196
196
  },
197
197
  "devDependencies": {
198
198
  "@types/babel__generator": "^7.27.0",
@@ -225,7 +225,8 @@
225
225
  "scripts": {
226
226
  "lingo.dev": "node --inspect=9229 ./bin/cli.mjs",
227
227
  "dev": "tsup --watch",
228
- "build": "tsc --noEmit && tsup",
228
+ "build": "pnpm typecheck && tsup",
229
+ "typecheck": "tsc --noEmit",
229
230
  "test": "vitest run",
230
231
  "test:watch": "vitest",
231
232
  "clean": "rm -rf build"