@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.
@@ -158,8 +158,7 @@ var EXTENSION_COMMANDS = {
158
158
  /** Get extension info (manifest, id, etc.) */
159
159
  getInfo: "extension_get_info",
160
160
  /** Get application context (theme, locale, etc.) */
161
- getContext: "extension_context_get"
162
- };
161
+ getContext: "extension_context_get"};
163
162
 
164
163
  // src/commands/remoteStorage.ts
165
164
  var REMOTE_STORAGE_COMMANDS = {