@hamedb89/localghost 0.4.0 → 0.4.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/dist/index.d.ts CHANGED
@@ -685,7 +685,7 @@ type CreateVercelGhostTunnelHandlerOptions = {
685
685
  declare function createVercelGhostTunnelHandler(options: CreateVercelGhostTunnelHandlerOptions): (request: VercelGhostTunnelRequestLike, response: VercelGhostTunnelResponseLike) => Promise<void>;
686
686
 
687
687
  declare const LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
688
- declare const LOCALGHOST_VERSION = "0.4.0";
688
+ declare const LOCALGHOST_VERSION = "0.4.1";
689
689
  declare const UPDATE_CHECK_CACHE_TTL_MS: number;
690
690
  declare const UPDATE_CHECK_NOTIFY_TTL_MS: number;
691
691
  declare const UPDATE_CHECK_TIMEOUT_MS = 900;
package/dist/index.js CHANGED
@@ -2899,7 +2899,7 @@ import { existsSync as existsSync7, mkdirSync as mkdirSync3, readFileSync as rea
2899
2899
  import { homedir as homedir3 } from "os";
2900
2900
  import { dirname as dirname4, join as join10 } from "path";
2901
2901
  var LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
2902
- var LOCALGHOST_VERSION = "0.4.0";
2902
+ var LOCALGHOST_VERSION = "0.4.1";
2903
2903
  var UPDATE_CHECK_CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
2904
2904
  var UPDATE_CHECK_NOTIFY_TTL_MS = 24 * 60 * 60 * 1e3;
2905
2905
  var UPDATE_CHECK_TIMEOUT_MS = 900;