@haex-space/vault-sdk 2.5.65 → 2.5.67

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
@@ -1880,7 +1880,7 @@ async function handleExternalRequest(request, handlers, respond, log) {
1880
1880
  }
1881
1881
  async function respondToExternalRequest(response, request) {
1882
1882
  console.log("[SDK Debug] respondToExternalRequest called with:", JSON.stringify(response, null, 2));
1883
- await request("external.respond", response);
1883
+ await request(EXTERNAL_BRIDGE_COMMANDS.respond, response);
1884
1884
  }
1885
1885
 
1886
1886
  // src/client.ts