@haex-space/vault-sdk 2.5.7 → 2.5.8

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
@@ -1454,9 +1454,12 @@ var externalHandlers = {
1454
1454
  command: TAURI_COMMANDS.external.respond,
1455
1455
  args: (p) => ({
1456
1456
  requestId: p.requestId,
1457
- success: p.success,
1458
- data: p.data,
1459
- error: p.error
1457
+ response: {
1458
+ requestId: p.requestId,
1459
+ success: p.success,
1460
+ data: p.data,
1461
+ error: p.error
1462
+ }
1460
1463
  })
1461
1464
  }
1462
1465
  };