@daocloud-proto/zestu 0.2.0-dev-1d7e69bf → 0.2.0-dev-17d2aa2a

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/zestu",
3
- "version":"v0.2.0-dev-1d7e69bf",
3
+ "version":"v0.2.0-dev-17d2aa2a",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -23,9 +23,9 @@ export type TimeRange = {
23
23
  }
24
24
 
25
25
  export type MetricsRangeResponse = {
26
- gPUUsageRate?: MetricRangeResult
27
- gPUMemoryUsageRate?: MetricRangeResult
28
- cPUUsageRate?: MetricRangeResult
26
+ gpuUsageRate?: MetricRangeResult
27
+ gpuMemoryUsageRate?: MetricRangeResult
28
+ cpuUsageRate?: MetricRangeResult
29
29
  memoryUsageRate?: MetricRangeResult
30
30
  }
31
31