From 0df916d57d3db4a0611b55e229fa399a35adfb7b Mon Sep 17 00:00:00 2001 From: Pitos Date: Mon, 26 Feb 2024 11:53:19 +0100 Subject: [PATCH] Fix issue with channelcredentials type --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4079622..f41f9d1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "grpc-js-reflection-client", - "version": "1.2.13", + "version": "1.2.14", "description": "Package use Grpc reflection api to download gprc proto descriptor. Now you don't have to add proto file to each package. Simple direct download proto package from example microservice without any files.", "author": "gawsoft.com", "main": "dist/index.js",