@daocloud-proto/zestu 0.6.0-dev-bb50f854 → 0.6.0-dev-3efee3c9

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-bb50f854",
3
+ "version":"v0.6.0-dev-3efee3c9",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -137,6 +137,12 @@ export type Image = {
137
137
  name?: string
138
138
  username?: string
139
139
  password?: string
140
+ command?: Command
141
+ }
142
+
143
+ export type Command = {
144
+ commands?: string[]
145
+ args?: string[]
140
146
  }
141
147
 
142
148
  export type PackageSource = {