lingo.dev 0.85.1 → 0.85.2
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 +5 -7
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +5 -7
- package/build/cli.mjs.map +1 -1
- package/package.json +5 -7
package/build/cli.cjs
CHANGED
|
@@ -5458,7 +5458,7 @@ function validateParams2(i18nConfig, flags) {
|
|
|
5458
5458
|
// package.json
|
|
5459
5459
|
var package_default = {
|
|
5460
5460
|
name: "lingo.dev",
|
|
5461
|
-
version: "0.85.
|
|
5461
|
+
version: "0.85.2",
|
|
5462
5462
|
description: "Lingo.dev CLI",
|
|
5463
5463
|
private: false,
|
|
5464
5464
|
publishConfig: {
|
|
@@ -5519,7 +5519,7 @@ var package_default = {
|
|
|
5519
5519
|
"@ai-sdk/openai": "^1.3.7",
|
|
5520
5520
|
"@datocms/cma-client-node": "^3.4.0",
|
|
5521
5521
|
"@gitbeaker/rest": "^39.34.3",
|
|
5522
|
-
"@inquirer/prompts": "^7.
|
|
5522
|
+
"@inquirer/prompts": "^7.4.1",
|
|
5523
5523
|
"@lingo.dev/_sdk": "workspace:*",
|
|
5524
5524
|
"@lingo.dev/_spec": "workspace:*",
|
|
5525
5525
|
"@modelcontextprotocol/sdk": "^1.5.0",
|
|
@@ -5538,14 +5538,13 @@ var package_default = {
|
|
|
5538
5538
|
express: "^4.21.2",
|
|
5539
5539
|
"external-editor": "^3.1.0",
|
|
5540
5540
|
figlet: "^1.8.0",
|
|
5541
|
-
"figlet-cli": "^0.2.0",
|
|
5542
5541
|
flat: "^6.0.1",
|
|
5543
5542
|
"gettext-parser": "^8.0.0",
|
|
5544
5543
|
glob: "<11.0.0",
|
|
5545
5544
|
"gradient-string": "^3.0.0",
|
|
5546
5545
|
"gray-matter": "^4.0.3",
|
|
5547
5546
|
ini: "^5.0.0",
|
|
5548
|
-
inquirer: "^12.
|
|
5547
|
+
inquirer: "^12.5.2",
|
|
5549
5548
|
"interactive-commander": "^0.5.194",
|
|
5550
5549
|
"is-url": "^1.2.4",
|
|
5551
5550
|
jsdom: "^25.0.1",
|
|
@@ -5583,7 +5582,7 @@ var package_default = {
|
|
|
5583
5582
|
unified: "^11.0.5",
|
|
5584
5583
|
"unist-util-visit": "^5.0.0",
|
|
5585
5584
|
vfile: "^6.0.3",
|
|
5586
|
-
vitest: "^2.1.
|
|
5585
|
+
vitest: "^2.1.9",
|
|
5587
5586
|
xliff: "^6.2.1",
|
|
5588
5587
|
xml2js: "^0.6.2",
|
|
5589
5588
|
xmldom: "^0.6.0",
|
|
@@ -5601,7 +5600,7 @@ var package_default = {
|
|
|
5601
5600
|
"@types/ini": "^4.1.1",
|
|
5602
5601
|
"@types/is-url": "^1.2.32",
|
|
5603
5602
|
"@types/jsdom": "^21.1.7",
|
|
5604
|
-
"@types/lodash": "^4.17.
|
|
5603
|
+
"@types/lodash": "^4.17.16",
|
|
5605
5604
|
"@types/markdown-it": "^14.1.2",
|
|
5606
5605
|
"@types/node": "^22.10.2",
|
|
5607
5606
|
"@types/node-gettext": "^3.0.6",
|
|
@@ -5609,7 +5608,6 @@ var package_default = {
|
|
|
5609
5608
|
"@types/plist": "^3.0.5",
|
|
5610
5609
|
"@types/properties-parser": "^0.3.3",
|
|
5611
5610
|
"@types/xml2js": "^0.4.14",
|
|
5612
|
-
"@types/xmldom": "^0.1.34",
|
|
5613
5611
|
tsup: "^8.3.5"
|
|
5614
5612
|
},
|
|
5615
5613
|
engines: {
|