@daocloud-proto/kpanda 0.31.0-dev-88b85aa4 → 0.31.0-dev-e7039ba8

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.
@@ -432,4 +432,6 @@ export type PreCheckNodeInfo = {
432
432
  osKernelVersion?: string
433
433
  osFamily?: string
434
434
  osType?: {[key: string]: string}
435
+ timeZone?: string
436
+ nodeTimestamp?: string
435
437
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.31.0-dev-88b85aa4",
3
+ "version":"v0.31.0-dev-e7039ba8",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {