@haex-space/vault-sdk 2.5.18 → 2.5.21

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.
@@ -1,12 +1,12 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultClient } from '../client-ChcEv5iE.mjs';
3
+ import { H as HaexVaultSdk } from '../client-DXhovPAD.mjs';
4
4
  import { A as ApplicationContext } from '../types-C4BTOGe5.mjs';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
8
8
  haexVault: {
9
- client: HaexVaultClient;
9
+ client: HaexVaultSdk;
10
10
  state: ShallowRef<{
11
11
  isReady: boolean;
12
12
  isSetupComplete: boolean;
@@ -19,7 +19,7 @@ declare const _default: nuxt_app.Plugin<{
19
19
  };
20
20
  }> & nuxt_app.ObjectPlugin<{
21
21
  haexVault: {
22
- client: HaexVaultClient;
22
+ client: HaexVaultSdk;
23
23
  state: ShallowRef<{
24
24
  isReady: boolean;
25
25
  isSetupComplete: boolean;
@@ -33,7 +33,7 @@ declare const _default: nuxt_app.Plugin<{
33
33
  }>;
34
34
 
35
35
  type HaexVaultNuxtPlugin = {
36
- client: HaexVaultClient;
36
+ client: HaexVaultSdk;
37
37
  state: ShallowRef<{
38
38
  isReady: boolean;
39
39
  isSetupComplete: boolean;
@@ -1,12 +1,12 @@
1
1
  import * as nuxt_app from 'nuxt/app';
2
2
  import { ShallowRef } from 'vue';
3
- import { H as HaexVaultClient } from '../client-B2k574Va.js';
3
+ import { H as HaexVaultSdk } from '../client-CndFXN7L.js';
4
4
  import { A as ApplicationContext } from '../types-C4BTOGe5.js';
5
5
  import 'drizzle-orm/sqlite-proxy';
6
6
 
7
7
  declare const _default: nuxt_app.Plugin<{
8
8
  haexVault: {
9
- client: HaexVaultClient;
9
+ client: HaexVaultSdk;
10
10
  state: ShallowRef<{
11
11
  isReady: boolean;
12
12
  isSetupComplete: boolean;
@@ -19,7 +19,7 @@ declare const _default: nuxt_app.Plugin<{
19
19
  };
20
20
  }> & nuxt_app.ObjectPlugin<{
21
21
  haexVault: {
22
- client: HaexVaultClient;
22
+ client: HaexVaultSdk;
23
23
  state: ShallowRef<{
24
24
  isReady: boolean;
25
25
  isSetupComplete: boolean;
@@ -33,7 +33,7 @@ declare const _default: nuxt_app.Plugin<{
33
33
  }>;
34
34
 
35
35
  type HaexVaultNuxtPlugin = {
36
- client: HaexVaultClient;
36
+ client: HaexVaultSdk;
37
37
  state: ShallowRef<{
38
38
  isReady: boolean;
39
39
  isSetupComplete: boolean;
@@ -1489,7 +1489,7 @@ async function respondToExternalRequest(response, request) {
1489
1489
  }
1490
1490
 
1491
1491
  // src/client.ts
1492
- var HaexVaultClient = class {
1492
+ var HaexVaultSdk = class {
1493
1493
  constructor(config = {}) {
1494
1494
  // State
1495
1495
  this.initialized = false;
@@ -1827,7 +1827,7 @@ var HaexVaultClient = class {
1827
1827
  // src/runtime/nuxt.plugin.client.ts
1828
1828
  var nuxt_plugin_client_default = app.defineNuxtPlugin(async (nuxtApp) => {
1829
1829
  const manifest = nuxtApp.$config.public.haexVaultManifest;
1830
- const client = new HaexVaultClient({
1830
+ const client = new HaexVaultSdk({
1831
1831
  // @ts-ignore
1832
1832
  debug: nuxtApp.payload.config.public.debug ?? false,
1833
1833
  manifest: manifest || void 0