@daocloud-proto/skoala 0.2.0-75 → 0.2.0-81

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.
@@ -30,6 +30,8 @@ export type Registry = {
30
30
  isHosted?: boolean
31
31
  version?: string
32
32
  serviceCount?: number
33
+ healthInstanceCount?: number
34
+ totalInstanceCount?: number
33
35
  updatedAt?: string
34
36
  createdAt?: string
35
37
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.2.0-75",
3
+ "version": "0.2.0-81",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {