@adhdev/daemon-core 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 +1 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/boot/daemon-lifecycle.ts +1 -0
package/dist/index.mjs
CHANGED
|
@@ -35955,6 +35955,7 @@ async function initDaemonComponents(config) {
|
|
|
35955
35955
|
statusInstanceId: config.statusInstanceId,
|
|
35956
35956
|
statusVersion: config.statusVersion,
|
|
35957
35957
|
getMeshPeerConnectionStatus: config.getMeshPeerConnectionStatus,
|
|
35958
|
+
dispatchMeshCommand: config.dispatchMeshCommand,
|
|
35958
35959
|
getCdpLogFn: config.getCdpLogFn || ((ideType) => LOG.forComponent(`CDP:${ideType}`).asLogFn())
|
|
35959
35960
|
});
|
|
35960
35961
|
poller = new AgentStreamPoller({
|