anymal-protocol 1.0.52 → 1.0.53

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
@@ -986,6 +986,7 @@ function useFetchUserData() {
986
986
  showTooltips
987
987
  accountType
988
988
  baseWalletAddress
989
+ stripeCustomerId
989
990
  }
990
991
  }
991
992
  `;
package/dist/index.mjs CHANGED
@@ -937,6 +937,7 @@ function useFetchUserData() {
937
937
  showTooltips
938
938
  accountType
939
939
  baseWalletAddress
940
+ stripeCustomerId
940
941
  }
941
942
  }
942
943
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.52",
3
+ "version": "1.0.53",
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",