@adhdev/daemon-core 0.5.17 → 0.5.18
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/status/reporter.ts +1 -1
- package/src/types.ts +1 -1
package/dist/index.js
CHANGED
|
@@ -6305,7 +6305,7 @@ var DaemonStatusReporter = class {
|
|
|
6305
6305
|
return (/* @__PURE__ */ new Date()).toISOString().slice(11, 23);
|
|
6306
6306
|
}
|
|
6307
6307
|
async sendUnifiedStatusReport(opts) {
|
|
6308
|
-
const { serverConn,
|
|
6308
|
+
const { serverConn, p2p } = this.deps;
|
|
6309
6309
|
if (!serverConn?.isConnected()) return;
|
|
6310
6310
|
this.lastStatusSentAt = Date.now();
|
|
6311
6311
|
const now = this.lastStatusSentAt;
|