@eclipse-glsp-examples/workflow-server-bundled 2.1.1 → 2.2.0-next.104
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/README.md +1 -1
- package/package.json +3 -3
- package/wf-glsp-server-node.js +28057 -38524
- package/wf-glsp-server-node.js.map +1 -1
package/README.md
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
# Eclipse GLSP - Workflow Example Server (bundled)
|
|
2
2
|
|
|
3
3
|
Provides a bundled version of the Workflow example server for node. This example server is used as dev example in GLSP projects.
|
|
4
|
-
Note that this package provides the bundled file. If you are looking for the unbundled source code with type
|
|
4
|
+
Note that this package provides the bundled file. If you are looking for the unbundled source code with type definitions check out
|
|
5
5
|
[`@eclipse-glsp-examples/workflow-server`](https://www.npmjs.com/package/@eclipse-glsp-examples/workflow-server).
|
|
6
6
|
|
|
7
7
|
## Workflow Diagram Example
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp-examples/workflow-server-bundled",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.2.0-next.104+951ddf1",
|
|
4
4
|
"description": "GLSP node server for the workflow example (bundled)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eclipse",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"wf-glsp-server-node.js.map"
|
|
42
42
|
],
|
|
43
43
|
"scripts": {
|
|
44
|
-
"clean": "rimraf wf-glsp-server-node.js wf-glsp-server-node.js.map",
|
|
44
|
+
"clean": "rimraf wf-glsp-server-node.js wf-glsp-server-node.js.map wf-glsp-server-webworker.js wf-glsp-server-webworker.js.map",
|
|
45
45
|
"start": "node --enable-source-maps ./wf-glsp-server-node.js --port 5007",
|
|
46
46
|
"start:websocket": "node --enable-source-maps ./wf-glsp-server-node.js -w --port 8081",
|
|
47
47
|
"watch": "tsc -w"
|
|
@@ -49,5 +49,5 @@
|
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
51
51
|
},
|
|
52
|
-
"gitHead": "
|
|
52
|
+
"gitHead": "951ddf1a7e5371adcd313c0fcf10331d5afc8d3f"
|
|
53
53
|
}
|