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