anymal-protocol 1.0.44 → 1.0.45

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
@@ -168,6 +168,7 @@ function useFetchUserData() {
168
168
  email
169
169
  name
170
170
  isVerified
171
+ showTooltips
171
172
  accountType
172
173
  }
173
174
  }
package/dist/index.mjs CHANGED
@@ -123,6 +123,7 @@ function useFetchUserData() {
123
123
  email
124
124
  name
125
125
  isVerified
126
+ showTooltips
126
127
  accountType
127
128
  }
128
129
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
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",