@eclipse-glsp-examples/workflow-glsp
Advanced tools
Comparing version 2.3.0-next.381 to 2.3.0-next.384
@@ -16,3 +16,3 @@ /******************************************************************************** | ||
********************************************************************************/ | ||
import { Action, AutoCompleteWidget, DOMHelper, EditorContextService, GLSPAbstractUIExtension, GLSPActionDispatcher, GModelRoot, ILogger, LabeledAction, Operation, ValidationStatus, ViewerOptions } from '@eclipse-glsp/client'; | ||
import { Action, AutoCompleteWidget, DOMHelper, EditorContextService, GLSPAbstractUIExtension, GModelRoot, IActionDispatcher, ILogger, LabeledAction, Operation, ValidationStatus, ViewerOptions } from '@eclipse-glsp/client'; | ||
import { TaskNode } from '../model'; | ||
@@ -55,3 +55,3 @@ /** | ||
}; | ||
protected actionDispatcher: GLSPActionDispatcher; | ||
protected actionDispatcher: IActionDispatcher; | ||
protected editorContextService: EditorContextService; | ||
@@ -58,0 +58,0 @@ protected viewerOptions: ViewerOptions; |
@@ -137,3 +137,3 @@ "use strict"; | ||
(0, inversify_1.inject)(client_1.TYPES.IActionDispatcher), | ||
__metadata("design:type", client_1.GLSPActionDispatcher) | ||
__metadata("design:type", Object) | ||
], TaskEditor.prototype, "actionDispatcher", void 0); | ||
@@ -140,0 +140,0 @@ __decorate([ |
{ | ||
"name": "@eclipse-glsp-examples/workflow-glsp", | ||
"version": "2.3.0-next.381+d472c7a", | ||
"version": "2.3.0-next.384+a172687", | ||
"description": "GLSP diagrams for the Workflow DSL", | ||
@@ -43,3 +43,3 @@ "keywords": [ | ||
"dependencies": { | ||
"@eclipse-glsp/client": "2.3.0-next.381+d472c7a", | ||
"@eclipse-glsp/client": "2.3.0-next.384+a172687", | ||
"balloon-css": "^0.5.0" | ||
@@ -53,3 +53,3 @@ }, | ||
}, | ||
"gitHead": "d472c7a8ca5e38a813c9053fe05e12f5dae0e4cd" | ||
"gitHead": "a172687427d52b5aeacc84e1f3f786d36118d31c" | ||
} |
@@ -22,4 +22,4 @@ /******************************************************************************** | ||
GLSPAbstractUIExtension, | ||
GLSPActionDispatcher, | ||
GModelRoot, | ||
IActionDispatcher, | ||
ILogger, | ||
@@ -99,3 +99,3 @@ LabeledAction, | ||
@inject(TYPES.IActionDispatcher) | ||
protected actionDispatcher: GLSPActionDispatcher; | ||
protected actionDispatcher: IActionDispatcher; | ||
@@ -102,0 +102,0 @@ @inject(EditorContextService) |
Sorry, the diff of this file is not supported yet
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 3 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 3 instances in 1 package
131451