@daocloud-proto/zestu 0.14.0-dev-cafa97d5 → 0.14.0-dev-02a51985

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.14.0-dev-cafa97d5",
3
+ "version":"v0.14.0-dev-02a51985",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -203,6 +203,12 @@ export type Image = {
203
203
  export type Command = {
204
204
  commands?: string[]
205
205
  args?: string[]
206
+ envs?: EnvVar[]
207
+ }
208
+
209
+ export type EnvVar = {
210
+ key?: string
211
+ value?: string
206
212
  }
207
213
 
208
214
  export type PackageSource = {