module-develop-kit 1.4.0 → 1.4.1

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.
@@ -1,7 +1,4 @@
1
- import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
- import { __require as e } from "../vendor/debug/src/browser.js";
3
- var o = e();
4
- const i = /* @__PURE__ */ r(o);
1
+ var r = { exports: {} };
5
2
  export {
6
- i as default
3
+ r as __module
7
4
  };
@@ -1,4 +1,7 @@
1
- var r = { exports: {} };
1
+ import { getDefaultExportFromCjs as r } from "./_commonjsHelpers.js";
2
+ import { __require as e } from "../vendor/debug/src/browser.js";
3
+ var o = e();
4
+ const i = /* @__PURE__ */ r(o);
2
5
  export {
3
- r as __module
6
+ i as default
4
7
  };
@@ -13,4 +13,18 @@ declare module "axios" {
13
13
  */
14
14
  isAutoDecryptionResponse?: boolean;
15
15
  }
16
+
17
+ // eslint-disable-next-line
18
+ export interface AxiosRequestConfig<D = any> {
19
+ /**
20
+ * 接口是否不需要自动加密
21
+ * @default false
22
+ */
23
+ isNotAutoEncryption?: boolean;
24
+ /**
25
+ * 响应是否需要自动解密
26
+ * @default false
27
+ */
28
+ isAutoDecryptionResponse?: boolean;
29
+ }
16
30
  }
@@ -1,5 +1,5 @@
1
1
  import { UINT32_LE as h, StringType as k } from "../../../token-types/lib/index.js";
2
- import D from "../../../../commonjs-virtual-dir/browser.js";
2
+ import D from "../../../../commonjs-virtual-dir/browser2.js";
3
3
  import { Signature as c, EndOfCentralDirectoryRecordToken as L, FileHeader as E, DataDescriptor as y, LocalFileHeaderToken as S } from "./ZipToken.js";
4
4
  function m(s) {
5
5
  const t = new Uint8Array(h.len);
@@ -1,4 +1,4 @@
1
- import { __module as C } from "../../../commonjs-virtual-dir/browser2.js";
1
+ import { __module as C } from "../../../commonjs-virtual-dir/browser.js";
2
2
  import { __require as g } from "./common.js";
3
3
  var F;
4
4
  function p() {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "module-develop-kit",
3
3
  "author": "Front-End team",
4
- "version": "1.4.0",
4
+ "version": "1.4.1",
5
5
  "type": "module",
6
6
  "description": "前端项目通用工具包",
7
7
  "module": "dist/main.js",