@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.js
CHANGED
|
@@ -36195,6 +36195,7 @@ async function initDaemonComponents(config) {
|
|
|
36195
36195
|
statusInstanceId: config.statusInstanceId,
|
|
36196
36196
|
statusVersion: config.statusVersion,
|
|
36197
36197
|
getMeshPeerConnectionStatus: config.getMeshPeerConnectionStatus,
|
|
36198
|
+
dispatchMeshCommand: config.dispatchMeshCommand,
|
|
36198
36199
|
getCdpLogFn: config.getCdpLogFn || ((ideType) => LOG.forComponent(`CDP:${ideType}`).asLogFn())
|
|
36199
36200
|
});
|
|
36200
36201
|
poller = new AgentStreamPoller({
|