@eclipse-glsp-examples/workflow-server-bundled 2.2.0-next.81 → 2.2.0-next.83

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.2.0-next.81+d8400a0",
3
+ "version": "2.2.0-next.83+515bc97",
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": "d8400a09c7b9a2ecd5b0d5b57ca4726ce6622eb2"
52
+ "gitHead": "515bc975f07857a7526a33e507e34b9acc3c8283"
53
53
  }
@@ -60441,10 +60441,10 @@ let ModelSubmissionHandler = class ModelSubmissionHandler {
60441
60441
  * @returns A list of actions to be processed in order to submit the model.
60442
60442
  */
60443
60443
  async submitModelDirectly(reason) {
60444
- const root = this.serializeGModel();
60445
60444
  if (this.diagramConfiguration.layoutKind === diagram_configuration_1.ServerLayoutKind.AUTOMATIC && this.layoutEngine) {
60446
60445
  await this.layoutEngine.layout();
60447
60446
  }
60447
+ const root = this.serializeGModel();
60448
60448
  const result = [];
60449
60449
  result.push(this.requestModelAction
60450
60450
  ? this.createSetModeAction(root)