@haex-space/vault-sdk 2.5.84 → 2.5.86

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-C0fkm4FE.mjs';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-Y1a7Vkgk.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-CS-ggsXY.mjs';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-D4ft4_oG.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-C8JtjQzm.js';
1
+ import { H as HaexVaultSdk, S as StorageAPI } from './client-DGSamcol.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-CS-ggsXY.js';
4
+ import { H as HaexHubConfig, a as ExtensionInfo, A as ApplicationContext } from './types-D4ft4_oG.js';
5
5
 
6
6
  /**
7
7
  * Initialize the HaexVault SDK for Svelte
package/dist/svelte.js CHANGED
@@ -339,7 +339,9 @@ var HAEXTENSION_EVENTS = {
339
339
  /** Search request from HaexHub */
340
340
  SEARCH_REQUEST: "haextension:search:request",
341
341
  /** File system change detected (from native file watcher) */
342
- FILE_CHANGED: "filesync:file-changed"
342
+ FILE_CHANGED: "filesync:file-changed",
343
+ /** Tables have been updated via sync (CRDT pull from server) */
344
+ SYNC_TABLES_UPDATED: "haextension:sync:tables-updated"
343
345
  };
344
346
  var EXTERNAL_EVENTS = {
345
347
  /** External request from authorized client */