@haex-space/vault-sdk 2.5.10 → 2.5.11

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.mjs CHANGED
@@ -1841,6 +1841,7 @@ async function handleExternalRequest(request, handlers, respond, log) {
1841
1841
  }
1842
1842
  }
1843
1843
  async function respondToExternalRequest(response, request) {
1844
+ console.log("[SDK Debug] respondToExternalRequest called with:", JSON.stringify(response, null, 2));
1844
1845
  await request("external.respond", response);
1845
1846
  }
1846
1847