@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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 = 60 * 60 * 1e3;
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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@freesyntax/notch-cli",
3
- "version": "0.5.11",
3
+ "version": "0.5.12",
4
4
  "description": "Notch CLI — AI-powered coding assistant by Driftrail",
5
5
  "type": "module",
6
6
  "bin": {