lingo.dev 0.85.2 → 0.85.4
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 +2 -3
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +2 -3
- package/build/cli.mjs.map +1 -1
- package/package.json +4 -5
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.4",
|
|
5462
5462
|
description: "Lingo.dev CLI",
|
|
5463
5463
|
private: false,
|
|
5464
5464
|
publishConfig: {
|
|
@@ -5582,10 +5582,9 @@ var package_default = {
|
|
|
5582
5582
|
unified: "^11.0.5",
|
|
5583
5583
|
"unist-util-visit": "^5.0.0",
|
|
5584
5584
|
vfile: "^6.0.3",
|
|
5585
|
-
vitest: "^
|
|
5585
|
+
vitest: "^3.1.2",
|
|
5586
5586
|
xliff: "^6.2.1",
|
|
5587
5587
|
xml2js: "^0.6.2",
|
|
5588
|
-
xmldom: "^0.6.0",
|
|
5589
5588
|
xpath: "^0.0.34",
|
|
5590
5589
|
yaml: "^2.7.0",
|
|
5591
5590
|
zod: "^3.24.1"
|