@eclipse-glsp/client 2.5.0 → 2.6.0-next.3

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 (1) hide show
  1. package/package.json +4 -4
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/client",
3
- "version": "2.5.0",
3
+ "version": "2.6.0-next.3+a9c9954",
4
4
  "description": "A sprotty-based client for GLSP",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -41,12 +41,12 @@
41
41
  "generate:index": "glsp generateIndex src -f -s",
42
42
  "lint": "eslint --ext .ts,.tsx ./src",
43
43
  "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"",
44
- "test:ci": "export JUNIT_REPORT_PATH=./report.xml && yarn test --reporter mocha-jenkins-reporter",
44
+ "test:ci": "yarn test --reporter mocha-ctrf-json-reporter",
45
45
  "test:coverage": "nyc yarn test",
46
46
  "watch": "tsc -w"
47
47
  },
48
48
  "dependencies": {
49
- "@eclipse-glsp/sprotty": "2.5.0",
49
+ "@eclipse-glsp/sprotty": "2.6.0-next.3+a9c9954",
50
50
  "autocompleter": "^9.1.2",
51
51
  "file-saver": "^2.0.5",
52
52
  "lodash": "4.17.21",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "a55613fbc3826bf341af6a069216fe0f91a131cd"
66
+ "gitHead": "a9c9954402a82ad58cd560d29672514213684918"
67
67
  }