@duckmind/dm-windows-x64 0.61.1 → 0.61.3

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/dm.exe CHANGED
Binary file
@@ -217,8 +217,8 @@
217
217
  "src/tui/render.js"
218
218
  ],
219
219
  "file_count": 93,
220
- "before_bytes": 1545179,
221
- "after_bytes": 1351512,
220
+ "before_bytes": 1545450,
221
+ "after_bytes": 1351597,
222
222
  "runtime_specifier_rewrites": 59
223
223
  }
224
224
  },
@@ -240,6 +240,8 @@ export async function deliverSubagentResultIntercomEvent(events, payload, timeou
240
240
  export async function deliverSubagentIntercomMessageEvent(events, to, message, timeoutMs = 500, extra = {}) {
241
241
  if (typeof events.on !== "function" || typeof events.emit !== "function")
242
242
  return false;
243
+ if (events.listenerCount?.(SUBAGENT_RESULT_INTERCOM_EVENT) === 0)
244
+ return true;
243
245
  const requestId = typeof extra.requestId === "string" ? extra.requestId : randomUUID();
244
246
  return new Promise((resolve) => {
245
247
  let settled = false;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@duckmind/dm-windows-x64",
3
- "version": "0.61.1",
3
+ "version": "0.61.3",
4
4
  "description": "DuckMind (dm) binary payload for windows x64",
5
5
  "license": "MIT",
6
6
  "os": [