@daocloud-proto/kpanda 0.25.0-dev-21dcb460 → 0.25.0-dev-b7dd2969

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.
@@ -236,6 +236,7 @@ export type SSHInfo = BaseSSHInfo
236
236
  export type NTPConfig = {
237
237
  enable?: boolean
238
238
  servers?: string[]
239
+ timezone?: string
239
240
  }
240
241
 
241
242
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kpanda",
3
- "version":"v0.25.0-dev-21dcb460",
3
+ "version":"v0.25.0-dev-b7dd2969",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {