lingo.dev 0.80.0 → 0.80.1

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.mjs CHANGED
@@ -4745,7 +4745,7 @@ var ci_default = new Command10().command("ci").description("Run Lingo.dev CI/CD
4745
4745
  // package.json
4746
4746
  var package_default = {
4747
4747
  name: "lingo.dev",
4748
- version: "0.80.0",
4748
+ version: "0.80.1",
4749
4749
  description: "Lingo.dev CLI",
4750
4750
  private: false,
4751
4751
  publishConfig: {
@@ -4901,7 +4901,9 @@ ${vice(
4901
4901
  })
4902
4902
  )}
4903
4903
 
4904
- Website: https://lingo.dev
4904
+ \u26A1\uFE0F AI-powered open-source CLI for web & mobile localization.
4905
+
4906
+ Star the the repo :) https://github.com/LingoDotDev/lingo.dev
4905
4907
  `
4906
4908
  ).version(`v${package_default.version}`, "-v, --version", "Show version").addCommand(init_default).interactive("-y, --no-interactive", "Disable interactive mode").addCommand(i18n_default).addCommand(auth_default).addCommand(show_default).addCommand(lockfile_default).addCommand(cleanup_default).addCommand(mcp_default).addCommand(ci_default).exitOverride((err) => {
4907
4909
  if (err.code === "commander.helpDisplayed" || err.code === "commander.version" || err.code === "commander.help") {