@daocloud-proto/kangaroo 0.21.0 → 0.23.0

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.
@@ -95,6 +95,7 @@ export type ListProjectResponseItem = {
95
95
  retentionId?: string
96
96
  projectId?: string
97
97
  isBindingWorkspace?: boolean
98
+ isProxyProject?: boolean
98
99
  }
99
100
 
100
101
  export type Repository = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/kangaroo",
3
- "version":"0.21.0",
3
+ "version":"0.23.0",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {