@adhdev/daemon-standalone 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/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -58117,6 +58117,7 @@ data: ${JSON.stringify(msg.data)}
|
|
|
58117
58117
|
statusInstanceId: config2.statusInstanceId,
|
|
58118
58118
|
statusVersion: config2.statusVersion,
|
|
58119
58119
|
getMeshPeerConnectionStatus: config2.getMeshPeerConnectionStatus,
|
|
58120
|
+
dispatchMeshCommand: config2.dispatchMeshCommand,
|
|
58120
58121
|
getCdpLogFn: config2.getCdpLogFn || ((ideType) => LOG2.forComponent(`CDP:${ideType}`).asLogFn())
|
|
58121
58122
|
});
|
|
58122
58123
|
poller = new AgentStreamPoller({
|