@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.
- package/dist/CapEventCalendar/index.js +4 -4
- package/dist/CapEventCalendar/index.js.map +1 -1
- package/dist/CapIllustration/index.js +4 -4
- package/dist/CapIllustration/index.js.map +1 -1
- package/dist/CapLogin/index.js +2 -2
- package/dist/CapLogin/index.js.map +1 -1
- package/dist/CapNavigation/index.js +1 -1
- package/dist/CapNavigation/index.js.map +1 -1
- package/dist/CapUserProfile/index.js +1 -1
- package/dist/CapUserProfile/index.js.map +1 -1
- package/dist/index.js +4 -4
- package/dist/index.js.map +1 -1
- package/dist/service/api.d.ts +1 -1
- package/dist/service/api.d.ts.map +1 -1
- package/dist/utils/index.js +2 -2
- package/dist/utils/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -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) {
|