@logicflow/core
Advanced tools
Comparing version 0.3.0 to 0.3.1
@@ -6,2 +6,14 @@ # Change Log | ||
## [0.3.1](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.0...@logicflow/core@0.3.1) (2021-04-19) | ||
### Bug Fixes | ||
* delete useless code ([8680810](https://github.com/towersxu/logicflow/commit/8680810fdb6600994bcf3b94e11061dad176bc51)) | ||
* format edge text value ([cc8aa22](https://github.com/towersxu/logicflow/commit/cc8aa224d158f547589a2e1f9e079d064df0b9e8)) | ||
# [0.3.0](https://github.com/towersxu/logicflow/compare/@logicflow/core@0.3.0-alpha.5...@logicflow/core@0.3.0) (2021-04-13) | ||
@@ -8,0 +20,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
@@ -10,7 +10,7 @@ "main": "dist/logic-flow.js", | ||
"dev": "cross-env NODE_ENV=development MOCK_TYPE=mock webpack-dev-server --client-log-level warning --config scripts/webpack.config.dev.js", | ||
"clean": "rm -rf dist lib esm cjs", | ||
"clean": "rimraf dist lib esm cjs", | ||
"build": "npm run build:umd", | ||
"build:umd": "cross-env NODE_ENV=production webpack --config scripts/webpack.config.build.js && cp -r src/style/ dist/style", | ||
"build-analyse": "cross-env analyse=true npm run build", | ||
"types": "tsc -d --declarationDir ./types --outDir temp; rimraf temp", | ||
"types": "tsc -d --declarationDir ./types --outDir temp && rimraf temp", | ||
"lint": "eslint . --ext .ts,.tsx", | ||
@@ -32,4 +32,2 @@ "publish-lib": "npm run types & npm run clean && npm run build && npm publish", | ||
"@babel/preset-typescript": "^7.9.0", | ||
"@commitlint/cli": "^8.3.5", | ||
"@commitlint/config-conventional": "^8.3.4", | ||
"@types/lodash-es": "^4.17.3", | ||
@@ -86,8 +84,3 @@ "@types/mousetrap": "^1.6.4", | ||
], | ||
"config": { | ||
"commitizen": { | ||
"path": "./node_modules/cz-conventional-changelog" | ||
} | ||
}, | ||
"gitHead": "755c5a739fbd7a467441aceb8f51709a67475f86" | ||
"gitHead": "349c87ded5a57f4a91b47e631ca2e1f4a433d5bf" | ||
} |
Sorry, the diff of this file is too big to display
551673
52