@daocloud-proto/zestu 0.5.0-dev-df7be409 → 0.5.0-dev-23168d83

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name":"@daocloud-proto/zestu",
3
- "version":"v0.5.0-dev-df7be409",
3
+ "version":"v0.5.0-dev-23168d83",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -29,6 +29,7 @@ export type UserRegistryDetail = {
29
29
  project?: string
30
30
  username?: string
31
31
  password?: string
32
+ accessible?: boolean
32
33
  }
33
34
 
34
35
  export type InitRegistryRequest = {