@daocloud-proto/kangaroo 0.2.2-50 → 0.2.2-56

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.
@@ -106,6 +106,7 @@ export type Artifacts = {
106
106
  imageSize?: string
107
107
  pushTime?: string
108
108
  pullTime?: string
109
+ imagePullUrl?: string
109
110
  }
110
111
 
111
112
  export type ListArtifactsRequest = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.2.2-50",
3
+ "version":"0.2.2-56",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {