@eclipse-glsp-examples/workflow-server-bundled 2.2.0-next.96 → 2.3.0-next.100

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.96+0fee91e",
3
+ "version": "2.3.0-next.100+459711c",
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": "0fee91e42f4c63e80839df9d3560dca3959f2e31"
52
+ "gitHead": "459711c17da0e804bc9113f22ce1262e0ff4af8a"
53
53
  }
@@ -2255,7 +2255,7 @@ var __decorate = (this && this.__decorate) || function (decorators, target, key,
2255
2255
  Object.defineProperty(exports, "__esModule", ({ value: true }));
2256
2256
  exports.WorkflowPopupFactory = void 0;
2257
2257
  /********************************************************************************
2258
- * Copyright (c) 2022-2024 STMicroelectronics and others.
2258
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
2259
2259
  *
2260
2260
  * This program and the accompanying materials are made available under the
2261
2261
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -5977,7 +5977,7 @@ exports.listen = listen;
5977
5977
  Object.defineProperty(exports, "__esModule", ({ value: true }));
5978
5978
  exports.GLSPWebWorkerProvider = void 0;
5979
5979
  /********************************************************************************
5980
- * Copyright (c) 2023 EclipseSource and others.
5980
+ * Copyright (c) 2023-2024 EclipseSource and others.
5981
5981
  *
5982
5982
  * This program and the accompanying materials are made available under the
5983
5983
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -6776,7 +6776,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
6776
6776
  Object.defineProperty(exports, "__esModule", ({ value: true }));
6777
6777
  exports.getSubType = exports.getBasicType = exports.findElement = exports.cloneModel = exports.applyBounds = exports.isZoomable = exports.isScrollable = void 0;
6778
6778
  /********************************************************************************
6779
- * Copyright (c) 2023 EclipseSource and others.
6779
+ * Copyright (c) 2023-2024 EclipseSource and others.
6780
6780
  *
6781
6781
  * This program and the accompanying materials are made available under the
6782
6782
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -7080,7 +7080,7 @@ geometry_1.Point.equals = (one, other, eps) => (0, math_util_1.equalUpTo)(one.x,
7080
7080
  "use strict";
7081
7081
 
7082
7082
  /********************************************************************************
7083
- * Copyright (c) 2019-2023 EclipseSource and others.
7083
+ * Copyright (c) 2019-2024 EclipseSource and others.
7084
7084
  *
7085
7085
  * This program and the accompanying materials are made available under the
7086
7086
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -7797,7 +7797,7 @@ exports.equalUpTo = equalUpTo;
7797
7797
  "use strict";
7798
7798
 
7799
7799
  /********************************************************************************
7800
- * Copyright (c) 2021-2023 EclipseSource and others.
7800
+ * Copyright (c) 2021-2024 EclipseSource and others.
7801
7801
  *
7802
7802
  * This program and the accompanying materials are made available under the
7803
7803
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -7812,7 +7812,7 @@ exports.equalUpTo = equalUpTo;
7812
7812
  * SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
7813
7813
  ********************************************************************************/
7814
7814
  Object.defineProperty(exports, "__esModule", ({ value: true }));
7815
- exports.hasArrayProp = exports.hasFunctionProp = exports.hasObjectProp = exports.hasNumberProp = exports.hasBooleanProp = exports.hasStringProp = exports.call = exports.toTypeGuard = exports.typeGuard = exports.AnyObject = void 0;
7815
+ exports.hasArrayProp = exports.hasFunctionProp = exports.hasObjectProp = exports.hasNumberProp = exports.hasBooleanProp = exports.hasStringProp = exports.call = exports.toTypeGuard = exports.typeGuardOr = exports.typeGuard = exports.AnyObject = void 0;
7816
7816
  var AnyObject;
7817
7817
  (function (AnyObject) {
7818
7818
  /**
@@ -7831,6 +7831,11 @@ function typeGuard(one, other) {
7831
7831
  return (element) => one(element) && other(element);
7832
7832
  }
7833
7833
  exports.typeGuard = typeGuard;
7834
+ /** Utility function to combine two type guards with an OR */
7835
+ function typeGuardOr(one, other) {
7836
+ return (element) => one(element) || other(element);
7837
+ }
7838
+ exports.typeGuardOr = typeGuardOr;
7834
7839
  /**
7835
7840
  * Utility function that create a typeguard function for a given class constructor.
7836
7841
  * Essentially this wraps an instance of check as typeguard function.
@@ -46857,7 +46862,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
46857
46862
  Object.defineProperty(exports, "__esModule", ({ value: true }));
46858
46863
  exports.respond = exports.DefaultActionDispatcher = exports.ActionDispatcher = void 0;
46859
46864
  /********************************************************************************
46860
- * Copyright (c) 2022-2024 STMicroelectronics and others.
46865
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
46861
46866
  *
46862
46867
  * This program and the accompanying materials are made available under the
46863
46868
  * terms of the Eclipse Public License v. 2.0 which is available at
@@ -49983,7 +49988,7 @@ var __metadata = (this && this.__metadata) || function (k, v) {
49983
49988
  Object.defineProperty(exports, "__esModule", ({ value: true }));
49984
49989
  exports.RequestModelActionHandler = void 0;
49985
49990
  /********************************************************************************
49986
- * Copyright (c) 2022-2024 STMicroelectronics and others.
49991
+ * Copyright (c) 2022-2023 STMicroelectronics and others.
49987
49992
  *
49988
49993
  * This program and the accompanying materials are made available under the
49989
49994
  * terms of the Eclipse Public License v. 2.0 which is available at