coolcare-lite-scada-component 1.0.71 → 1.0.72

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.
@@ -128,6 +128,7 @@ var DialogPointHistory = function DialogPointHistory(_ref) {
128
128
  zipFileList: []
129
129
  }, {
130
130
  responseType: 'blob',
131
+ shouldHandleBlob: false,
131
132
  headers: {
132
133
  'Content-Type': 'application/json'
133
134
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "coolcare-lite-scada-component",
3
- "version": "1.0.71",
3
+ "version": "1.0.72",
4
4
  "scripts": {
5
5
  "start": " PORT=8000 UMI_ENV=prod umi dev",
6
6
  "build:prod": "UMI_ENV=prod umi build",