@daocloud-proto/zestu 0.3.0-dev-591d57dd → 0.3.0-dev-ccf4d382

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.3.0-dev-591d57dd",
3
+ "version":"v0.3.0-dev-ccf4d382",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -127,7 +127,6 @@ export type CreateContainerInstanceRequest = {
127
127
  export type Image = {
128
128
  imageType?: ImageType
129
129
  name?: string
130
- hasAuth?: boolean
131
130
  username?: string
132
131
  password?: string
133
132
  }