@eclipse-glsp/cli 2.8.0-next.17 → 2.8.0-next.19

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.
Files changed (2) hide show
  1. package/dist/cli.js +1 -1
  2. package/package.json +2 -2
package/dist/cli.js CHANGED
@@ -23251,7 +23251,7 @@ var child = __toESM(require("child_process"));
23251
23251
  var path6 = __toESM(require("path"));
23252
23252
 
23253
23253
  // package.json
23254
- var version = "2.8.0-next.17";
23254
+ var version = "2.8.0-next.19";
23255
23255
 
23256
23256
  // src/util/logger.ts
23257
23257
  var levels = {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/cli",
3
- "version": "2.8.0-next.17",
3
+ "version": "2.8.0-next.19",
4
4
  "description": "CLI Tooling & scripts for GLSP components",
5
5
  "homepage": "https://www.eclipse.org/glsp/",
6
6
  "bugs": "https://github.com/eclipse-glsp/glsp/issues",
@@ -35,7 +35,7 @@
35
35
  "open": "^11.0.0",
36
36
  "semver": "^7.7.2",
37
37
  "yaml": "^2.8.0",
38
- "@eclipse-glsp/config-test": "2.8.0-next.17"
38
+ "@eclipse-glsp/config-test": "2.8.0-next.19"
39
39
  },
40
40
  "publishConfig": {
41
41
  "access": "public"