@witlink/workflow 1.0.4 → 1.0.6
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/README.md +89 -89
- package/dist/index.css +1 -1
- package/dist/index.js +6363 -5997
- package/dist/index.umd.cjs +46 -46
- package/package.json +56 -56
package/package.json
CHANGED
|
@@ -1,56 +1,56 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "@witlink/workflow",
|
|
3
|
-
"private": false,
|
|
4
|
-
"version": "1.0.
|
|
5
|
-
"description": "witlink工作流",
|
|
6
|
-
"license": "MIT",
|
|
7
|
-
"type": "module",
|
|
8
|
-
"files": [
|
|
9
|
-
"dist"
|
|
10
|
-
],
|
|
11
|
-
"main": "./dist/index.umd.cjs",
|
|
12
|
-
"module": "./dist/index.js",
|
|
13
|
-
"types": "./dist/index.d.ts",
|
|
14
|
-
"exports": {
|
|
15
|
-
".": {
|
|
16
|
-
"import": "./dist/index.js",
|
|
17
|
-
"require": "./dist/index.umd.cjs"
|
|
18
|
-
},
|
|
19
|
-
"./style.css": "./dist/index.css"
|
|
20
|
-
},
|
|
21
|
-
"scripts": {
|
|
22
|
-
"dev": "vite",
|
|
23
|
-
"start:stage": "vite --mode stage",
|
|
24
|
-
"build": "vue-tsc -b && vite build",
|
|
25
|
-
"preview": "vite preview"
|
|
26
|
-
},
|
|
27
|
-
"peerDependencies": {
|
|
28
|
-
"@witlink/components": ">=1",
|
|
29
|
-
"ant-design-vue": ">=4",
|
|
30
|
-
"axios": ">=1",
|
|
31
|
-
"element-plus": ">=2",
|
|
32
|
-
"pinia": ">=2",
|
|
33
|
-
"vue": ">=3",
|
|
34
|
-
"vue-i18n": ">=9"
|
|
35
|
-
},
|
|
36
|
-
"devDependencies": {
|
|
37
|
-
"@iconify-json/ant-design": "^1.2.5",
|
|
38
|
-
"@types/node": "^22.13.11",
|
|
39
|
-
"@vitejs/plugin-vue": "^5.2.1",
|
|
40
|
-
"@vue/tsconfig": "^0.7.0",
|
|
41
|
-
"@vueuse/core": "^13.0.0",
|
|
42
|
-
"bpmn-js": "^18.4.0",
|
|
43
|
-
"camunda-bpmn-moddle": "^7.0.1",
|
|
44
|
-
"less": "^4.2.2",
|
|
45
|
-
"less-loader": "^12.2.0",
|
|
46
|
-
"rollup-plugin-visualizer": "^5.14.0",
|
|
47
|
-
"typescript": "~5.7.2",
|
|
48
|
-
"unplugin-auto-import": "^19.1.1",
|
|
49
|
-
"unplugin-icons": "^22.1.0",
|
|
50
|
-
"unplugin-vue-components": "^28.4.1",
|
|
51
|
-
"vite": "^6.2.0",
|
|
52
|
-
"vite-plugin-dts": "^4.5.3",
|
|
53
|
-
"vue-router": "^4.5.0",
|
|
54
|
-
"vue-tsc": "^2.2.4"
|
|
55
|
-
}
|
|
56
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "@witlink/workflow",
|
|
3
|
+
"private": false,
|
|
4
|
+
"version": "1.0.6",
|
|
5
|
+
"description": "witlink工作流",
|
|
6
|
+
"license": "MIT",
|
|
7
|
+
"type": "module",
|
|
8
|
+
"files": [
|
|
9
|
+
"dist"
|
|
10
|
+
],
|
|
11
|
+
"main": "./dist/index.umd.cjs",
|
|
12
|
+
"module": "./dist/index.js",
|
|
13
|
+
"types": "./dist/index.d.ts",
|
|
14
|
+
"exports": {
|
|
15
|
+
".": {
|
|
16
|
+
"import": "./dist/index.js",
|
|
17
|
+
"require": "./dist/index.umd.cjs"
|
|
18
|
+
},
|
|
19
|
+
"./style.css": "./dist/index.css"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"dev": "vite",
|
|
23
|
+
"start:stage": "vite --mode stage",
|
|
24
|
+
"build": "vue-tsc -b && vite build",
|
|
25
|
+
"preview": "vite preview"
|
|
26
|
+
},
|
|
27
|
+
"peerDependencies": {
|
|
28
|
+
"@witlink/components": ">=1",
|
|
29
|
+
"ant-design-vue": ">=4",
|
|
30
|
+
"axios": ">=1",
|
|
31
|
+
"element-plus": ">=2",
|
|
32
|
+
"pinia": ">=2",
|
|
33
|
+
"vue": ">=3",
|
|
34
|
+
"vue-i18n": ">=9"
|
|
35
|
+
},
|
|
36
|
+
"devDependencies": {
|
|
37
|
+
"@iconify-json/ant-design": "^1.2.5",
|
|
38
|
+
"@types/node": "^22.13.11",
|
|
39
|
+
"@vitejs/plugin-vue": "^5.2.1",
|
|
40
|
+
"@vue/tsconfig": "^0.7.0",
|
|
41
|
+
"@vueuse/core": "^13.0.0",
|
|
42
|
+
"bpmn-js": "^18.4.0",
|
|
43
|
+
"camunda-bpmn-moddle": "^7.0.1",
|
|
44
|
+
"less": "^4.2.2",
|
|
45
|
+
"less-loader": "^12.2.0",
|
|
46
|
+
"rollup-plugin-visualizer": "^5.14.0",
|
|
47
|
+
"typescript": "~5.7.2",
|
|
48
|
+
"unplugin-auto-import": "^19.1.1",
|
|
49
|
+
"unplugin-icons": "^22.1.0",
|
|
50
|
+
"unplugin-vue-components": "^28.4.1",
|
|
51
|
+
"vite": "^6.2.0",
|
|
52
|
+
"vite-plugin-dts": "^4.5.3",
|
|
53
|
+
"vue-router": "^4.5.0",
|
|
54
|
+
"vue-tsc": "^2.2.4"
|
|
55
|
+
}
|
|
56
|
+
}
|