@longvansoftware/service-js-client 1.5.0 → 1.5.1

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.
@@ -145,7 +145,7 @@ exports.REMOVE_COMPUTING_IN_CLUSTER = (0, graphql_tag_1.gql) `
145
145
  `;
146
146
  exports.STOP_USE_COMPUTING = (0, graphql_tag_1.gql) `
147
147
  mutation StopUseComputing($computingId: String!, $userId: String!) {
148
- stopUseComputing(computingId: "string", userId: "string") {
148
+ stopUseComputing(computingId: $computingId, userId: $userId) {
149
149
  id
150
150
  name
151
151
  username
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "1.5.0",
3
+ "version": "1.5.1",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [