anymal-protocol 1.0.56 → 1.0.57

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
@@ -1976,6 +1976,7 @@ function useCreateUserAppData() {
1976
1976
  id
1977
1977
  appId
1978
1978
  settings
1979
+ customerStripeId
1979
1980
  }
1980
1981
  }
1981
1982
  `;
package/dist/index.mjs CHANGED
@@ -1926,6 +1926,7 @@ function useCreateUserAppData() {
1926
1926
  id
1927
1927
  appId
1928
1928
  settings
1929
+ customerStripeId
1929
1930
  }
1930
1931
  }
1931
1932
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.56",
3
+ "version": "1.0.57",
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",