anymal-protocol 1.0.53 → 1.0.54

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
@@ -1971,6 +1971,7 @@ function useCreateUserAppData() {
1971
1971
  const mutation = `
1972
1972
  mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
1973
1973
  create_UserAppSettings (input: $input) {
1974
+ _docId
1974
1975
  id
1975
1976
  appId
1976
1977
  settings
package/dist/index.mjs CHANGED
@@ -1922,6 +1922,7 @@ function useCreateUserAppData() {
1922
1922
  const mutation = `
1923
1923
  mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
1924
1924
  create_UserAppSettings (input: $input) {
1925
+ _docId
1925
1926
  id
1926
1927
  appId
1927
1928
  settings
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.53",
3
+ "version": "1.0.54",
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",