@eclipse-glsp/sprotty
Advanced tools
Comparing version 2.3.0-next.388 to 2.3.0-next.389
@@ -63,2 +63,9 @@ /******************************************************************************** | ||
/** | ||
* Optional method to initialize the action dispatcher. | ||
* Implementation can use this as a hook to perform any initialization tasks, | ||
* like registering action handlers or setting up the initial diagram. | ||
* Called by the `DiagramLoader` when starting the loading process. | ||
*/ | ||
initialize?(): Promise<void>; | ||
/** | ||
* Dispatch an action by querying all handlers that are registered for its kind. | ||
@@ -65,0 +72,0 @@ * The returned promise is resolved when all handler results (commands or actions) |
{ | ||
"name": "@eclipse-glsp/sprotty", | ||
"version": "2.3.0-next.388+352e764", | ||
"version": "2.3.0-next.389+d14d1ee", | ||
"description": "Augmented reexport of the sprotty API for GLSP", | ||
@@ -36,3 +36,3 @@ "homepage": "https://www.eclipse.org/glsp/", | ||
"dependencies": { | ||
"@eclipse-glsp/protocol": "2.3.0-next.388+352e764", | ||
"@eclipse-glsp/protocol": "2.3.0-next.389+d14d1ee", | ||
"autocompleter": "^9.1.0", | ||
@@ -55,3 +55,3 @@ "snabbdom": "~3.5.1", | ||
}, | ||
"gitHead": "352e764f6e68ced5dee50f047af11cec5b95eaf6" | ||
"gitHead": "d14d1ee025af44a2e46eda8a9b9419cb2d58da93" | ||
} |
@@ -139,2 +139,9 @@ /******************************************************************************** | ||
/** | ||
* Optional method to initialize the action dispatcher. | ||
* Implementation can use this as a hook to perform any initialization tasks, | ||
* like registering action handlers or setting up the initial diagram. | ||
* Called by the `DiagramLoader` when starting the loading process. | ||
*/ | ||
initialize?(): Promise<void>; | ||
/** | ||
* Dispatch an action by querying all handlers that are registered for its kind. | ||
@@ -141,0 +148,0 @@ * The returned promise is resolved when all handler results (commands or actions) |
Sorry, the diff of this file is not supported yet
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
Manifest confusion
Supply chain riskThis package has inconsistent metadata. This could be malicious or caused by an error when publishing the package.
Found 1 instance in 1 package
Unidentified License
License(Experimental) Something that seems like a license was found, but its contents could not be matched with a known license.
Found 2 instances in 1 package
163936
1706