@eclipse-glsp-examples/workflow-server-bundled 2.1.0-next.78 → 2.1.0-next.79

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp-examples/workflow-server-bundled",
3
- "version": "2.1.0-next.78+6db8ac8",
3
+ "version": "2.1.0-next.79+4e6ca30",
4
4
  "description": "GLSP node server for the workflow example (bundled)",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "6db8ac875b2714c17b314db076ca8edfc92706e5"
52
+ "gitHead": "4e6ca3072260c0eb9319c4f338a632696bb203a8"
53
53
  }
@@ -50772,7 +50772,10 @@ let JsonCreateNodeOperationHandler = class JsonCreateNodeOperationHandler extend
50772
50772
  return this.elementTypeIds.map(elementTypeId => this.createTriggerNodeCreationAction(elementTypeId));
50773
50773
  }
50774
50774
  createTriggerNodeCreationAction(elementTypeId) {
50775
- return protocol_1.TriggerNodeCreationAction.create(elementTypeId, { ghostElement: this.createTriggerGhostElement(elementTypeId), args: this.createTriggerArgs(elementTypeId) });
50775
+ return protocol_1.TriggerNodeCreationAction.create(elementTypeId, {
50776
+ ghostElement: this.createTriggerGhostElement(elementTypeId),
50777
+ args: this.createTriggerArgs(elementTypeId)
50778
+ });
50776
50779
  }
50777
50780
  createTriggerGhostElement(elementTypeId) {
50778
50781
  return undefined;