@eclipse-glsp-examples/workflow-server-bundled 2.4.0-next.115 → 2.4.0-next.117

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.4.0-next.115+90fd758",
3
+ "version": "2.4.0-next.117+6064bdb",
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": "90fd7589ce82d2a5b7b0a57696baba5830a3ad26"
52
+ "gitHead": "6064bdbe4f9590c6ce92e98914154ddfd18abdcd"
53
53
  }
@@ -67146,6 +67146,9 @@ function applyRoute(route, index) {
67146
67146
  args[args_util_1.ArgsUtil.KEY_EDGE_SOURCE_POINT_Y] = source.y;
67147
67147
  args[args_util_1.ArgsUtil.KEY_EDGE_TARGET_POINT_X] = target.x;
67148
67148
  args[args_util_1.ArgsUtil.KEY_EDGE_TARGET_POINT_Y] = target.y;
67149
+ if (!edge.args) {
67150
+ edge.args = args;
67151
+ }
67149
67152
  return edge;
67150
67153
  }
67151
67154
  exports.applyRoute = applyRoute;