mxcad-app 1.0.18 → 1.0.19

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.
package/package.json CHANGED
@@ -1,65 +1,65 @@
1
- {
2
- "name": "mxcad-app",
3
- "version": "1.0.18",
4
- "main": "./dist/index.cjs",
5
- "module": "./dist/index.js",
6
- "browser": "./dist/index.umd.js",
7
- "types": "./dist/index.d.ts",
8
- "style": "./dist/styles/style.css",
9
- "typesVersions": {
10
- "*": {
11
- ".": [
12
- "./dist/index.d.ts"
13
- ],
14
- "vite": [
15
- "./packToolPlugin/vite/index.d.ts"
16
- ],
17
- "webpack": [
18
- "./packToolPlugin/webpack/index.d.ts"
19
- ],
20
- "rollup": [
21
- "./packToolPlugin/rollup/index.d.ts"
22
- ]
23
- }
24
- },
25
- "scripts": {
26
- "postinstall": "node postinstall.js"
27
- },
28
- "exports": {
29
- ".": {
30
- "import": "./dist/index.js",
31
- "require": "./dist/index.cjs",
32
- "browser": "./dist/index.umd.js",
33
- "types": "./dist/index.d.ts"
34
- },
35
- "./style": {
36
- "import": "./dist/styles/style.css",
37
- "browser": "./dist/styles/style.css",
38
- "require": "./dist/styles/style.css"
39
- },
40
- "./vite": {
41
- "import": "./packToolPlugin/vite/index.mjs",
42
- "require": "./packToolPlugin/vite/index.cjs",
43
- "types": "./packToolPlugin/vite/index.d.ts"
44
- },
45
- "./webpack": {
46
- "import": "./packToolPlugin/webpack/index.mjs",
47
- "require": "./packToolPlugin/webpack/index.cjs",
48
- "types": "./packToolPlugin/webpack/index.d.ts"
49
- },
50
- "./rollup": {
51
- "import": "./packToolPlugin/rollup/index.mjs",
52
- "require": "./packToolPlugin/rollup/index.cjs",
53
- "types": "./packToolPlugin/rollup/index.d.ts"
54
- }
55
- },
56
- "files": [
57
- "dist",
58
- "LICENSE",
59
- "LICENSE_CN",
60
- "README.md",
61
- "packToolPlugin",
62
- "package.json",
63
- "postinstall.js"
64
- ]
65
- }
1
+ {
2
+ "name": "mxcad-app",
3
+ "version": "1.0.19",
4
+ "main": "./dist/index.cjs",
5
+ "module": "./dist/index.js",
6
+ "browser": "./dist/index.umd.js",
7
+ "types": "./dist/index.d.ts",
8
+ "style": "./dist/styles/style.css",
9
+ "typesVersions": {
10
+ "*": {
11
+ ".": [
12
+ "./dist/index.d.ts"
13
+ ],
14
+ "vite": [
15
+ "./packToolPlugin/vite/index.d.ts"
16
+ ],
17
+ "webpack": [
18
+ "./packToolPlugin/webpack/index.d.ts"
19
+ ],
20
+ "rollup": [
21
+ "./packToolPlugin/rollup/index.d.ts"
22
+ ]
23
+ }
24
+ },
25
+ "scripts": {
26
+ "postinstall": "node postinstall.js"
27
+ },
28
+ "exports": {
29
+ ".": {
30
+ "import": "./dist/index.js",
31
+ "require": "./dist/index.cjs",
32
+ "browser": "./dist/index.umd.js",
33
+ "types": "./dist/index.d.ts"
34
+ },
35
+ "./style": {
36
+ "import": "./dist/styles/style.css",
37
+ "browser": "./dist/styles/style.css",
38
+ "require": "./dist/styles/style.css"
39
+ },
40
+ "./vite": {
41
+ "import": "./packToolPlugin/vite/index.mjs",
42
+ "require": "./packToolPlugin/vite/index.cjs",
43
+ "types": "./packToolPlugin/vite/index.d.ts"
44
+ },
45
+ "./webpack": {
46
+ "import": "./packToolPlugin/webpack/index.mjs",
47
+ "require": "./packToolPlugin/webpack/index.cjs",
48
+ "types": "./packToolPlugin/webpack/index.d.ts"
49
+ },
50
+ "./rollup": {
51
+ "import": "./packToolPlugin/rollup/index.mjs",
52
+ "require": "./packToolPlugin/rollup/index.cjs",
53
+ "types": "./packToolPlugin/rollup/index.d.ts"
54
+ }
55
+ },
56
+ "files": [
57
+ "dist",
58
+ "LICENSE",
59
+ "LICENSE_CN",
60
+ "README.md",
61
+ "packToolPlugin",
62
+ "package.json",
63
+ "postinstall.js"
64
+ ]
65
+ }