@eclipse-glsp/cli 2.7.0-next.0 → 2.7.0-next.6
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/dist/cli.js +1 -1
- package/package.json +3 -3
package/dist/cli.js
CHANGED
|
@@ -20615,7 +20615,7 @@ var child = __toESM(require("child_process"));
|
|
|
20615
20615
|
var path3 = __toESM(require("path"));
|
|
20616
20616
|
|
|
20617
20617
|
// package.json
|
|
20618
|
-
var version = "2.
|
|
20618
|
+
var version = "2.7.0-next";
|
|
20619
20619
|
|
|
20620
20620
|
// src/util/process-util.ts
|
|
20621
20621
|
var COMMAND_VERSION = version;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eclipse-glsp/cli",
|
|
3
|
-
"version": "2.7.0-next.
|
|
3
|
+
"version": "2.7.0-next.6+23794f3",
|
|
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",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"watch:tsc": "tsc --watch"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@eclipse-glsp/config": "2.7.0-next.
|
|
42
|
+
"@eclipse-glsp/config": "2.7.0-next.6+23794f3",
|
|
43
43
|
"@types/glob": "^8.1.0",
|
|
44
44
|
"@types/readline-sync": "^1.4.8",
|
|
45
45
|
"@types/semver": "^7.7.1",
|
|
@@ -53,5 +53,5 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"gitHead": "
|
|
56
|
+
"gitHead": "23794f3c970a75122c62de83db6dd594c575c9d8"
|
|
57
57
|
}
|