@eclipse-glsp-examples/workflow-server-bundled 2.6.0-next.1 → 2.6.0-next.2

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.6.0-next.1+9d94ba7",
3
+ "version": "2.6.0-next.2+d52fe81",
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": "9d94ba715de9f94a72bf1820f8b7dd847fe218d6"
52
+ "gitHead": "d52fe815b19fedd8a842659e4fa322f030bca925"
53
53
  }
@@ -62723,7 +62723,7 @@ Object.defineProperty(exports, "__esModule", ({ value: true }));
62723
62723
  exports.ContextMenuItemProvider = void 0;
62724
62724
  const inversify_1 = __webpack_require__(/*! inversify */ "../../node_modules/inversify/lib/cjs/index.js");
62725
62725
  /**
62726
- * A {@link ContextActionsProvider} for {@link ServerMenuItem}s.
62726
+ * A {@link ContextActionsProvider} for {@link MenuItem}s.
62727
62727
  */
62728
62728
  let ContextMenuItemProvider = class ContextMenuItemProvider {
62729
62729
  /**