@ebay/nice-dag-core
Advanced tools
Comparing version 1.0.33 to 1.0.34
@@ -182,3 +182,3 @@ import dagre from 'dagre'; | ||
resize: (size: Size) => void; | ||
addChildNode: (node: Node, point: Point) => Node; | ||
addChildNode: (node: Node, point: Point, joint?: boolean) => Node; | ||
destory: () => void; | ||
@@ -185,0 +185,0 @@ fireNodeChange: (e: ViewNodeChangeEvent) => void; |
@@ -22,3 +22,3 @@ import { NodeData, Node, Bounds, Point, Size, IViewModel, IViewNode, ViewNodeChangeListener, ViewNodeChangeEvent, EdgeConnectorType, IEdge } from "./types"; | ||
resize(size: Size): void; | ||
addChildNode(node: Node, point: Point): Node; | ||
addChildNode(node: Node, point: Point, joint?: boolean): Node; | ||
removeDependency(node: IViewNode): boolean; | ||
@@ -25,0 +25,0 @@ connect(node: IViewNode): void; |
{ | ||
"name": "@ebay/nice-dag-core", | ||
"version": "1.0.33", | ||
"version": "1.0.34", | ||
"license": "MIT", | ||
@@ -25,12 +25,2 @@ "type": "module", | ||
"private": false, | ||
"scripts": { | ||
"build": "rm -rf lib && pnpm build:esm && pnpm build:umd", | ||
"build:esm": "vite build", | ||
"build:umd": "vite build -c vite.config.umd.ts", | ||
"dev": "vite build -w", | ||
"codecov": "codecov", | ||
"gendoc": "typedoc", | ||
"test": "jest", | ||
"patch-release": "pnpm build & npm version patch & npm publish" | ||
}, | ||
"files": [ | ||
@@ -98,3 +88,13 @@ "/lib" | ||
"dnd" | ||
] | ||
} | ||
], | ||
"scripts": { | ||
"build": "rm -rf lib && pnpm build:esm && pnpm build:umd", | ||
"build:esm": "vite build", | ||
"build:umd": "vite build -c vite.config.umd.ts", | ||
"dev": "vite build -w", | ||
"codecov": "codecov", | ||
"gendoc": "typedoc", | ||
"test": "jest", | ||
"patch-release": "pnpm build & npm version patch & npm publish" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
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
557388
22
4512
3