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/cli/index.js
CHANGED
|
@@ -87116,7 +87116,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87116
87116
|
init_version();
|
|
87117
87117
|
init_src();
|
|
87118
87118
|
init_runtime_defaults();
|
|
87119
|
-
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.
|
|
87119
|
+
pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.12" });
|
|
87120
87120
|
AdhdevDaemon = class _AdhdevDaemon {
|
|
87121
87121
|
localHttpServer = null;
|
|
87122
87122
|
localWss = null;
|
|
@@ -87312,11 +87312,7 @@ var init_adhdev_daemon = __esm({
|
|
|
87312
87312
|
});
|
|
87313
87313
|
}
|
|
87314
87314
|
getHotChatSessionIdsForP2PFlush() {
|
|
87315
|
-
const sessions =
|
|
87316
|
-
this.components.instanceManager.collectAllStates(),
|
|
87317
|
-
this.components.cdpManagers,
|
|
87318
|
-
{ profile: "live" }
|
|
87319
|
-
);
|
|
87315
|
+
const sessions = this.buildLiveStatusSnapshot().sessions || [];
|
|
87320
87316
|
const hotSessions = classifyHotChatSessionsForSubscriptionFlush(
|
|
87321
87317
|
sessions,
|
|
87322
87318
|
this.hotP2PChatSessionIds
|