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/index.js CHANGED
@@ -57953,6 +57953,7 @@ async function initDaemonComponents(config2) {
57953
57953
  statusInstanceId: config2.statusInstanceId,
57954
57954
  statusVersion: config2.statusVersion,
57955
57955
  getMeshPeerConnectionStatus: config2.getMeshPeerConnectionStatus,
57956
+ dispatchMeshCommand: config2.dispatchMeshCommand,
57956
57957
  getCdpLogFn: config2.getCdpLogFn || ((ideType) => LOG.forComponent(`CDP:${ideType}`).asLogFn())
57957
57958
  });
57958
57959
  poller = new AgentStreamPoller({
@@ -68944,7 +68945,7 @@ var init_adhdev_daemon = __esm({
68944
68945
  init_version();
68945
68946
  init_src();
68946
68947
  init_runtime_defaults();
68947
- pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.49" });
68948
+ pkgVersion = resolvePackageVersion({ injectedVersion: "0.9.82-rc.50" });
68948
68949
  AdhdevDaemon = class _AdhdevDaemon {
68949
68950
  localHttpServer = null;
68950
68951
  localWss = null;