adhdev 0.5.17 → 0.5.19
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 +2 -2
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/cli/index.js
CHANGED
|
@@ -22588,7 +22588,7 @@ var require_dist = __commonJS({
|
|
|
22588
22588
|
return (/* @__PURE__ */ new Date()).toISOString().slice(11, 23);
|
|
22589
22589
|
}
|
|
22590
22590
|
async sendUnifiedStatusReport(opts) {
|
|
22591
|
-
const { serverConn,
|
|
22591
|
+
const { serverConn, p2p } = this.deps;
|
|
22592
22592
|
if (!serverConn?.isConnected()) return;
|
|
22593
22593
|
this.lastStatusSentAt = Date.now();
|
|
22594
22594
|
const now = this.lastStatusSentAt;
|
|
@@ -29978,7 +29978,7 @@ var init_adhdev_daemon = __esm({
|
|
|
29978
29978
|
path2 = __toESM(require("path"));
|
|
29979
29979
|
crypto2 = __toESM(require("crypto"));
|
|
29980
29980
|
import_chalk = __toESM(require("chalk"));
|
|
29981
|
-
pkgVersion = "0.5.
|
|
29981
|
+
pkgVersion = "0.5.19";
|
|
29982
29982
|
if (pkgVersion === "unknown") {
|
|
29983
29983
|
try {
|
|
29984
29984
|
const possiblePaths = [
|