@longvansoftware/storefront-js-client 3.0.5 → 3.0.6

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.
@@ -67,8 +67,8 @@ exports.RESET_PASSWORD_MUTATION = (0, graphql_tag_1.gql) `
67
67
  `;
68
68
  exports.UPDATE_INFO_MUTATION = (0, graphql_tag_1.gql) `
69
69
  mutation UpdateInfo(
70
- $orgId: String
71
- $accessToken: String
70
+ $orgId: String!
71
+ $accessToken: String!
72
72
  $updateUserRequest: UpdateUserRequest
73
73
  $type: String
74
74
  $password: String
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/storefront-js-client",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [