iv-npm 1.0.21 → 1.0.24

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.
@@ -8,7 +8,7 @@
8
8
  "build": "rollup --config rollup.config.js",
9
9
  "prepare": "npm run build"
10
10
  },
11
- "main": "dist/index.umd.js",
11
+ "main": "dist/index.esm.js",
12
12
  "module": "dist/index.esm.js",
13
13
  "files": [
14
14
  "index.js",
@@ -38,8 +38,10 @@
38
38
  "@types/node": "^18.6.4",
39
39
  "@vue/compiler-sfc": "^3.2.37",
40
40
  "ant-design-vue": "^3.2.11",
41
+ "axios": "^0.27.2",
41
42
  "node-sass": "^7.0.1",
42
43
  "postcss": "^8.4.16",
44
+ "qs": "^6.11.0",
43
45
  "rollup": "^2.77.2",
44
46
  "rollup-plugin-postcss": "^4.0.2",
45
47
  "rollup-plugin-typescript2": "^0.32.1",
package/pnpm-lock.yaml CHANGED
@@ -10,12 +10,8 @@ importers:
10
10
 
11
11
  packages/shared:
12
12
  specifiers:
13
- axios: ^0.27.2
14
- qs: ^6.11.0
15
13
  tsup: ^6.2.1
16
14
  devDependencies:
17
- axios: 0.27.2
18
- qs: 6.11.0
19
15
  tsup: 6.2.1
20
16
 
21
17
  packages/ui:
@@ -34,8 +30,10 @@ importers:
34
30
  '@types/node': ^18.6.4
35
31
  '@vue/compiler-sfc': ^3.2.37
36
32
  ant-design-vue: ^3.2.11
33
+ axios: ^0.27.2
37
34
  node-sass: ^7.0.1
38
35
  postcss: ^8.4.16
36
+ qs: ^6.11.0
39
37
  rollup: ^2.77.2
40
38
  rollup-plugin-postcss: ^4.0.2
41
39
  rollup-plugin-typescript2: ^0.32.1
@@ -59,8 +57,10 @@ importers:
59
57
  '@types/node': 18.6.4
60
58
  '@vue/compiler-sfc': 3.2.37
61
59
  ant-design-vue: 3.2.11_vue@3.2.37
60
+ axios: 0.27.2
62
61
  node-sass: 7.0.1
63
62
  postcss: 8.4.16
63
+ qs: 6.11.0
64
64
  rollup: 2.77.2
65
65
  rollup-plugin-postcss: 4.0.2_postcss@8.4.16
66
66
  rollup-plugin-typescript2: 0.32.1_oo3i3f3qmqiztdz5qgxrrjmd5e
@@ -1,40 +0,0 @@
1
- var __create = Object.create;
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __getProtoOf = Object.getPrototypeOf;
6
- var __hasOwnProp = Object.prototype.hasOwnProperty;
7
- var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
8
- get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
9
- }) : x)(function(x) {
10
- if (typeof require !== "undefined")
11
- return require.apply(this, arguments);
12
- throw new Error('Dynamic require of "' + x + '" is not supported');
13
- });
14
- var __commonJS = (cb, mod) => function __require2() {
15
- return mod || (0, cb[__getOwnPropNames(cb)[0]])((mod = { exports: {} }).exports, mod), mod.exports;
16
- };
17
- var __copyProps = (to, from, except, desc) => {
18
- if (from && typeof from === "object" || typeof from === "function") {
19
- for (let key of __getOwnPropNames(from))
20
- if (!__hasOwnProp.call(to, key) && key !== except)
21
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
22
- }
23
- return to;
24
- };
25
- var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
26
- isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
27
- mod
28
- ));
29
-
30
- // configs/server.seeting.ts
31
- var TIME_OUT = 15e3 * 2;
32
- var PORT = 3333;
33
-
34
- export {
35
- __require,
36
- __commonJS,
37
- __toESM,
38
- TIME_OUT,
39
- PORT
40
- };
@@ -1,4 +0,0 @@
1
- declare const TIME_OUT: number;
2
- declare const PORT = 3333;
3
-
4
- export { PORT, TIME_OUT };
@@ -1,32 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __export = (target, all) => {
6
- for (var name in all)
7
- __defProp(target, name, { get: all[name], enumerable: true });
8
- };
9
- var __copyProps = (to, from, except, desc) => {
10
- if (from && typeof from === "object" || typeof from === "function") {
11
- for (let key of __getOwnPropNames(from))
12
- if (!__hasOwnProp.call(to, key) && key !== except)
13
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
14
- }
15
- return to;
16
- };
17
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
18
-
19
- // configs/server.seeting.ts
20
- var server_seeting_exports = {};
21
- __export(server_seeting_exports, {
22
- PORT: () => PORT,
23
- TIME_OUT: () => TIME_OUT
24
- });
25
- module.exports = __toCommonJS(server_seeting_exports);
26
- var TIME_OUT = 15e3 * 2;
27
- var PORT = 3333;
28
- // Annotate the CommonJS export names for ESM import in node:
29
- 0 && (module.exports = {
30
- PORT,
31
- TIME_OUT
32
- });
@@ -1,8 +0,0 @@
1
- import {
2
- PORT,
3
- TIME_OUT
4
- } from "../chunk-JELAPAML.mjs";
5
- export {
6
- PORT,
7
- TIME_OUT
8
- };
@@ -1,17 +0,0 @@
1
- var __defProp = Object.defineProperty;
2
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
3
- var __getOwnPropNames = Object.getOwnPropertyNames;
4
- var __hasOwnProp = Object.prototype.hasOwnProperty;
5
- var __copyProps = (to, from, except, desc) => {
6
- if (from && typeof from === "object" || typeof from === "function") {
7
- for (let key of __getOwnPropNames(from))
8
- if (!__hasOwnProp.call(to, key) && key !== except)
9
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
10
- }
11
- return to;
12
- };
13
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
14
-
15
- // types/index.ts
16
- var types_exports = {};
17
- module.exports = __toCommonJS(types_exports);