@eclipse-glsp-examples/workflow-server-bundled 2.3.0-next.109 → 2.3.0-next.111
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 +2 -2
- package/wf-glsp-server-node.js +37 -4
- package/wf-glsp-server-node.js.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp-examples/workflow-server-bundled",
|
|
3
|
-
"version": "2.3.0-next.
|
|
3
|
+
"version": "2.3.0-next.111+757447b",
|
|
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": "
|
|
52
|
+
"gitHead": "757447bdd53482459a3640eb9aa214bf967d3f83"
|
|
53
53
|
}
|
package/wf-glsp-server-node.js
CHANGED
|
@@ -6595,6 +6595,7 @@ __exportStar(__webpack_require__(/*! ./container-configuration */ "../../node_mo
|
|
|
6595
6595
|
__exportStar(__webpack_require__(/*! ./feature-module */ "../../node_modules/@eclipse-glsp/protocol/lib/di/feature-module.js"), exports);
|
|
6596
6596
|
__exportStar(__webpack_require__(/*! ./inversify-util */ "../../node_modules/@eclipse-glsp/protocol/lib/di/inversify-util.js"), exports);
|
|
6597
6597
|
__exportStar(__webpack_require__(/*! ./lazy-injector */ "../../node_modules/@eclipse-glsp/protocol/lib/di/lazy-injector.js"), exports);
|
|
6598
|
+
__exportStar(__webpack_require__(/*! ./re-decorate */ "../../node_modules/@eclipse-glsp/protocol/lib/di/re-decorate.js"), exports);
|
|
6598
6599
|
|
|
6599
6600
|
|
|
6600
6601
|
/***/ }),
|
|
@@ -6771,6 +6772,39 @@ function bindLazyInjector(context) {
|
|
|
6771
6772
|
exports.bindLazyInjector = bindLazyInjector;
|
|
6772
6773
|
|
|
6773
6774
|
|
|
6775
|
+
/***/ }),
|
|
6776
|
+
|
|
6777
|
+
/***/ "../../node_modules/@eclipse-glsp/protocol/lib/di/re-decorate.js":
|
|
6778
|
+
/*!***********************************************************************!*\
|
|
6779
|
+
!*** ../../node_modules/@eclipse-glsp/protocol/lib/di/re-decorate.js ***!
|
|
6780
|
+
\***********************************************************************/
|
|
6781
|
+
/***/ ((__unused_webpack_module, exports, __webpack_require__) => {
|
|
6782
|
+
|
|
6783
|
+
"use strict";
|
|
6784
|
+
|
|
6785
|
+
/********************************************************************************
|
|
6786
|
+
* Copyright (c) 2024 EclipseSource and others.
|
|
6787
|
+
*
|
|
6788
|
+
* This program and the accompanying materials are made available under the
|
|
6789
|
+
* terms of the Eclipse Public License v. 2.0 which is available at
|
|
6790
|
+
* http://www.eclipse.org/legal/epl-2.0.
|
|
6791
|
+
*
|
|
6792
|
+
* This Source Code may also be made available under the following Secondary
|
|
6793
|
+
* Licenses when the conditions for such availability set forth in the Eclipse
|
|
6794
|
+
* Public License v. 2.0 are satisfied: GNU General Public License, version 2
|
|
6795
|
+
* with the GNU Classpath Exception which is available at
|
|
6796
|
+
* https://www.gnu.org/software/classpath/license.html.
|
|
6797
|
+
*
|
|
6798
|
+
* SPDX-License-Identifier: EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0
|
|
6799
|
+
********************************************************************************/
|
|
6800
|
+
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
6801
|
+
const inversify_1 = __webpack_require__(/*! inversify */ "../../node_modules/inversify/es/inversify.js");
|
|
6802
|
+
const base_jsonrpc_glsp_client_1 = __webpack_require__(/*! ../client-server-protocol/jsonrpc/base-jsonrpc-glsp-client */ "../../node_modules/@eclipse-glsp/protocol/lib/client-server-protocol/jsonrpc/base-jsonrpc-glsp-client.js");
|
|
6803
|
+
// Decorate `JsonrpcClientProxy` as injectable for anyone who imports the di functionality, such as the client package,
|
|
6804
|
+
// the Theia integration package and the server package.
|
|
6805
|
+
(0, inversify_1.decorate)((0, inversify_1.injectable)(), base_jsonrpc_glsp_client_1.JsonrpcClientProxy);
|
|
6806
|
+
|
|
6807
|
+
|
|
6774
6808
|
/***/ }),
|
|
6775
6809
|
|
|
6776
6810
|
/***/ "../../node_modules/@eclipse-glsp/protocol/lib/index.js":
|
|
@@ -45071,6 +45105,7 @@ const protocol_1 = __webpack_require__(/*! @eclipse-glsp/protocol */ "../../node
|
|
|
45071
45105
|
const gbutton_1 = __webpack_require__(/*! ./gbutton */ "../../packages/graph/lib/gbutton.js");
|
|
45072
45106
|
const gcompartment_1 = __webpack_require__(/*! ./gcompartment */ "../../packages/graph/lib/gcompartment.js");
|
|
45073
45107
|
const gedge_1 = __webpack_require__(/*! ./gedge */ "../../packages/graph/lib/gedge.js");
|
|
45108
|
+
const gforeign_object_element_1 = __webpack_require__(/*! ./gforeign-object-element */ "../../packages/graph/lib/gforeign-object-element.js");
|
|
45074
45109
|
const ggraph_1 = __webpack_require__(/*! ./ggraph */ "../../packages/graph/lib/ggraph.js");
|
|
45075
45110
|
const ghtml_root_1 = __webpack_require__(/*! ./ghtml-root */ "../../packages/graph/lib/ghtml-root.js");
|
|
45076
45111
|
const gissue_marker_1 = __webpack_require__(/*! ./gissue-marker */ "../../packages/graph/lib/gissue-marker.js");
|
|
@@ -45094,7 +45129,8 @@ function getDefaultMapping() {
|
|
|
45094
45129
|
mapping.set(protocol_1.DefaultTypes.ISSUE_MARKER, gissue_marker_1.GIssueMarker);
|
|
45095
45130
|
mapping.set(protocol_1.DefaultTypes.HTML, ghtml_root_1.GHtmlRoot);
|
|
45096
45131
|
mapping.set(protocol_1.DefaultTypes.PRE_RENDERED, gpre_rendered_element_1.GPreRenderedElement);
|
|
45097
|
-
mapping.set(protocol_1.DefaultTypes.
|
|
45132
|
+
mapping.set(protocol_1.DefaultTypes.SHAPE_PRE_RENDERED, gshaped_prerendered_element_1.GShapedPreRenderedElement);
|
|
45133
|
+
mapping.set(protocol_1.DefaultTypes.FOREIGN_OBJECT, gforeign_object_element_1.GForeignObjectElement);
|
|
45098
45134
|
return mapping;
|
|
45099
45135
|
}
|
|
45100
45136
|
exports.getDefaultMapping = getDefaultMapping;
|
|
@@ -53329,12 +53365,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
53329
53365
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
53330
53366
|
};
|
|
53331
53367
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
53332
|
-
const protocol_1 = __webpack_require__(/*! @eclipse-glsp/protocol */ "../../node_modules/@eclipse-glsp/protocol/lib/index.js");
|
|
53333
|
-
const inversify_1 = __webpack_require__(/*! inversify */ "../../node_modules/inversify/es/inversify.js");
|
|
53334
53368
|
__exportStar(__webpack_require__(/*! @eclipse-glsp/graph */ "../../packages/graph/lib/index.js"), exports);
|
|
53335
53369
|
__exportStar(__webpack_require__(/*! @eclipse-glsp/protocol */ "../../node_modules/@eclipse-glsp/protocol/lib/index.js"), exports);
|
|
53336
53370
|
__exportStar(__webpack_require__(/*! @eclipse-glsp/protocol/lib/di */ "../../node_modules/@eclipse-glsp/protocol/lib/di/index.js"), exports);
|
|
53337
|
-
(0, inversify_1.decorate)((0, inversify_1.injectable)(), protocol_1.JsonrpcClientProxy);
|
|
53338
53371
|
|
|
53339
53372
|
|
|
53340
53373
|
/***/ }),
|