@daocloud-proto/zestu 0.6.0-dev-1d33d571 → 0.6.0-dev-bb50f854

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.6.0-dev-1d33d571",
3
+ "version":"v0.6.0-dev-bb50f854",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -166,6 +166,7 @@ export type InstanceSpec = {
166
166
  export type VolumeSpec = {
167
167
  sourcePath?: string
168
168
  mountPath?: string
169
+ size?: number
169
170
  }
170
171
 
171
172
  export type ServiceEnable = {