@freesyntax/notch-cli 0.5.11 → 0.5.12
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4301,7 +4301,7 @@ import os4 from "os";
|
|
|
4301
4301
|
import { execSync as execSync3 } from "child_process";
|
|
4302
4302
|
import chalk8 from "chalk";
|
|
4303
4303
|
var CACHE_FILE = path18.join(os4.homedir(), ".notch", "update-check.json");
|
|
4304
|
-
var CHECK_INTERVAL =
|
|
4304
|
+
var CHECK_INTERVAL = 0;
|
|
4305
4305
|
var PACKAGE_NAME = "@freesyntax/notch-cli";
|
|
4306
4306
|
var REGISTRY_URL = `https://registry.npmjs.org/${encodeURIComponent(PACKAGE_NAME)}/latest`;
|
|
4307
4307
|
async function checkForUpdates(currentVersion) {
|