@eclipse-glsp-examples/workflow-server-bundled-web 2.7.0-next.10 → 2.7.0-next.11
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 +6 -0
- package/package.json +2 -2
- package/wf-glsp-server-webworker.js +81930 -35577
- package/wf-glsp-server-webworker.js.map +1 -1
package/README.md
CHANGED
|
@@ -14,6 +14,12 @@ See [our project website](https://www.eclipse.org/glsp/documentation/#workflowov
|
|
|
14
14
|
|
|
15
15
|
<https://user-images.githubusercontent.com/588090/154459938-849ca684-11b3-472c-8a59-98ea6cb0b4c1.mp4>
|
|
16
16
|
|
|
17
|
+
## MCP demo
|
|
18
|
+
|
|
19
|
+
A self-contained dev demo that drives this bundle through `@eclipse-glsp/server-mcp` lives in
|
|
20
|
+
its own private workspace at
|
|
21
|
+
[`examples/workflow-server-mcp-demo`](../workflow-server-mcp-demo). See its README for how to run.
|
|
22
|
+
|
|
17
23
|
## More information
|
|
18
24
|
|
|
19
25
|
For more information, please visit the [Eclipse GLSP Umbrella repository](https://github.com/eclipse-glsp/glsp) and the [Eclipse GLSP Website](https://www.eclipse.org/glsp/).
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp-examples/workflow-server-bundled-web",
|
|
3
|
-
"version": "2.7.0-next.
|
|
3
|
+
"version": "2.7.0-next.11+ea5b153",
|
|
4
4
|
"description": "GLSP web server for the workflow example (bundled)",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"eclipse",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"publishConfig": {
|
|
44
44
|
"access": "public"
|
|
45
45
|
},
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "ea5b15366a194a2cca2522f3b2011b03c9c85e6e"
|
|
47
47
|
}
|