anymal-protocol 1.0.17 → 1.0.18

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
@@ -1260,7 +1260,6 @@ function useCreateUserAppData() {
1260
1260
  mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
1261
1261
  create_UserAppSettings (input: $input) {
1262
1262
  id
1263
- userPid
1264
1263
  appId
1265
1264
  settings
1266
1265
  }
package/dist/index.mjs CHANGED
@@ -1219,7 +1219,6 @@ function useCreateUserAppData() {
1219
1219
  mutation Create_UserAppSettings($input: [UserAppSettingsMutationInputArg!]) {
1220
1220
  create_UserAppSettings (input: $input) {
1221
1221
  id
1222
- userPid
1223
1222
  appId
1224
1223
  settings
1225
1224
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anymal-protocol",
3
- "version": "1.0.17",
3
+ "version": "1.0.18",
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",