@aliyun-obv/api 0.4.0-beta.3 → 0.4.0-beta.4

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.
Files changed (2) hide show
  1. package/dist/api.es.js +1 -1
  2. package/package.json +1 -1
package/dist/api.es.js CHANGED
@@ -480,7 +480,7 @@ function showConsoleBaseAlertDialog(response, config = {}, request) {
480
480
  method: request ? request.method : void 0
481
481
  }
482
482
  };
483
- if (response.code === "ShowUnauthorized") {
483
+ if (response.code === "Unauthorized") {
484
484
  if ((_a = response == null ? void 0 : response.rawResponseError) == null ? void 0 : _a.accessDeniedDetail) {
485
485
  const detailsAuth = convertErrorDetaisAuth(response.rawResponseError.accessDeniedDetail);
486
486
  errorConfig.detailsAuth = detailsAuth;
package/package.json CHANGED
@@ -15,5 +15,5 @@
15
15
  "styled-components": "^5.2.0",
16
16
  "urijs": "^1.19.1"
17
17
  },
18
- "version": "0.4.0-beta.3"
18
+ "version": "0.4.0-beta.4"
19
19
  }