@longvansoftware/service-js-client 2.4.7 → 2.4.8

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.
@@ -593,7 +593,7 @@ const COMPUTING_DETAIL_DYNAMIC = (fields = []) => {
593
593
  const hasFields = fields.length > 0;
594
594
  return (0, graphql_tag_1.gql) `
595
595
  query ComputingDetail($computingId: String!, $serviceId: String) {
596
- ComputingDetail(computingId: $computingId, serviceId: $serviceId) ${hasFields ? `{ ${fieldStr} }` : ""}
596
+ computingDetail(computingId: $computingId, serviceId: $serviceId) ${hasFields ? `{ ${fieldStr} }` : ""}
597
597
  }
598
598
  `;
599
599
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@longvansoftware/service-js-client",
3
- "version": "2.4.7",
3
+ "version": "2.4.8",
4
4
  "main": "dist/src/index.js",
5
5
  "types": "dist/src/index.d.ts",
6
6
  "files": [