|
1 | 1 | { |
2 | 2 | "name": "grpc-gcp", |
3 | | - "version": "0.3.1", |
| 3 | + "version": "0.3.2", |
4 | 4 | "description": "Extension for supporting Google Cloud Platform specific features for gRPC.", |
5 | 5 | "main": "build/src/index.js", |
6 | 6 | "scripts": { |
|
13 | 13 | "fix": "gts fix", |
14 | 14 | "prepare": "npm run build", |
15 | 15 | "prettier": "prettier --write src/*.ts test/**/*.js", |
16 | | - "coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000" |
| 16 | + "coverage": "nyc ./node_modules/.bin/_mocha test/unit test/integration --reporter spec --timeout 600000", |
| 17 | + "test": "npm run unit-tests" |
17 | 18 | }, |
18 | 19 | "repository": { |
19 | 20 | "type": "git", |
|
36 | 37 | "node": ">=6" |
37 | 38 | }, |
38 | 39 | "dependencies": { |
39 | | - "@grpc/grpc-js": "^0.7.3" |
| 40 | + "@grpc/grpc-js": "~1.0.2" |
40 | 41 | }, |
41 | 42 | "devDependencies": { |
42 | | - "@grpc/proto-loader": "0.4.0", |
43 | | - "eslint": "5.15.3", |
44 | | - "eslint-config-prettier": "4.1.0", |
45 | | - "eslint-plugin-node": "8.0.0", |
46 | | - "eslint-plugin-prettier": "3.0.0", |
47 | | - "google-auth-library": "3.1.1", |
48 | | - "google-gax": "^1.15.1", |
49 | | - "google-protobuf": "3.7.0", |
| 43 | + "@grpc/proto-loader": "^0.5.4", |
| 44 | + "eslint": "^6.8.0", |
| 45 | + "eslint-config-prettier": "^6.11.0", |
| 46 | + "eslint-plugin-node": "^11.1.0", |
| 47 | + "eslint-plugin-prettier": "^3.1.3", |
| 48 | + "google-auth-library": "^6.0.0", |
| 49 | + "google-gax": "^2.3.0", |
| 50 | + "google-protobuf": "^3.11.4", |
50 | 51 | "grpc": "^1.24.2", |
51 | 52 | "grpc-tools": "^1.8.1", |
52 | | - "gts": "0.9.0", |
53 | | - "mocha": "6.0.2", |
54 | | - "nyc": "13.3.0", |
55 | | - "prettier": "1.16.4", |
56 | | - "typescript": "3.3.4000" |
| 53 | + "gts": "^0.9.0", |
| 54 | + "mocha": "^7.1.1", |
| 55 | + "nyc": "^15.0.1", |
| 56 | + "prettier": "^2.0.5", |
| 57 | + "typescript": "~3.8.3" |
57 | 58 | }, |
58 | 59 | "nyc": { |
59 | 60 | "exclude": [ |
|
0 commit comments