eitri-cli 1.26.0 → 1.26.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/index.js CHANGED
@@ -52,12 +52,12 @@ const run = async () => {
52
52
  if (hasCommandsList) {
53
53
  const command = process.argv[2];
54
54
 
55
- const showCheckUpdate = command !== "--version" && command !== "-v";
55
+ const showCheckUpdate = command !== "--version" && command !== "-v" && command !== "self-update";;
56
56
 
57
57
  if (showCheckUpdate) globalEitriCLIV2.updateChecker();
58
58
  }
59
59
  } catch (error) {
60
- debug("Erro ao verificar atualização", {message: error?.message, error: error});
60
+ debug("Erro ao verificar atualização", { message: error?.message, error: error });
61
61
  }
62
62
 
63
63
  program.option("-v, --version", "Mostra a versão da CLI").action(() => {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eitri-cli",
3
- "version": "1.26.0",
3
+ "version": "1.26.1",
4
4
  "description": "Command Line Interface to make \"Eitri-App\" with code and fire.",
5
5
  "main": "index.js",
6
6
  "bin": {