@haex-space/vault-sdk 2.5.19 → 2.5.22

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.d.mts CHANGED
@@ -1,4 +1,4 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-BTKbN_IB.mjs';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-DXhovPAD.mjs';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Ref } from 'vue';
4
4
  import { H as HaexHubConfig } from './types-C4BTOGe5.mjs';
package/dist/vue.d.ts CHANGED
@@ -1,4 +1,4 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-CP2zRPsi.js';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-CndFXN7L.js';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Ref } from 'vue';
4
4
  import { H as HaexHubConfig } from './types-C4BTOGe5.js';
package/dist/vue.js CHANGED
@@ -1128,6 +1128,8 @@ async function setupTauriEventListeners(ctx, log, onEvent, onContextChange) {
1128
1128
  console.error("[HaexVault SDK] Failed to setup context change listener:", error);
1129
1129
  log("Failed to setup context change listener:", error);
1130
1130
  }
1131
+ console.log("[HaexVault SDK] Setting up Tauri event listener for:", EXTERNAL_EVENTS.REQUEST);
1132
+ console.log("[HaexVault SDK] listen function:", typeof listen, listen);
1131
1133
  try {
1132
1134
  await listen(EXTERNAL_EVENTS.REQUEST, (event) => {
1133
1135
  console.log("[HaexVault SDK] ====== EXTERNAL REQUEST RECEIVED ======");