@logicflow/core
Advanced tools
Comparing version 0.7.5 to 0.7.6
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.7.6](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.5...@logicflow/core@0.7.6) (2021-11-11) | ||
### Bug Fixes | ||
* custom element id ([cff9c18](https://github.com/didi/LogicFlow/commit/cff9c180e12df91de8921aa083e0bbafe4afc641)) | ||
## [0.7.5](https://github.com/didi/LogicFlow/compare/@logicflow/core@0.7.4...@logicflow/core@0.7.5) (2021-11-08) | ||
@@ -8,0 +19,0 @@ |
{ | ||
"name": "@logicflow/core", | ||
"version": "0.7.5", | ||
"version": "0.7.6", | ||
"description": "LogicFlow core, to quickly build flowchart editor", | ||
"main": "dist/logic-flow.js", | ||
"license": "Apache-2.0", | ||
"homepage": "http://logic-flow.org/", | ||
"types": "types/index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/didi/LogicFlow", | ||
"directory": "packages/core" | ||
}, | ||
"scripts": { | ||
@@ -21,3 +27,4 @@ "dev": "cross-env NODE_ENV=development webpack-dev-server --client-log-level warning --config scripts/webpack.config.dev.js", | ||
"dist", | ||
"types" | ||
"types", | ||
"README.md" | ||
], | ||
@@ -29,2 +36,6 @@ "dependencies": { | ||
}, | ||
"keywords": [ | ||
"flowchart", | ||
"diagram" | ||
], | ||
"devDependencies": { | ||
@@ -86,3 +97,3 @@ "@babel/core": "^7.9.0", | ||
], | ||
"gitHead": "83064a19016f253224d839bcdf5dd0454236866b" | ||
"gitHead": "c19052d9d6004fe852d410a511ceea4db0d70c87" | ||
} |
@@ -62,3 +62,3 @@ import { ElementState, ModelType, ElementType } from '../../constant/constant'; | ||
initNodeData(data: any): void; | ||
createId(): string; | ||
createId(): any; | ||
formatText(data: any): void; | ||
@@ -65,0 +65,0 @@ setAttributes(): void; |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
643132
95
1
0
172
0