ztxkutils 2.10.53 → 2.10.54

Sign up to get free protection for your applications and to get access to all the features.
package/dist/request.d.ts CHANGED
@@ -11,6 +11,7 @@ export interface IOptions extends AxiosRequestConfig {
11
11
  isForceRequest?: boolean;
12
12
  noCatchUrl?: string[];
13
13
  isCatch?: boolean;
14
+ mustCatch?: boolean;
14
15
  isCancelRepeat?: boolean;
15
16
  isCancelNoCompleteRequest?: boolean;
16
17
  }
package/dist/request.js CHANGED
@@ -1,7 +1,7 @@
1
1
  import './tslib.es6-35653116.js';
2
2
  import 'axios';
3
3
  import 'ztxkui';
4
- export { N as NEW_AUTHORIZATION, O as OLD_AUTHORIZATION, b as clearCatch, c as clearNoCompleteRequest, a as default } from './request-40abfa76.js';
4
+ export { N as NEW_AUTHORIZATION, O as OLD_AUTHORIZATION, b as clearCatch, c as clearNoCompleteRequest, a as default } from './request-1ac889d2.js';
5
5
  import './authority-7a91cb9f.js';
6
6
  import './crypto-c481f616.js';
7
7
  import 'crypto';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ztxkutils",
3
- "version": "2.10.53",
3
+ "version": "2.10.54",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",