From 432300f05283901f329e1681c940256435c2680d Mon Sep 17 00:00:00 2001 From: Tony Date: Wed, 22 Sep 2021 09:51:49 +0200 Subject: [PATCH] fix: remove dependencies grpc #1425) --- lib/health-indicator/microservice/grpc.health.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/health-indicator/microservice/grpc.health.ts b/lib/health-indicator/microservice/grpc.health.ts index 6846c8629..03ef5ab05 100644 --- a/lib/health-indicator/microservice/grpc.health.ts +++ b/lib/health-indicator/microservice/grpc.health.ts @@ -110,7 +110,7 @@ export class GRPCHealthIndicator extends HealthIndicator { */ private checkDependantPackages() { this.nestJsMicroservices = checkPackages( - ['@nestjs/microservices', 'grpc', '@grpc/proto-loader'], + ['@nestjs/microservices', '@grpc/grpc-js', '@grpc/proto-loader'], this.constructor.name, )[0]; }