@ajuhos/react-flow-chart
Advanced tools
Comparing version 0.0.15 to 0.0.16
{ | ||
"name": "@ajuhos/react-flow-chart", | ||
"version": "0.0.15", | ||
"version": "0.0.16", | ||
"description": "A flexible, stateless flow chart library for react.", | ||
@@ -59,2 +59,3 @@ "main": "src/index.js", | ||
"build:storybook": "build-storybook -c config/storybook -o docs", | ||
"publish:npm": "yarn build && cd dist && yarn publish --access=public", | ||
"build": "tsc && cp package.json dist/ && cp README.md ./dist", | ||
@@ -61,0 +62,0 @@ "test": "yarn run lint", |
@@ -206,2 +206,3 @@ "use strict"; | ||
id: nodeId, | ||
doubleClick: true | ||
}; | ||
@@ -208,0 +209,0 @@ } |
@@ -19,2 +19,3 @@ import { IPosition, ISize } from './generics'; | ||
id?: string; | ||
doubleClick?: boolean; | ||
} | ||
@@ -21,0 +22,0 @@ export interface INode { |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
153163
1985
0