@eclipse-glsp-examples/workflow-server-bundled 2.3.0-next.109 → 2.3.0-next.110

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.3.0-next.109+70e8ce0",
3
+ "version": "2.3.0-next.110+cc51d17",
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": "70e8ce07cf45450c1e15bf960529925cb90b65c8"
52
+ "gitHead": "cc51d17af4ce31e52bcb17394b47ae044952f11f"
53
53
  }
@@ -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":
@@ -53329,12 +53363,9 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
53329
53363
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
53330
53364
  };
53331
53365
  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
53366
  __exportStar(__webpack_require__(/*! @eclipse-glsp/graph */ "../../packages/graph/lib/index.js"), exports);
53335
53367
  __exportStar(__webpack_require__(/*! @eclipse-glsp/protocol */ "../../node_modules/@eclipse-glsp/protocol/lib/index.js"), exports);
53336
53368
  __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
53369
 
53339
53370
 
53340
53371
  /***/ }),