@nomad-e/bluma-cli 0.0.28 → 0.0.30

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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. package/package.json +1 -1
package/dist/main.js CHANGED
@@ -3014,7 +3014,7 @@ async function checkForUpdates() {
3014
3014
  const isCI = Boolean(process.env.CI);
3015
3015
  const isNoCache = process.env.BLUMA_UPDATE_NO_CACHE === "1";
3016
3016
  const isDev = process.env.NODE_ENV !== "production";
3017
- const updateCheckInterval = isNoCache || isDev ? 0 : 1e3 * 60 * 60 * 24;
3017
+ const updateCheckInterval = 0;
3018
3018
  const notifier = updateNotifier({
3019
3019
  pkg: { name: pkg.name, version: pkg.version },
3020
3020
  updateCheckInterval,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nomad-e/bluma-cli",
3
- "version": "0.0.28",
3
+ "version": "0.0.30",
4
4
  "description": "BluMa independent agent for automation and advanced software engineering.",
5
5
  "author": "Alex Fonseca",
6
6
  "license": "MIT",