@haex-space/vault-sdk 2.5.95 → 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/{client-DwGxAKzx.d.mts → client-BLXpRcmk.d.mts} +1 -1
- package/dist/{client-s83JV-k0.d.ts → client-BZo44ayx.d.ts} +1 -1
- package/dist/index.d.mts +10 -7
- package/dist/index.d.ts +10 -7
- package/dist/index.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/dist/node.d.mts +1 -1
- package/dist/node.d.ts +1 -1
- package/dist/react.d.mts +2 -2
- package/dist/react.d.ts +2 -2
- package/dist/react.js.map +1 -1
- package/dist/react.mjs.map +1 -1
- package/dist/runtime/nuxt.plugin.client.d.mts +2 -2
- package/dist/runtime/nuxt.plugin.client.d.ts +2 -2
- 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 +2 -2
- package/dist/svelte.d.ts +2 -2
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs.map +1 -1
- package/dist/{types-D4ft4_oG.d.mts → types-CtGyqrRe.d.mts} +37 -1
- package/dist/{types-D4ft4_oG.d.ts → types-CtGyqrRe.d.ts} +37 -1
- package/dist/vue.d.mts +2 -2
- package/dist/vue.d.ts +2 -2
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -607,8 +607,10 @@ var EXTENSION_COMMANDS = {
|
|
|
607
607
|
getContext: "extension_context_get",
|
|
608
608
|
/** Set application context (host-only, updates stored context for extensions) */
|
|
609
609
|
setContext: "extension_context_set",
|
|
610
|
-
/**
|
|
611
|
-
|
|
610
|
+
/** Broadcast event to ALL extension webview windows (host-only, desktop only) */
|
|
611
|
+
webviewBroadcast: "extension_webview_broadcast",
|
|
612
|
+
/** Emit event to all webviews of a SPECIFIC extension (host-only, desktop only) */
|
|
613
|
+
webviewEmit: "extension_webview_emit"
|
|
612
614
|
};
|
|
613
615
|
|
|
614
616
|
// src/commands/remoteStorage.ts
|