@haex-space/vault-sdk 2.5.93 → 2.5.97

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/svelte.d.mts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-DwGxAKzx.mjs';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-BLXpRcmk.mjs';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Readable } from 'svelte/store';
4
- import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-D4ft4_oG.mjs';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-CtGyqrRe.mjs';
5
5
 
6
6
  /**
7
7
  * Initialize the HaexVault SDK for Svelte
package/dist/svelte.d.ts CHANGED
@@ -1,7 +1,7 @@
1
- import { H as HaexVaultSdk, S as StorageAPI } from './client-s83JV-k0.js';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-BZo44ayx.js';
2
2
  import * as drizzle_orm_sqlite_proxy from 'drizzle-orm/sqlite-proxy';
3
3
  import { Readable } from 'svelte/store';
4
- import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-D4ft4_oG.js';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-CtGyqrRe.js';
5
5
 
6
6
  /**
7
7
  * Initialize the HaexVault SDK for Svelte
package/dist/svelte.js CHANGED
@@ -486,8 +486,7 @@ var EXTENSION_COMMANDS = {
486
486
  /** Get extension info (manifest, id, etc.) */
487
487
  getInfo: "extension_get_info",
488
488
  /** Get application context (theme, locale, etc.) */
489
- getContext: "extension_context_get"
490
- };
489
+ getContext: "extension_context_get"};
491
490
 
492
491
  // src/commands/remoteStorage.ts
493
492
  var REMOTE_STORAGE_COMMANDS = {