@daocloud-proto/zestu 0.4.0-dev-c6ead0cf → 0.4.0-dev-d8bb514a

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.4.0-dev-c6ead0cf",
3
+ "version":"v0.4.0-dev-d8bb514a",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -157,6 +157,7 @@ export type ChargeInfo = {
157
157
  export type InstanceSpec = {
158
158
  instanceType?: InstanceType
159
159
  skuId?: string
160
+ specName?: string
160
161
  }
161
162
 
162
163
  export type VolumeSpec = {