@szjy/workflow 0.1.6 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +7 -0
- package/dist/index.mjs +36001 -36015
- package/dist/index.umd.js +884 -884
- package/dist/packages/components/Workflow/slots.d.ts +1 -0
- package/dist/style.css +1 -1
- package/package.json +2 -1
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@szjy/workflow",
|
3
|
-
"version": "0.1.
|
3
|
+
"version": "0.1.8",
|
4
4
|
"main": "dist/index.umd.js",
|
5
5
|
"module": "dist/index.mjs",
|
6
6
|
"types": "dist/index.d.ts",
|
@@ -36,6 +36,7 @@
|
|
36
36
|
"devDependencies": {
|
37
37
|
"@vitejs/plugin-vue": "^5.0.4",
|
38
38
|
"@vitejs/plugin-vue-jsx": "^3.1.0",
|
39
|
+
"commit-and-tag-version": "^12.2.0",
|
39
40
|
"fast-glob": "^3.3.2",
|
40
41
|
"less": "^4.2.0",
|
41
42
|
"typescript": "^5.2.2",
|