@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.
@@ -1,7 +1,7 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultClient } from '../client-Bcysw57u.mjs';
4
- import { A as ApplicationContext } from '../types-CAHAohTY.mjs';
3
+ import { H as HaexVaultClient } from '../client-ChcEv5iE.mjs';
4
+ import { A as ApplicationContext } from '../types-C4BTOGe5.mjs';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
@@ -1,7 +1,7 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultClient } from '../client-K4BOBLQE.js';
4
- import { A as ApplicationContext } from '../types-CAHAohTY.js';
3
+ import { H as HaexVaultClient } from '../client-B2k574Va.js';
4
+ import { A as ApplicationContext } from '../types-C4BTOGe5.js';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
@@ -1094,7 +1094,7 @@ var externalHandlers = {
1094
1094
  "external.respond": {
1095
1095
  command: TAURI_COMMANDS.external.respond,
1096
1096
  args: (p) => ({
1097
- request_id: p.requestId,
1097
+ requestId: p.requestId,
1098
1098
  success: p.success,
1099
1099
  data: p.data,
1100
1100
  error: p.error