@daocloud-proto/kangaroo 0.3.1-19 → 0.3.1-21

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,17 +106,17 @@ export type Scanner = {
106
106
  }
107
107
 
108
108
  export type ScanSummary = {
109
- fixable?: string
109
+ fixable?: number
110
110
  summary?: VulnerabilitySummary
111
- total?: string
111
+ total?: number
112
112
  }
113
113
 
114
114
  export type VulnerabilitySummary = {
115
- critical?: string
116
- high?: string
117
- low?: string
118
- medium?: string
119
- unknown?: string
115
+ critical?: number
116
+ high?: number
117
+ low?: number
118
+ medium?: number
119
+ unknown?: number
120
120
  }
121
121
 
122
122
  export type Artifacts = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.3.1-19",
3
+ "version":"0.3.1-21",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {