@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.
@@ -1092,7 +1092,7 @@ var externalHandlers = {
1092
1092
  "external.respond": {
1093
1093
  command: TAURI_COMMANDS.external.respond,
1094
1094
  args: (p) => ({
1095
- request_id: p.requestId,
1095
+ requestId: p.requestId,
1096
1096
  success: p.success,
1097
1097
  data: p.data,
1098
1098
  error: p.error