lingo.dev 0.85.3 → 0.85.5
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 -17
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +5 -17
- package/build/cli.mjs.map +1 -1
- package/package.json +7 -19
package/build/cli.mjs
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.5",
|
|
5462
5462
|
description: "Lingo.dev CLI",
|
|
5463
5463
|
private: false,
|
|
5464
5464
|
publishConfig: {
|
|
@@ -5524,7 +5524,6 @@ var package_default = {
|
|
|
5524
5524
|
"@lingo.dev/_spec": "workspace:*",
|
|
5525
5525
|
"@modelcontextprotocol/sdk": "^1.5.0",
|
|
5526
5526
|
"@paralleldrive/cuid2": "^2.2.2",
|
|
5527
|
-
"@types/mdast": "^4.0.4",
|
|
5528
5527
|
ai: "^4.3.2",
|
|
5529
5528
|
bitbucket: "^2.12.0",
|
|
5530
5529
|
chalk: "^5.4.1",
|
|
@@ -5551,14 +5550,7 @@ var package_default = {
|
|
|
5551
5550
|
json5: "^2.2.3",
|
|
5552
5551
|
jsonrepair: "^3.11.2",
|
|
5553
5552
|
lodash: "^4.17.21",
|
|
5554
|
-
"markdown-it": "^14.1.0",
|
|
5555
|
-
"markdown-it-front-matter": "^0.2.4",
|
|
5556
5553
|
marked: "^15.0.6",
|
|
5557
|
-
"mdast-util-from-markdown": "^2.0.2",
|
|
5558
|
-
"mdast-util-frontmatter": "^2.0.1",
|
|
5559
|
-
"mdast-util-gfm": "^3.1.0",
|
|
5560
|
-
"mdast-util-mdx": "^3.0.0",
|
|
5561
|
-
"mdast-util-to-markdown": "^2.1.2",
|
|
5562
5554
|
"node-webvtt": "^1.9.4",
|
|
5563
5555
|
"object-hash": "^3.0.0",
|
|
5564
5556
|
octokit: "^4.0.2",
|
|
@@ -5569,20 +5561,15 @@ var package_default = {
|
|
|
5569
5561
|
plist: "^3.1.0",
|
|
5570
5562
|
"posthog-node": "^4.11.2",
|
|
5571
5563
|
prettier: "^3.4.2",
|
|
5572
|
-
"properties-parser": "^0.6.0",
|
|
5573
5564
|
"remark-frontmatter": "^5.0.0",
|
|
5574
5565
|
"remark-gfm": "^4.0.1",
|
|
5575
5566
|
"remark-mdx": "^3.1.0",
|
|
5576
5567
|
"remark-mdx-frontmatter": "^5.1.0",
|
|
5577
5568
|
"remark-parse": "^11.0.0",
|
|
5578
5569
|
"remark-stringify": "^11.0.0",
|
|
5579
|
-
slugify: "^1.6.6",
|
|
5580
5570
|
"srt-parser-2": "^1.2.3",
|
|
5581
|
-
typescript: "^5.7.2",
|
|
5582
5571
|
unified: "^11.0.5",
|
|
5583
|
-
"unist-util-visit": "^5.0.0",
|
|
5584
5572
|
vfile: "^6.0.3",
|
|
5585
|
-
vitest: "^2.1.9",
|
|
5586
5573
|
xliff: "^6.2.1",
|
|
5587
5574
|
xml2js: "^0.6.2",
|
|
5588
5575
|
xpath: "^0.0.34",
|
|
@@ -5600,14 +5587,15 @@ var package_default = {
|
|
|
5600
5587
|
"@types/is-url": "^1.2.32",
|
|
5601
5588
|
"@types/jsdom": "^21.1.7",
|
|
5602
5589
|
"@types/lodash": "^4.17.16",
|
|
5603
|
-
"@types/
|
|
5590
|
+
"@types/mdast": "^4.0.4",
|
|
5604
5591
|
"@types/node": "^22.10.2",
|
|
5605
5592
|
"@types/node-gettext": "^3.0.6",
|
|
5606
5593
|
"@types/object-hash": "^3.0.6",
|
|
5607
5594
|
"@types/plist": "^3.0.5",
|
|
5608
|
-
"@types/properties-parser": "^0.3.3",
|
|
5609
5595
|
"@types/xml2js": "^0.4.14",
|
|
5610
|
-
tsup: "^8.3.5"
|
|
5596
|
+
tsup: "^8.3.5",
|
|
5597
|
+
typescript: "^5.7.2",
|
|
5598
|
+
vitest: "^3.1.2"
|
|
5611
5599
|
},
|
|
5612
5600
|
engines: {
|
|
5613
5601
|
node: ">=18"
|