@eclipse-glsp/graph 2.6.0-next.129 → 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.
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/graph",
3
- "version": "2.6.0-next.129+704fe1e",
3
+ "version": "2.6.0-next.2+d52fe81",
4
4
  "description": "The typescript implementation of the GLSP graphical model (GModel)",
5
5
  "keywords": [
6
6
  "eclipse",
@@ -44,12 +44,12 @@
44
44
  "generate:index": "glsp generateIndex src -f -s",
45
45
  "lint": "eslint --ext .ts,.tsx ./src",
46
46
  "test": "mocha --config ../../.mocharc \"./src/**/*.spec.?(ts|tsx)\"",
47
- "test:ci": "export JUNIT_REPORT_PATH=./report.xml && yarn test --reporter mocha-jenkins-reporter",
47
+ "test:ci": "yarn test --reporter mocha-ctrf-json-reporter",
48
48
  "test:coverage": "nyc yarn test",
49
49
  "watch": "tsc -w"
50
50
  },
51
51
  "dependencies": {
52
- "@eclipse-glsp/protocol": "2.5.0"
52
+ "@eclipse-glsp/protocol": "next"
53
53
  },
54
54
  "devDependencies": {
55
55
  "@types/uuid": "8.3.1"
@@ -57,5 +57,5 @@
57
57
  "publishConfig": {
58
58
  "access": "public"
59
59
  },
60
- "gitHead": "704fe1eea3a54b2b65b7e41a4cf9b329b2141236"
60
+ "gitHead": "d52fe815b19fedd8a842659e4fa322f030bca925"
61
61
  }