@haex-space/vault-sdk 2.5.14 → 2.5.17

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/vue.mjs CHANGED
@@ -1344,7 +1344,7 @@ var externalHandlers = {
1344
1344
  "external.respond": {
1345
1345
  command: TAURI_COMMANDS.external.respond,
1346
1346
  args: (p) => ({
1347
- request_id: p.requestId,
1347
+ requestId: p.requestId,
1348
1348
  success: p.success,
1349
1349
  data: p.data,
1350
1350
  error: p.error