@haex-space/vault-sdk 2.5.97 → 2.5.100
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/{client-BZo44ayx.d.ts → client-BOtCJEmd.d.ts} +2 -0
- package/dist/{client-BLXpRcmk.d.mts → client-Dr-9dtMl.d.mts} +2 -0
- package/dist/index.d.mts +8 -2
- package/dist/index.d.ts +8 -2
- package/dist/index.js +5 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +5 -1
- package/dist/index.mjs.map +1 -1
- package/dist/react.d.mts +1 -1
- package/dist/react.d.ts +1 -1
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +1 -1
- package/dist/runtime/nuxt.plugin.client.d.ts +1 -1
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs.map +1 -1
- package/dist/svelte.d.mts +1 -1
- package/dist/svelte.d.ts +1 -1
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/vue.d.mts +1 -1
- package/dist/vue.d.ts +1 -1
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -610,7 +610,11 @@ var EXTENSION_COMMANDS = {
|
|
|
610
610
|
/** Broadcast event to ALL extension webview windows (host-only, desktop only) */
|
|
611
611
|
webviewBroadcast: "extension_webview_broadcast",
|
|
612
612
|
/** Emit event to all webviews of a SPECIFIC extension (host-only, desktop only) */
|
|
613
|
-
webviewEmit: "extension_webview_emit"
|
|
613
|
+
webviewEmit: "extension_webview_emit",
|
|
614
|
+
/** Filter sync tables by extension permissions (returns filtered map) */
|
|
615
|
+
filterSyncTables: "extension_filter_sync_tables",
|
|
616
|
+
/** Emit sync tables to webviews (host-only, desktop only) */
|
|
617
|
+
emitSyncTables: "extension_emit_sync_tables"
|
|
614
618
|
};
|
|
615
619
|
|
|
616
620
|
// src/commands/remoteStorage.ts
|