@haex-space/vault-sdk 2.5.93 → 2.5.95

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.mjs CHANGED
@@ -484,8 +484,7 @@ var EXTENSION_COMMANDS = {
484
484
  /** Get extension info (manifest, id, etc.) */
485
485
  getInfo: "extension_get_info",
486
486
  /** Get application context (theme, locale, etc.) */
487
- getContext: "extension_context_get"
488
- };
487
+ getContext: "extension_context_get"};
489
488
 
490
489
  // src/commands/remoteStorage.ts
491
490
  var REMOTE_STORAGE_COMMANDS = {