@eclipse-glsp-examples/workflow-glsp 2.9.0-next.3 → 2.9.0-next.9
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 +4 -3
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ Separating this base configuration and the actual integration code means that it
|
|
|
6
6
|
|
|
7
7
|
## Building
|
|
8
8
|
|
|
9
|
-
This package is built with `pnpm` and is available from npm via [@eclipse-glsp-examples/workflow-glsp](https://www.npmjs.com/package/@eclipse-glsp-examples/
|
|
9
|
+
This package is built with `pnpm` and is available from npm via [@eclipse-glsp-examples/workflow-glsp](https://www.npmjs.com/package/@eclipse-glsp-examples/workflow-glsp)
|
|
10
10
|
|
|
11
11
|
## More information
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp-examples/workflow-glsp",
|
|
3
|
-
"version": "2.9.0-next.
|
|
3
|
+
"version": "2.9.0-next.9",
|
|
4
4
|
"description": "GLSP diagrams for the Workflow DSL",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"diagram",
|
|
@@ -23,7 +23,8 @@
|
|
|
23
23
|
],
|
|
24
24
|
"repository": {
|
|
25
25
|
"type": "git",
|
|
26
|
-
"url": "https://github.com/eclipse-glsp/glsp-core.git"
|
|
26
|
+
"url": "https://github.com/eclipse-glsp/glsp-core.git",
|
|
27
|
+
"directory": "examples/workflow-glsp"
|
|
27
28
|
},
|
|
28
29
|
"files": [
|
|
29
30
|
"lib",
|
|
@@ -36,7 +37,7 @@
|
|
|
36
37
|
"access": "public"
|
|
37
38
|
},
|
|
38
39
|
"dependencies": {
|
|
39
|
-
"@eclipse-glsp/client": "2.9.0-next.
|
|
40
|
+
"@eclipse-glsp/client": "2.9.0-next.9",
|
|
40
41
|
"balloon-css": "^0.5.0",
|
|
41
42
|
"snabbdom": "~3.5.1"
|
|
42
43
|
},
|