@haex-space/vault-sdk 2.5.93 → 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 +13 -4
- package/dist/index.d.ts +13 -4
- package/dist/index.js +7 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +7 -1
- 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 +1 -2
- package/dist/react.js.map +1 -1
- package/dist/react.mjs +1 -2
- 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 +1 -2
- package/dist/runtime/nuxt.plugin.client.js.map +1 -1
- package/dist/runtime/nuxt.plugin.client.mjs +1 -2
- 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 +1 -2
- package/dist/svelte.js.map +1 -1
- package/dist/svelte.mjs +1 -2
- 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 +1 -2
- package/dist/vue.js.map +1 -1
- package/dist/vue.mjs +1 -2
- package/dist/vue.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as nuxt_app from 'nuxt/app';
|
|
2
2
|
import { ShallowRef } from 'vue';
|
|
3
|
-
import { H as HaexVaultSdk } from '../client-
|
|
4
|
-
import { A as ApplicationContext } from '../types-
|
|
3
|
+
import { H as HaexVaultSdk } from '../client-BLXpRcmk.mjs';
|
|
4
|
+
import { A as ApplicationContext } from '../types-CtGyqrRe.mjs';
|
|
5
5
|
import 'drizzle-orm/sqlite-proxy';
|
|
6
6
|
|
|
7
7
|
declare const _default: nuxt_app.Plugin<{
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as nuxt_app from 'nuxt/app';
|
|
2
2
|
import { ShallowRef } from 'vue';
|
|
3
|
-
import { H as HaexVaultSdk } from '../client-
|
|
4
|
-
import { A as ApplicationContext } from '../types-
|
|
3
|
+
import { H as HaexVaultSdk } from '../client-BZo44ayx.js';
|
|
4
|
+
import { A as ApplicationContext } from '../types-CtGyqrRe.js';
|
|
5
5
|
import 'drizzle-orm/sqlite-proxy';
|
|
6
6
|
|
|
7
7
|
declare const _default: nuxt_app.Plugin<{
|
|
@@ -160,8 +160,7 @@ var EXTENSION_COMMANDS = {
|
|
|
160
160
|
/** Get extension info (manifest, id, etc.) */
|
|
161
161
|
getInfo: "extension_get_info",
|
|
162
162
|
/** Get application context (theme, locale, etc.) */
|
|
163
|
-
getContext: "extension_context_get"
|
|
164
|
-
};
|
|
163
|
+
getContext: "extension_context_get"};
|
|
165
164
|
|
|
166
165
|
// src/commands/remoteStorage.ts
|
|
167
166
|
var REMOTE_STORAGE_COMMANDS = {
|