@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/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -2254,7 +2254,7 @@ import { existsSync as existsSync8, mkdirSync as mkdirSync3, readFileSync as rea
|
|
|
2254
2254
|
import { homedir as homedir3 } from "os";
|
|
2255
2255
|
import { dirname as dirname5, join as join10 } from "path";
|
|
2256
2256
|
var LOCALGHOST_PACKAGE_NAME = "@hamedb89/localghost";
|
|
2257
|
-
var LOCALGHOST_VERSION = "0.6.
|
|
2257
|
+
var LOCALGHOST_VERSION = "0.6.3";
|
|
2258
2258
|
var UPDATE_CHECK_CACHE_TTL_MS = 24 * 60 * 60 * 1e3;
|
|
2259
2259
|
var UPDATE_CHECK_NOTIFY_TTL_MS = 24 * 60 * 60 * 1e3;
|
|
2260
2260
|
var UPDATE_CHECK_TIMEOUT_MS = 900;
|