@eclipse-glsp/config 1.0.0 → 1.1.0-next.4c65907.114

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/README.md +1 -1
  2. package/package.json +8 -8
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # Eclipse GLSP - Shared configuration [![build-status](https://img.shields.io/jenkins/build?jobUrl=https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp/job/master)](https://ci.eclipse.org/glsp/job/eclipse-glsp/job/glsp-client/job/master) [![build-status-server](https://img.shields.io/jenkins/build?jobUrl=https://ci.eclipse.org/glsp/job/deploy-npm-glsp-config/&label=publish)](https://ci.eclipse.org/glsp/job/deploy-npm-glsp-config/)
1
+ # Eclipse GLSP - Shared configuration
2
2
 
3
3
  Common shared configuration for Eclipse GLSP components that are implemented with Typescript.
4
4
  Provides a meta package that export common configuration objects for:
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eclipse-glsp/config",
3
- "version": "1.0.0",
3
+ "version": "1.1.0-next.4c65907.114+4c65907",
4
4
  "description": "Wrapper package that provides Typescript, ESLint, Mocha and prettier configurations for GLSP projects",
5
5
  "license": "(EPL-2.0 OR GPL-2.0 WITH Classpath-exception-2.0)",
6
6
  "keywords": [
@@ -27,16 +27,16 @@
27
27
  "access": "public"
28
28
  },
29
29
  "dependencies": {
30
- "@eclipse-glsp/eslint-config": "^1.0.0",
31
- "@eclipse-glsp/mocha-config": "^1.0.0",
32
- "@eclipse-glsp/prettier-config": "^1.0.0",
33
- "@eclipse-glsp/ts-config": "^1.0.0",
34
- "prettier": "^2.4.1"
30
+ "@eclipse-glsp/eslint-config": "1.1.0-next.4c65907.114+4c65907",
31
+ "@eclipse-glsp/mocha-config": "1.1.0-next.4c65907.114+4c65907",
32
+ "@eclipse-glsp/prettier-config": "1.1.0-next.4c65907.114+4c65907",
33
+ "@eclipse-glsp/ts-config": "1.1.0-next.4c65907.114+4c65907",
34
+ "prettier": "^2.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@types/node": ">=12.x",
37
+ "@types/node": ">=14.x",
38
38
  "reflect-metadata": ">=0.1.13",
39
39
  "typescript": ">=4.5.5"
40
40
  },
41
- "gitHead": "fe535dbf865fafa4fa024d5874d76a115d6bb069"
41
+ "gitHead": "4c6590739921232e7f8b1d99a85a940debb13e0b"
42
42
  }