@daocloud-proto/skoala 0.2.0-30 → 0.2.0-32

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.
@@ -20,6 +20,8 @@ export type Registry = {
20
20
  addresses?: string[]
21
21
  namespaces?: Namespace[]
22
22
  serviceCount?: number
23
+ updatedAt?: string
24
+ createdAt?: string
23
25
  }
24
26
 
25
27
  export type RegistryOnlyID = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/skoala",
3
- "version": "0.2.0-30",
3
+ "version": "0.2.0-32",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {