hy-logic-flow 1.0.1 → 1.0.2
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 +7 -7
- package/lib/hy-logic-flow-mini.common.js +106 -95
- package/lib/hy-logic-flow-mini.css +1 -1
- package/lib/hy-logic-flow-mini.umd.js +20 -9
- package/lib/hy-logic-flow-mini.umd.min.js +1 -1
- package/lib/hy-logic-flow.common.js +20 -9
- package/lib/hy-logic-flow.css +1 -1
- package/lib/hy-logic-flow.umd.js +20 -9
- package/lib/hy-logic-flow.umd.min.323.js +1 -1
- package/lib/hy-logic-flow.umd.min.js +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "hy-logic-flow",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "基于vue、ant-design-vue、logic-flow的流程设计组件",
|
|
6
6
|
"author": "NRF",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"bootstrap": "yarn install",
|
|
12
12
|
"dev": "vue-cli-service serve",
|
|
13
13
|
"lib": "vue-cli-service build --target lib --name hy-logic-flow --dest dist/unzip/lib packages/index.js && npm run mini",
|
|
14
|
-
"lib:mini": "vue-cli-service build --
|
|
14
|
+
"lib:mini": "vue-cli-service build --target lib --name hy-logic-flow-mini --dest dist/zip/lib packages/index.js --mode mini",
|
|
15
15
|
"lint-fix": "eslint --fix --ext .js --ext .jsx --ext .vue packages/",
|
|
16
16
|
"lint:eslint": "eslint --cache --max-warnings 0 \"{src,mock}/**/*.{vue,ts,tsx}\" --fix",
|
|
17
17
|
"lint:lint-staged": "lint-staged",
|