@haex-space/vault-sdk 2.5.17 → 2.5.19

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.
@@ -1487,7 +1487,7 @@ async function respondToExternalRequest(response, request) {
1487
1487
  }
1488
1488
 
1489
1489
  // src/client.ts
1490
- var HaexVaultClient = class {
1490
+ var HaexVaultSdk = class {
1491
1491
  constructor(config = {}) {
1492
1492
  // State
1493
1493
  this.initialized = false;
@@ -1825,7 +1825,7 @@ var HaexVaultClient = class {
1825
1825
  // src/runtime/nuxt.plugin.client.ts
1826
1826
  var nuxt_plugin_client_default = defineNuxtPlugin(async (nuxtApp) => {
1827
1827
  const manifest = nuxtApp.$config.public.haexVaultManifest;
1828
- const client = new HaexVaultClient({
1828
+ const client = new HaexVaultSdk({
1829
1829
  // @ts-ignore
1830
1830
  debug: nuxtApp.payload.config.public.debug ?? false,
1831
1831
  manifest: manifest || void 0