@deppon/deppon-request 1.2.0 → 1.12.3

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.
@@ -15,7 +15,7 @@ var Cancel = /*#__PURE__*/function () {
15
15
  this.keyTsMap = {};
16
16
  this.clearTime = null;
17
17
  }
18
- _createClass(Cancel, [{
18
+ return _createClass(Cancel, [{
19
19
  key: "autoClear",
20
20
  value: function autoClear() {
21
21
  var _this = this;
@@ -97,7 +97,6 @@ var Cancel = /*#__PURE__*/function () {
97
97
  });
98
98
  }
99
99
  }]);
100
- return Cancel;
101
100
  }();
102
101
  var cancelController = new Cancel();
103
102
  if (!window.cancelController) {
@@ -1 +1 @@
1
- export default function appInstance(options: any): Promise<import("axios").AxiosResponse<any, any, {}>>;
1
+ export default function appInstance(options: any): import("axios").AxiosPromise<any>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deppon/deppon-request",
3
- "version": "1.2.0",
3
+ "version": "1.12.3",
4
4
  "description": "德邦前端 http 请求包",
5
5
  "license": "MIT",
6
6
  "homepage": "",
@@ -36,8 +36,8 @@
36
36
  "dependencies": {
37
37
  "@babel/runtime": "^7.17.7",
38
38
  "@deppon/deppon-bridge": "1.1.2",
39
- "@deppon/deppon-ui": "1.2.0",
40
- "@deppon/deppon-utils": "1.2.0",
39
+ "@deppon/deppon-ui": "1.12.3",
40
+ "@deppon/deppon-utils": "1.12.3",
41
41
  "axios": "^0.26.0",
42
42
  "md5": "^2.3.0",
43
43
  "qs": "^6.10.3"
@@ -45,5 +45,5 @@
45
45
  "peerDependencies": {
46
46
  "vue": "^3.0.0"
47
47
  },
48
- "gitHead": "a8c002bc49a329259c1f5522313c9370de74dcbe"
48
+ "gitHead": "44ede65a450ea9abdbf6e4d1645e701aa541b0fa"
49
49
  }