adhdev 0.8.85 → 0.8.86
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/index.js +1 -3
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +1 -3
- package/dist/index.js.map +1 -1
- package/package.json +3 -3
package/dist/cli/index.js
CHANGED
|
@@ -77824,8 +77824,6 @@ var init_server_connection = __esm({
|
|
|
77824
77824
|
if (misses >= 3 && this.ws) {
|
|
77825
77825
|
LOG.warn("Server", `[ServerConn] Pong timeout (${misses}x) \u2014 closing stale WS`);
|
|
77826
77826
|
this.ws.terminate();
|
|
77827
|
-
} else if (misses === 1) {
|
|
77828
|
-
LOG.info("Server", `[ServerConn] Pong timeout (${misses}x) \u2014 keeping WS open and retrying`);
|
|
77829
77827
|
} else {
|
|
77830
77828
|
LOG.warn("Server", `[ServerConn] Pong timeout (${misses}x) \u2014 keeping WS open and retrying`);
|
|
77831
77829
|
}
|
|
@@ -86381,7 +86379,7 @@ var init_adhdev_daemon = __esm({
|
|
|
86381
86379
|
init_source();
|
|
86382
86380
|
init_version();
|
|
86383
86381
|
init_src();
|
|
86384
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.
|
|
86382
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.8.86" });
|
|
86385
86383
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
86386
86384
|
localHttpServer = null;
|
|
86387
86385
|
localWss = null;
|