@daocloud-proto/hydra 0.11.0-dev-20 → 0.11.0-dev-21

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.
@@ -39,8 +39,8 @@ export enum ErrorCode {
39
39
  // EN: out of page: %v
40
40
  // ZH: 分页错误:%v
41
41
  USER_OUT_OF_PAGE = "USER-OUT_OF_PAGE",
42
- // EN: permission denied
43
- // ZH: 拒绝访问
42
+ // EN: permission denied: %v
43
+ // ZH: 拒绝访问:%v
44
44
  USER_PERMISSION_DENIED = "USER-PERMISSION_DENIED",
45
45
  // EN: unauthorized request
46
46
  // ZH: 未授权的请求
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daocloud-proto/hydra",
3
- "version": "v0.11.0-dev-20",
3
+ "version": "v0.11.0-dev-21",
4
4
  "description": "",
5
5
  "author": "",
6
6
  "license": "ISC"