@eclipse-glsp-examples/workflow-glsp 2.7.0-next.9 → 2.7.0

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/lib/model.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2024 EclipseSource and others.
2
+ * Copyright (c) 2020-2026 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
package/lib/model.js CHANGED
@@ -3,7 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.CategoryNode = exports.Icon = exports.ActivityNode = exports.SynchronizationNode = exports.BranchingNode = exports.ControlNode = exports.WeightedEdge = exports.TaskNode = void 0;
4
4
  exports.isTaskNode = isTaskNode;
5
5
  /********************************************************************************
6
- * Copyright (c) 2020-2024 EclipseSource and others.
6
+ * Copyright (c) 2020-2026 EclipseSource and others.
7
7
  *
8
8
  * This program and the accompanying materials are made available under the
9
9
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2025 EclipseSource and others.
2
+ * Copyright (c) 2019-2026 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -4,7 +4,7 @@ exports.workflowDiagramModule = void 0;
4
4
  exports.createWorkflowDiagramContainer = createWorkflowDiagramContainer;
5
5
  exports.initializeWorkflowDiagramContainer = initializeWorkflowDiagramContainer;
6
6
  /********************************************************************************
7
- * Copyright (c) 2019-2025 EclipseSource and others.
7
+ * Copyright (c) 2019-2026 EclipseSource and others.
8
8
  *
9
9
  * This program and the accompanying materials are made available under the
10
10
  * terms of the Eclipse Public License v. 2.0 which is available at
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp-examples/workflow-glsp",
3
- "version": "2.7.0-next.9+d829b44",
3
+ "version": "2.7.0",
4
4
  "description": "GLSP diagrams for the Workflow DSL",
5
5
  "keywords": [
6
6
  "glsp",
@@ -40,7 +40,7 @@
40
40
  "watch": "tsc -w"
41
41
  },
42
42
  "dependencies": {
43
- "@eclipse-glsp/client": "2.7.0-next.9+d829b44",
43
+ "@eclipse-glsp/client": "2.7.0",
44
44
  "balloon-css": "^0.5.0"
45
45
  },
46
46
  "devDependencies": {
@@ -49,5 +49,5 @@
49
49
  "publishConfig": {
50
50
  "access": "public"
51
51
  },
52
- "gitHead": "d829b44af3a0cd4b054da8da7215d6e51fdc85fd"
52
+ "gitHead": "edfadd9757cd4a7dcfbfaa7e7b8ffaa0fb8eefff"
53
53
  }
package/src/model.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2020-2024 EclipseSource and others.
2
+ * Copyright (c) 2020-2026 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -1,5 +1,5 @@
1
1
  /********************************************************************************
2
- * Copyright (c) 2019-2025 EclipseSource and others.
2
+ * Copyright (c) 2019-2026 EclipseSource and others.
3
3
  *
4
4
  * This program and the accompanying materials are made available under the
5
5
  * terms of the Eclipse Public License v. 2.0 which is available at