adhdev 0.9.11 → 0.9.12
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 -6
- package/dist/cli/index.js.map +1 -1
- package/dist/index.js +2 -6
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -55396,7 +55396,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55396
55396
|
init_version();
|
|
55397
55397
|
init_src();
|
|
55398
55398
|
init_runtime_defaults();
|
|
55399
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
55399
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.12" });
|
|
55400
55400
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
55401
55401
|
localHttpServer = null;
|
|
55402
55402
|
localWss = null;
|
|
@@ -55592,11 +55592,7 @@ var init_adhdev_daemon = __esm({
|
|
|
55592
55592
|
});
|
|
55593
55593
|
}
|
|
55594
55594
|
getHotChatSessionIdsForP2PFlush() {
|
|
55595
|
-
const sessions =
|
|
55596
|
-
this.components.instanceManager.collectAllStates(),
|
|
55597
|
-
this.components.cdpManagers,
|
|
55598
|
-
{ profile: "live" }
|
|
55599
|
-
);
|
|
55595
|
+
const sessions = this.buildLiveStatusSnapshot().sessions || [];
|
|
55600
55596
|
const hotSessions = classifyHotChatSessionsForSubscriptionFlush(
|
|
55601
55597
|
sessions,
|
|
55602
55598
|
this.hotP2PChatSessionIds
|