@zat-design/sisyphus-react 3.13.6-beta.4 → 3.13.6-beta.5

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.
@@ -117,7 +117,7 @@ export var DownloadRequest = /*#__PURE__*/function () {
117
117
  _message.error("".concat(locale.ProDownload.errorMessage));
118
118
  return _context.abrupt("return", Promise.reject("".concat(locale.ProDownload.errorMessage)));
119
119
  case 7:
120
- if (!((_data === null || _data === void 0 ? void 0 : _data.status) > 200 || (_data === null || _data === void 0 ? void 0 : _data.code) === 401)) {
120
+ if (!((_data === null || _data === void 0 ? void 0 : _data.status) !== 200 || (_data === null || _data === void 0 ? void 0 : _data.code) === 401)) {
121
121
  _context.next = 12;
122
122
  break;
123
123
  }
@@ -126,7 +126,7 @@ var DownloadRequest = exports.DownloadRequest = /*#__PURE__*/function () {
126
126
  _antd.message.error("".concat(_locale.default.ProDownload.errorMessage));
127
127
  return _context.abrupt("return", Promise.reject("".concat(_locale.default.ProDownload.errorMessage)));
128
128
  case 7:
129
- if (!((_data === null || _data === void 0 ? void 0 : _data.status) > 200 || (_data === null || _data === void 0 ? void 0 : _data.code) === 401)) {
129
+ if (!((_data === null || _data === void 0 ? void 0 : _data.status) !== 200 || (_data === null || _data === void 0 ? void 0 : _data.code) === 401)) {
130
130
  _context.next = 12;
131
131
  break;
132
132
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zat-design/sisyphus-react",
3
- "version": "3.13.6-beta.4",
3
+ "version": "3.13.6-beta.5",
4
4
  "license": "MIT",
5
5
  "main": "lib/index.js",
6
6
  "module": "es/index.js",