lingo.dev 0.117.11 → 0.117.13
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 +9 -3
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +9 -3
- package/build/cli.mjs.map +1 -1
- package/package.json +14 -8
package/package.json
CHANGED
|
@@ -1,10 +1,16 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "lingo.dev",
|
|
3
|
-
"version": "0.117.
|
|
3
|
+
"version": "0.117.13",
|
|
4
4
|
"description": "Lingo.dev CLI",
|
|
5
5
|
"private": false,
|
|
6
|
+
"repository": {
|
|
7
|
+
"type": "git",
|
|
8
|
+
"url": "https://github.com/lingodotdev/lingo.dev.git",
|
|
9
|
+
"directory": "packages/cli"
|
|
10
|
+
},
|
|
6
11
|
"publishConfig": {
|
|
7
|
-
"access": "public"
|
|
12
|
+
"access": "public",
|
|
13
|
+
"provenance": true
|
|
8
14
|
},
|
|
9
15
|
"type": "module",
|
|
10
16
|
"sideEffects": false,
|
|
@@ -187,7 +193,7 @@
|
|
|
187
193
|
"plist": "3.1.0",
|
|
188
194
|
"posthog-node": "5.14.0",
|
|
189
195
|
"prettier": "3.6.2",
|
|
190
|
-
"react": "19.2.
|
|
196
|
+
"react": "19.2.1",
|
|
191
197
|
"rehype-stringify": "10.0.1",
|
|
192
198
|
"remark-disable-tokenizers": "1.1.1",
|
|
193
199
|
"remark-frontmatter": "5.0.0",
|
|
@@ -207,11 +213,11 @@
|
|
|
207
213
|
"xpath": "0.0.34",
|
|
208
214
|
"yaml": "2.8.1",
|
|
209
215
|
"zod": "3.25.76",
|
|
210
|
-
"@lingo.dev/_compiler": "0.8.
|
|
211
|
-
"@lingo.dev/
|
|
212
|
-
"@lingo.dev/
|
|
213
|
-
"@lingo.dev/
|
|
214
|
-
"@lingo.dev/
|
|
216
|
+
"@lingo.dev/_compiler": "0.8.6",
|
|
217
|
+
"@lingo.dev/_locales": "0.3.1",
|
|
218
|
+
"@lingo.dev/_react": "0.7.3",
|
|
219
|
+
"@lingo.dev/_sdk": "0.13.4",
|
|
220
|
+
"@lingo.dev/_spec": "0.44.4"
|
|
215
221
|
},
|
|
216
222
|
"devDependencies": {
|
|
217
223
|
"@types/babel__generator": "7.27.0",
|