@daocloud-proto/kangaroo 0.4.3-12 → 0.4.3-18

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.
@@ -62,6 +62,7 @@ export type UpdateRegistryRequest = {
62
62
  export type ListRegistryRequest = {
63
63
  page?: number
64
64
  pageSize?: number
65
+ fuzzyName?: string
65
66
  }
66
67
 
67
68
  export type ListRegistryResponse = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.4.3-12",
3
+ "version":"0.4.3-18",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {