grpc-prometheus
Advanced tools
Comparing version 2.0.0 to 2.1.0
{ | ||
"name": "grpc-prometheus", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Interceptor for the server to collect statistics of calls through Prometheus", | ||
@@ -20,9 +20,8 @@ "engines": { | ||
"build:client": "grpc-gen-client --out ./tests/generated/client --include ./tests/protos/ greeter.proto", | ||
"build": "npm run build:server && npm run build:client", | ||
"test": "jest --verbose", | ||
"coverageCalculation": "jest --coverage" | ||
"build": "npm run build:server && npm run build:client" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/litichevskiydv/grpc-prometheus.git" | ||
"url": "git+https://github.com/litichevskiydv/grpc-bay.git", | ||
"directory": "packages/grpc-prometheus" | ||
}, | ||
@@ -36,5 +35,5 @@ "keywords": [ | ||
"bugs": { | ||
"url": "https://github.com/litichevskiydv/grpc-prometheus/issues" | ||
"url": "https://github.com/litichevskiydv/grpc-bay/issues" | ||
}, | ||
"homepage": "https://github.com/litichevskiydv/grpc-prometheus#readme", | ||
"homepage": "https://github.com/litichevskiydv/grpc-bay/tree/main/packages/grpc-prometheus#readme", | ||
"peerDependencies": { | ||
@@ -45,24 +44,13 @@ "@grpc/grpc-js": "^1.2.0", | ||
"devDependencies": { | ||
"@grpc/grpc-js": "^1.2.12", | ||
"@types/jest": "^26.0.22", | ||
"@grpc/grpc-js": "^1.6.7", | ||
"google-protobuf": "^3.15.6", | ||
"grpc-host-builder": "^5.3.3", | ||
"grpc-instrumentum": "^3.0.7", | ||
"grpc-pbf-loader": "^1.0.4", | ||
"jest": "^26.6.3", | ||
"jest-extended": "^0.11.5", | ||
"grpc-pbf-loader": "^1.0.5", | ||
"make-dir-cli": "^2.0.0", | ||
"processing-context": "^1.0.0", | ||
"prom-client": "^13.1.0", | ||
"protobufjs": "^6.10.2" | ||
"prom-client": "^14.0.1", | ||
"protobufjs": "^6.11.2" | ||
}, | ||
"jest": { | ||
"testEnvironment": "node", | ||
"setupFilesAfterEnv": [ | ||
"jest-extended" | ||
], | ||
"coveragePathIgnorePatterns": [ | ||
"/node_modules/", | ||
"/tests/generated/" | ||
] | ||
} | ||
"gitHead": "44d30c331a536c20c145a912b3580423ad22d3a3" | ||
} |
@@ -5,6 +5,2 @@ # grpc-prometheus | ||
[![npm downloads](https://img.shields.io/npm/dt/grpc-prometheus.svg)](https://www.npmjs.com/package/grpc-prometheus) | ||
[![dependencies](https://img.shields.io/david/litichevskiydv/grpc-prometheus.svg)](https://www.npmjs.com/package/grpc-prometheus) | ||
[![dev dependencies](https://img.shields.io/david/dev/litichevskiydv/grpc-prometheus.svg)](https://www.npmjs.com/package/grpc-prometheus) | ||
[![Build Status](https://github.com/litichevskiydv/grpc-prometheus/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/litichevskiydv/grpc-prometheus/actions/workflows/ci.yaml) | ||
[![Coverage Status](https://coveralls.io/repos/github/litichevskiydv/grpc-prometheus/badge.svg?branch=master)](https://coveralls.io/github/litichevskiydv/grpc-prometheus?branch=master) | ||
@@ -11,0 +7,0 @@ Interceptor for the server to collect statistics of calls through Prometheus |
Sorry, the diff of this file is not supported yet
9
9905
54