@hamedb89/localghost 0.6.2 → 0.6.3

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
@@ -751,7 +751,7 @@ type CreateVercelGhostTunnelHandlerOptions = Omit<CreateVercelGhostTunnelHandler
751
751
  declare function createVercelGhostTunnelHandler(options: CreateVercelGhostTunnelHandlerOptions): (request: VercelGhostTunnelRequestLike, response: VercelGhostTunnelResponseLike) => Promise<void>;
752
752
 
753
753
  declare const LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
754
- declare const LOCALGHOST_VERSION = "0.6.2";
754
+ declare const LOCALGHOST_VERSION = "0.6.3";
755
755
  declare const UPDATE_CHECK_CACHE_TTL_MS: number;
756
756
  declare const UPDATE_CHECK_NOTIFY_TTL_MS: number;
757
757
  declare const UPDATE_CHECK_TIMEOUT_MS = 900;
package/dist/index.js CHANGED
@@ -3068,7 +3068,7 @@ import { existsSync as existsSync8, mkdirSync as mkdirSync3, readFileSync as rea
3068
3068
  import { homedir as homedir3 } from "os";
3069
3069
  import { dirname as dirname5, join as join10 } from "path";
3070
3070
  var LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
3071
- var LOCALGHOST_VERSION = "0.6.2";
3071
+ var LOCALGHOST_VERSION = "0.6.3";
3072
3072
  var UPDATE_CHECK_CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
3073
3073
  var UPDATE_CHECK_NOTIFY_TTL_MS = 24 * 60 * 60 * 1e3;
3074
3074
  var UPDATE_CHECK_TIMEOUT_MS = 900;