lingo.dev 0.78.4 → 0.78.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 +1 -1
- package/build/cli.cjs.map +1 -1
- package/build/cli.mjs +1 -1
- package/build/cli.mjs.map +1 -1
- package/package.json +3 -3
package/build/cli.cjs
CHANGED
|
@@ -3868,7 +3868,7 @@ var mcp_default = new (0, _interactivecommander.Command)().command("mcp").descri
|
|
|
3868
3868
|
// package.json
|
|
3869
3869
|
var package_default = {
|
|
3870
3870
|
name: "lingo.dev",
|
|
3871
|
-
version: "0.78.
|
|
3871
|
+
version: "0.78.5",
|
|
3872
3872
|
description: "Lingo.dev CLI",
|
|
3873
3873
|
private: false,
|
|
3874
3874
|
publishConfig: {
|