adhdev 0.9.82-rc.49 → 0.9.82-rc.50

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 CHANGED
@@ -58941,6 +58941,7 @@ async function initDaemonComponents(config2) {
58941
58941
  statusInstanceId: config2.statusInstanceId,
58942
58942
  statusVersion: config2.statusVersion,
58943
58943
  getMeshPeerConnectionStatus: config2.getMeshPeerConnectionStatus,
58944
+ dispatchMeshCommand: config2.dispatchMeshCommand,
58944
58945
  getCdpLogFn: config2.getCdpLogFn || ((ideType) => LOG.forComponent(`CDP:${ideType}`).asLogFn())
58945
58946
  });
58946
58947
  poller = new AgentStreamPoller({
@@ -100114,7 +100115,7 @@ var init_adhdev_daemon = __esm({
100114
100115
  init_version();
100115
100116
  init_src();
100116
100117
  init_runtime_defaults();
100117
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.49" });
100118
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.50" });
100118
100119
  AdhdevDaemon = class _AdhdevDaemon {
100119
100120
  localHttpServer = null;
100120
100121
  localWss = null;