@lingxiteam/ebe-utils 0.3.10 → 0.3.11

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.
@@ -57,7 +57,7 @@ export const defaultResponense: ResponseInterceptor = async (
57
57
  }
58
58
 
59
59
  // 如果内容为非json类型并没有配置指定响应内容类型时,根据content-type进行二次处理
60
- if (contentType !== 'application/json' && !options.responseType) {
60
+ if (contentType !== 'application/json') {
61
61
  // Blob解析
62
62
  if (url.indexOf('/app/file/download') !== -1 || [
63
63
  /^application\/octet-stream/,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lingxiteam/ebe-utils",
3
- "version": "0.3.10",
3
+ "version": "0.3.11",
4
4
  "description": "",
5
5
  "keywords": [],
6
6
  "author": "",
@@ -19,7 +19,7 @@
19
19
  "@babel/types": "^7.12.12",
20
20
  "cac": "^6.7.14",
21
21
  "fs-extra": "9.x",
22
- "@lingxiteam/ebe": "0.3.10"
22
+ "@lingxiteam/ebe": "0.3.11"
23
23
  },
24
24
  "publishConfig": {
25
25
  "access": "public"