@syhr/sy-graph 1.0.1 → 1.0.2-beta.0

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@syhr/sy-graph",
3
- "version": "1.0.1",
3
+ "version": "1.0.2-beta.0",
4
4
  "author": "syhr <aiops.sieyuan@gmail.com>",
5
5
  "description": "Planar graphic config tool based on @meta2d.",
6
6
  "license": "MIT",
@@ -46,24 +46,24 @@
46
46
  "clean": "rimraf lib dist node_modules/.vite",
47
47
  "clean:lib": "rimraf lib",
48
48
  "clean:dist": "rimraf dist",
49
- "release": "standard-version && npm publish",
50
- "release:major": "standard-version -r major && npm publish",
51
- "release:minor": "standard-version -r minor && npm publish",
52
- "release:patch": "standard-version -r patch && npm publish",
53
- "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s && yarn changelog:replace",
54
- "changelog:rebuild": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && yarn changelog:replace",
55
- "changelog:replace": "replace 'https://github.com/nikonee/sy-graph/commit/' '' CHANGELOG.md"
49
+ "release:first": "standard-version -f && pnpm changelog:replace",
50
+ "release:major": "standard-version -r major && pnpm changelog:replace",
51
+ "release:minor": "standard-version -r minor && pnpm changelog:replace",
52
+ "release:patch": "standard-version -r patch && pnpm changelog:replace",
53
+ "changelog:update": "conventional-changelog -p angular -i CHANGELOG.md -s && pnpm changelog:replace",
54
+ "changelog:rebuild": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 && pnpm changelog:replace",
55
+ "changelog:replace": "replace 'https://10.17.196.142:10022/hmi-dev/cbb/cockpit-editor/commit/' '' CHANGELOG.md"
56
56
  },
57
57
  "dependencies": {
58
58
  "@element-plus/icons-vue": "~2.3.2",
59
59
  "@ffmpeg/ffmpeg": "~0.12.15",
60
60
  "@ffmpeg/util": "~0.12.2",
61
61
  "@meta2d/activity-diagram": "~1.0.1",
62
- "@meta2d/chart-diagram": "~1.0.14",
62
+ "@meta2d/chart-diagram": "~1.0.16",
63
63
  "@meta2d/class-diagram": "~1.0.2",
64
- "@meta2d/core": "~1.0.92",
64
+ "@meta2d/core": "~1.0.97",
65
65
  "@meta2d/flow-diagram": "~1.0.2",
66
- "@meta2d/form-diagram": "~1.0.28",
66
+ "@meta2d/form-diagram": "~1.0.29",
67
67
  "@meta2d/fta-diagram": "~1.0.1",
68
68
  "@meta2d/le5le-charts": "~1.0.5",
69
69
  "@meta2d/plugin-mind-collapse": "~1.0.1",
@@ -72,16 +72,17 @@
72
72
  "@meta2d/svg": "~1.0.7",
73
73
  "@meta2d/utils": "~1.0.1",
74
74
  "@micro-zoe/micro-app": "1.0.0-rc.26",
75
+ "@syhr/sy-player": "~3.2.3",
75
76
  "axios": "~1.11.0",
76
77
  "comlink": "~4.4.2",
77
78
  "crypto-js": "~4.2.0",
78
- "dayjs": "~1.11.13",
79
+ "dayjs": "~1.11.18",
79
80
  "dxf": "~5.2.0",
80
- "dxf-json": "~0.4.0",
81
81
  "dxf-parser": "~1.1.2",
82
82
  "element-plus": "~2.10.7",
83
83
  "fabric": "~4.6.0",
84
84
  "file-saver": "~2.0.5",
85
+ "flv.js": "^1.6.2",
85
86
  "gm-crypto": "~0.1.12",
86
87
  "jszip": "~3.10.1",
87
88
  "lodash-es": "~4.17.21",
@@ -91,22 +92,19 @@
91
92
  "photoswipe": "~5.4.4",
92
93
  "pinia": "~2.2.6",
93
94
  "qiankun": "~2.10.16",
94
- "qrcode.vue": "~3.6.0",
95
95
  "qs": "~6.14.0",
96
96
  "sm-crypto": "~0.3.13",
97
- "vue": "~3.5.18",
98
- "vue-clipboard3": "~2.0.0",
97
+ "vue": "~3.5.21",
99
98
  "vue-draggable-plus": "~0.6.0",
100
99
  "vue-router": "~4.5.1",
101
100
  "vue3-colorpicker": "^2.3.0"
102
101
  },
103
102
  "devDependencies": {
104
- "@babel/core": "~7.28.0",
105
- "@babel/eslint-parser": "~7.28.0",
103
+ "@babel/core": "~7.28.4",
104
+ "@babel/eslint-parser": "~7.28.4",
106
105
  "@iconify-json/ant-design": "~1.2.5",
107
106
  "@iconify-json/ep": "~1.2.2",
108
- "@iconify-json/tdesign": "~1.2.8",
109
- "@iconify/json": "~2.2.371",
107
+ "@iconify-json/tdesign": "~1.2.9",
110
108
  "@iconify/utils": "~2.3.0",
111
109
  "@unocss/preset-rem-to-px": "~66.3.3",
112
110
  "@vitejs/plugin-basic-ssl": "~2.1.0",
@@ -124,6 +122,7 @@
124
122
  "picocolors": "~1.1.1",
125
123
  "postcss": "~8.5.6",
126
124
  "postcss-px-to-viewport-8-plugin": "~1.2.5",
125
+ "replace": "~1.2.2",
127
126
  "rimraf": "~5.0.5",
128
127
  "sass": "~1.79.6",
129
128
  "standard-version": "~9.5.0",
@@ -134,11 +133,10 @@
134
133
  "unplugin-vue-components": "~28.8.0",
135
134
  "unplugin-vue-macros": "~2.14.5",
136
135
  "vite": "~5.4.19",
136
+ "vite-plugin-css-injected-by-js": "~3.5.2",
137
137
  "vite-plugin-eslint": "~1.8.1",
138
138
  "vite-plugin-lib-inject-css": "~2.2.2",
139
- "vite-plugin-prettier": "~0.0.6",
140
- "vite-plugin-qiankun": "~1.0.15",
141
- "vue-tsc": "~2.2.10"
139
+ "vite-plugin-qiankun": "~1.0.15"
142
140
  },
143
141
  "peerDependencies": {
144
142
  "element-plus": "~2.10.7",