@eclipse-glsp-examples/workflow-server-bundled 2.1.0-next.73 → 2.1.0-next.75
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.1.0-next.
|
|
3
|
+
"version": "2.1.0-next.75+9f86a52",
|
|
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": "9f86a52adb3d5ae444f8aeeed842fc01b443bd4e"
|
|
53
53
|
}
|
package/wf-glsp-server-node.js
CHANGED
|
@@ -52918,7 +52918,7 @@ exports.processPort = exports.createSocketCliParser = exports.defaultSocketLaunc
|
|
|
52918
52918
|
********************************************************************************/
|
|
52919
52919
|
const cmd = __webpack_require__(/*! commander */ "../../packages/server/node_modules/commander/index.js");
|
|
52920
52920
|
const cli_parser_1 = __webpack_require__(/*! ./cli-parser */ "../../packages/server/lib/node/launch/cli-parser.js");
|
|
52921
|
-
exports.defaultSocketLaunchOptions = Object.assign(Object.assign({}, cli_parser_1.defaultLaunchOptions), { port: 0, host: '
|
|
52921
|
+
exports.defaultSocketLaunchOptions = Object.assign(Object.assign({}, cli_parser_1.defaultLaunchOptions), { port: 0, host: '127.0.0.1' });
|
|
52922
52922
|
function createSocketCliParser(defaultOptions = exports.defaultSocketLaunchOptions) {
|
|
52923
52923
|
const parser = (0, cli_parser_1.createCliParser)(defaultOptions);
|
|
52924
52924
|
parser.command
|