@eclipse-glsp/cli 2.2.0-next.c32aadb.160 → 2.3.0-next.164

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/lib/app.d.ts CHANGED
@@ -1,3 +1,2 @@
1
- #!/usr/bin/env node
2
1
  export declare const COMMAND_VERSION = "1.1.0-next";
3
2
  //# sourceMappingURL=app.d.ts.map
package/lib/app.d.ts.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";AAuBA,eAAO,MAAM,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"app.d.ts","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":"AAsBA,eAAO,MAAM,eAAe,eAAe,CAAC"}
package/lib/app.js CHANGED
@@ -1,9 +1,8 @@
1
- #!/usr/bin/env node
2
1
  "use strict";
3
2
  Object.defineProperty(exports, "__esModule", { value: true });
4
3
  exports.COMMAND_VERSION = void 0;
5
4
  /********************************************************************************
6
- * Copyright (c) 2022 EclipseSource and others.
5
+ * Copyright (c) 2022-2024 EclipseSource and others.
7
6
  *
8
7
  * This program and the accompanying materials are made available under the
9
8
  * terms of the Eclipse Public License v. 2.0 which is available at
package/lib/app.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;;AACA;;;;;;;;;;;;;;kFAckF;AAClF,0DAA6D;AAC7D,gEAAmE;AACnE,8DAA0D;AAC1D,wDAA4D;AAC5D,wDAA2D;AAC3D,sDAAkD;AAErC,QAAA,eAAe,GAAG,YAAY,CAAC;AAE5C,MAAM,GAAG,GAAG,IAAA,0BAAW,GAAE,CAAC,EAAE;KACvB,OAAO,CAAC,uBAAe,CAAC;KACxB,IAAI,CAAC,MAAM,CAAC;KACZ,UAAU,CAAC,uCAAqB,CAAC;KACjC,UAAU,CAAC,wBAAc,CAAC;KAC1B,UAAU,CAAC,iCAAkB,CAAC;KAC9B,UAAU,CAAC,+BAAiB,CAAC;KAC7B,UAAU,CAAC,8BAAa,CAAC,CAAC;AAE/B,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC"}
1
+ {"version":3,"file":"app.js","sourceRoot":"","sources":["../src/app.ts"],"names":[],"mappings":";;;AAAA;;;;;;;;;;;;;;kFAckF;AAClF,0DAA6D;AAC7D,gEAAmE;AACnE,8DAA0D;AAC1D,wDAA4D;AAC5D,wDAA2D;AAC3D,sDAAkD;AAErC,QAAA,eAAe,GAAG,YAAY,CAAC;AAE5C,MAAM,GAAG,GAAG,IAAA,0BAAW,GAAE,CAAC,EAAE;KACvB,OAAO,CAAC,uBAAe,CAAC;KACxB,IAAI,CAAC,MAAM,CAAC;KACZ,UAAU,CAAC,uCAAqB,CAAC;KACjC,UAAU,CAAC,wBAAc,CAAC;KAC1B,UAAU,CAAC,iCAAkB,CAAC;KAC9B,UAAU,CAAC,+BAAiB,CAAC;KAC7B,UAAU,CAAC,8BAAa,CAAC,CAAC;AAE/B,GAAG,CAAC,KAAK,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/cli",
3
- "version": "2.2.0-next.c32aadb.160+c32aadb",
3
+ "version": "2.3.0-next.164+36e4b3d",
4
4
  "description": "CLI Tooling & scripts for GLSP components",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -36,7 +36,6 @@
36
36
  "clean": "rimraf lib tsconfig.tsbuildinfo",
37
37
  "lint": "eslint --ext .ts,.tsx ./src",
38
38
  "lint:ci": "yarn lint -o eslint.xml -f checkstyle",
39
- "prepare": "yarn clean && yarn build ",
40
39
  "start": "node --enable-source-maps lib/app.js",
41
40
  "watch": "tsc -w"
42
41
  },
@@ -51,7 +50,7 @@
51
50
  "shelljs": "^0.8.5"
52
51
  },
53
52
  "devDependencies": {
54
- "@eclipse-glsp/config": "2.2.0-next.c32aadb.160+c32aadb",
53
+ "@eclipse-glsp/config": "2.3.0-next.164+36e4b3d",
55
54
  "@types/glob": "^8.1.0",
56
55
  "@types/node-fetch": "^2.6.6",
57
56
  "@types/readline-sync": "^1.4.5",
@@ -61,5 +60,5 @@
61
60
  "publishConfig": {
62
61
  "access": "public"
63
62
  },
64
- "gitHead": "c32aadb5195ea001f4351366276d885fb4e31e29"
63
+ "gitHead": "36e4b3dc808061dffe381947f842204f769ea21a"
65
64
  }
package/src/app.ts CHANGED
@@ -1,6 +1,5 @@
1
- #!/usr/bin/env node
2
1
  /********************************************************************************
3
- * Copyright (c) 2022 EclipseSource and others.
2
+ * Copyright (c) 2022-2024 EclipseSource and others.
4
3
  *
5
4
  * This program and the accompanying materials are made available under the
6
5
  * terms of the Eclipse Public License v. 2.0 which is available at