@hamedb89/localghost 0.2.0 → 0.3.0

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.2.0";
688
+ declare const LOCALGHOST_VERSION = "0.3.0";
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
@@ -2865,7 +2865,7 @@ import { existsSync as existsSync7, mkdirSync as mkdirSync3, readFileSync as rea
2865
2865
  import { homedir as homedir3 } from "os";
2866
2866
  import { dirname as dirname4, join as join10 } from "path";
2867
2867
  var LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
2868
- var LOCALGHOST_VERSION = "0.2.0";
2868
+ var LOCALGHOST_VERSION = "0.3.0";
2869
2869
  var UPDATE_CHECK_CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
2870
2870
  var UPDATE_CHECK_NOTIFY_TTL_MS = 24 * 60 * 60 * 1e3;
2871
2871
  var UPDATE_CHECK_TIMEOUT_MS = 900;