@syhr/sy-graph 1.0.9-beta.7 → 1.0.9-beta.8
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/lib/graph.css +1 -1
- package/lib/sy-graph.cjs +23 -23
- package/lib/sy-graph.mjs +8899 -8584
- package/lib/sy-graph.umd.js +24 -24
- package/package.json +16 -14
- package/readme.text +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@syhr/sy-graph",
|
|
3
|
-
"version": "1.0.9-beta.
|
|
3
|
+
"version": "1.0.9-beta.8",
|
|
4
4
|
"author": "syhr <aiops.sieyuan@gmail.com>",
|
|
5
5
|
"description": "Planar graphic config tool based on @meta2d.",
|
|
6
6
|
"license": "MIT",
|
|
@@ -37,8 +37,10 @@
|
|
|
37
37
|
"dev:microapp": "vite --mode microapp",
|
|
38
38
|
"build": "vite build",
|
|
39
39
|
"build:lib": "vite build --config vite.config.lib.js",
|
|
40
|
+
"build:threed": "node build-threed.cjs",
|
|
40
41
|
"build:qiankun": "vite build --mode qiankun",
|
|
41
42
|
"build:microapp": "vite build --mode microapp",
|
|
43
|
+
"publish:threed": "node publish-threed.cjs",
|
|
42
44
|
"preview": "vite preview",
|
|
43
45
|
"preview:lib": "vite preview --config vite.config.lib.js",
|
|
44
46
|
"lint": "eslint --ext .vue,.js,.jsx,.cjs,.mjs --fix src",
|
|
@@ -55,20 +57,20 @@
|
|
|
55
57
|
"@ffmpeg/ffmpeg": "~0.12.15",
|
|
56
58
|
"@ffmpeg/util": "~0.12.2",
|
|
57
59
|
"@meta2d/activity-diagram": "~1.0.1",
|
|
58
|
-
"@meta2d/chart-diagram": "~1.0.
|
|
60
|
+
"@meta2d/chart-diagram": "~1.0.22",
|
|
59
61
|
"@meta2d/class-diagram": "~1.0.2",
|
|
60
|
-
"@meta2d/core": "~1.1.
|
|
62
|
+
"@meta2d/core": "~1.1.20",
|
|
61
63
|
"@meta2d/flow-diagram": "~1.0.2",
|
|
62
64
|
"@meta2d/form-diagram": "~1.0.29",
|
|
63
65
|
"@meta2d/fta-diagram": "~1.0.1",
|
|
64
|
-
"@meta2d/le5le-charts": "~1.0.
|
|
66
|
+
"@meta2d/le5le-charts": "~1.0.6",
|
|
65
67
|
"@meta2d/plugin-mind-collapse": "~1.0.1",
|
|
66
68
|
"@meta2d/plugin-mind-core": "~1.0.4",
|
|
67
69
|
"@meta2d/sequence-diagram": "~1.0.1",
|
|
68
70
|
"@meta2d/svg": "~1.0.7",
|
|
69
71
|
"@meta2d/utils": "1.0.3",
|
|
70
72
|
"@micro-zoe/micro-app": "1.0.0-rc.30",
|
|
71
|
-
"axios": "~1.
|
|
73
|
+
"axios": "~1.16.0",
|
|
72
74
|
"comlink": "~4.4.2",
|
|
73
75
|
"crypto-js": "~4.2.0",
|
|
74
76
|
"dayjs": "~1.11.19",
|
|
@@ -81,16 +83,16 @@
|
|
|
81
83
|
"gm-crypto": "~0.1.12",
|
|
82
84
|
"jszip": "~3.10.1",
|
|
83
85
|
"localforage": "~1.10.0",
|
|
84
|
-
"lodash-es": "~4.
|
|
86
|
+
"lodash-es": "~4.18.1",
|
|
85
87
|
"mitt": "~3.0.1",
|
|
86
88
|
"monaco-editor": "~0.55.1",
|
|
87
89
|
"nprogress": "~0.2.0",
|
|
88
90
|
"pinia": "~3.0.4",
|
|
89
91
|
"qs": "~6.15.1",
|
|
90
92
|
"sm-crypto": "~0.4.0",
|
|
91
|
-
"three": "~0.
|
|
92
|
-
"three-edit-cores": "~0.0.
|
|
93
|
-
"vue": "~3.5.
|
|
93
|
+
"three": "~0.180.0",
|
|
94
|
+
"three-edit-cores": "~0.0.16",
|
|
95
|
+
"vue": "~3.5.33",
|
|
94
96
|
"vue-draggable-plus": "~0.6.1",
|
|
95
97
|
"vue-router": "~4.6.4",
|
|
96
98
|
"vue3-colorpicker": "~2.3.0"
|
|
@@ -102,8 +104,8 @@
|
|
|
102
104
|
"@iconify-json/ant-design": "~1.2.5",
|
|
103
105
|
"@iconify-json/ep": "~1.2.4",
|
|
104
106
|
"@iconify-json/tdesign": "~1.2.12",
|
|
105
|
-
"@iconify/utils": "~3.1.
|
|
106
|
-
"@oxc-parser/binding-win32-x64-msvc": "~0.
|
|
107
|
+
"@iconify/utils": "~3.1.1",
|
|
108
|
+
"@oxc-parser/binding-win32-x64-msvc": "~0.128.0",
|
|
107
109
|
"@unocss/preset-rem-to-px": "~66.6.8",
|
|
108
110
|
"@vitejs/plugin-basic-ssl": "~2.3.0",
|
|
109
111
|
"@vitejs/plugin-vue": "~5.2.4",
|
|
@@ -117,14 +119,14 @@
|
|
|
117
119
|
"eslint-plugin-prettier": "~5.5.5",
|
|
118
120
|
"eslint-plugin-vue": "~10.8.0",
|
|
119
121
|
"glob": "~13.0.6",
|
|
120
|
-
"globals": "~17.
|
|
122
|
+
"globals": "~17.6.0",
|
|
121
123
|
"picocolors": "~1.1.1",
|
|
122
|
-
"postcss": "~8.5.
|
|
124
|
+
"postcss": "~8.5.14",
|
|
123
125
|
"postcss-px-to-viewport-8-plugin": "~1.2.5",
|
|
124
126
|
"replace": "~1.2.2",
|
|
125
127
|
"sass": "~1.79.6",
|
|
126
128
|
"standard-version": "~9.5.0",
|
|
127
|
-
"terser": "~5.46.
|
|
129
|
+
"terser": "~5.46.2",
|
|
128
130
|
"unocss": "~66.6.8",
|
|
129
131
|
"unplugin-auto-import": "~19.3.0",
|
|
130
132
|
"unplugin-element-plus": "~0.11.2",
|
package/readme.text
ADDED