@eclipse-glsp-examples/workflow-server-bundled 2.2.0-next.86 → 2.2.0-next.87

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 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 definitons check out
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.2.0-next.86+9634f64",
3
+ "version": "2.2.0-next.87+38f8bb5",
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": "9634f641d5a3b3d9a27eb4d7d3083c80e39a7d89"
52
+ "gitHead": "38f8bb55b415cb1c9e88bd193a6cbe8a78b8355a"
53
53
  }