diagram-js
Advanced tools
Comparing version 12.8.1 to 13.0.0
@@ -61,3 +61,7 @@ /** | ||
*/ | ||
get: <T>(name: string, strict?: boolean) => T; | ||
get: { | ||
<T>(name: string): T; | ||
<T_1>(name: string, strict: true): T_1; | ||
<T_2>(name: string, strict: boolean): T_2; | ||
}; | ||
@@ -74,3 +78,6 @@ /** | ||
*/ | ||
invoke: <T_1>(func: (...args: any[]) => T_1, context?: unknown, locals?: import("didi").LocalsMap) => T_1; | ||
invoke: { | ||
<T_3>(func: import("didi").FactoryFunction<T_3>, context?: unknown, locals?: import("didi").LocalsMap): T_3; | ||
<T_4>(func: import("didi").ArrayFunc<T_4>, context?: unknown, locals?: import("didi").LocalsMap): T_4; | ||
}; | ||
@@ -77,0 +84,0 @@ /** |
{ | ||
"name": "diagram-js", | ||
"version": "12.8.1", | ||
"version": "13.0.0", | ||
"description": "A toolbox for displaying and modifying diagrams on the web", | ||
@@ -84,3 +84,3 @@ "main": "lib/Diagram.js", | ||
"clsx": "^2.0.0", | ||
"didi": "^9.0.2", | ||
"didi": "^10.0.1", | ||
"hammerjs": "^2.0.1", | ||
@@ -87,0 +87,0 @@ "inherits-browser": "^0.1.0", |
@@ -23,3 +23,3 @@ # diagram-js | ||
* [Node Sequencer](https://github.com/philippfromme/node-sequencer) - A Node-Based Sequencer for the Web ([Demo](https://philippfromme.github.io/node-sequencer-demo/)) | ||
* [Object Diagram Modeler](https://github.com/timKraeuter/object-diagram-modeler) - An object diagram viewer and editor ([Demo](https://timkraeuter.com/object-diagram-modeler/)) | ||
* [object-diagram-js](https://github.com/timKraeuter/object-diagram-js) - An object diagram viewer and editor ([Demo](https://timkraeuter.com/object-diagram-js/)) | ||
* [postit-js](https://github.com/pinussilvestrus/postit-js) - Create Post-it boards on a canvas editor ([Demo](https://postit-js-demo.netlify.app/)) | ||
@@ -26,0 +26,0 @@ |
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
958199
33521
+ Addeddidi@10.2.2(transitive)
- Removeddidi@9.0.2(transitive)
Updateddidi@^10.0.1