anymal-protocol 1.0.47 → 1.0.48

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/index.js CHANGED
@@ -413,6 +413,7 @@ function useFetchUserData() {
413
413
  isVerified
414
414
  showTooltips
415
415
  accountType
416
+ baseWalletAddress
416
417
  }
417
418
  }
418
419
  `;
package/dist/index.mjs CHANGED
@@ -364,6 +364,7 @@ function useFetchUserData() {
364
364
  isVerified
365
365
  showTooltips
366
366
  accountType
367
+ baseWalletAddress
367
368
  }
368
369
  }
369
370
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.47",
3
+ "version": "1.0.48",
4
4
  "description": "A React/TypeScript-based utility library for reusable functions and hooks inside of the Anymal Ecosystem.",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",