@haex-space/vault-sdk 2.5.15 → 2.5.18

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/react.mjs CHANGED
@@ -2081,7 +2081,7 @@ function createHaexVaultClient(config = {}) {
2081
2081
 
2082
2082
  // src/react.ts
2083
2083
  var clientInstance = null;
2084
- function useHaexHub(config = {}) {
2084
+ function useHaexVaultSdk(config = {}) {
2085
2085
  if (!clientInstance) {
2086
2086
  clientInstance = createHaexVaultClient(config);
2087
2087
  }
@@ -2113,10 +2113,10 @@ function useHaexHub(config = {}) {
2113
2113
  getTableName: clientInstance.getTableName.bind(clientInstance)
2114
2114
  };
2115
2115
  }
2116
- function getHaexVaultClient() {
2116
+ function getHaexVaultSdk() {
2117
2117
  return clientInstance;
2118
2118
  }
2119
2119
 
2120
- export { getHaexVaultClient, useHaexHub };
2120
+ export { getHaexVaultSdk, useHaexVaultSdk };
2121
2121
  //# sourceMappingURL=react.mjs.map
2122
2122
  //# sourceMappingURL=react.mjs.map