@capillarytech/blaze-ui 4.30.6 → 4.30.8

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.
@@ -20998,7 +20998,7 @@ exports.__esModule = true;
20998
20998
  exports.request = request;
20999
20999
  __webpack_require__(6447);
21000
21000
  function parseJSON(response) {
21001
- if (response.status === 204) return '';
21001
+ if (response.status === 204) return Promise.resolve('');
21002
21002
  return response.json();
21003
21003
  }
21004
21004
  function checkStatus(response) {