Comparing version 2.0.0 to 2.0.1
{ | ||
"name": "nice-grpc", | ||
"version": "2.0.0", | ||
"version": "2.0.1", | ||
"description": "A Node.js gRPC library that is nice to you", | ||
@@ -50,7 +50,7 @@ "keywords": [ | ||
"dependencies": { | ||
"@grpc/grpc-js": "^1.6.1", | ||
"@grpc/grpc-js": "^1.7.3", | ||
"abort-controller-x": "^0.4.0", | ||
"nice-grpc-common": "^2.0.0" | ||
}, | ||
"gitHead": "0174f605350065a6d9f89df38c6694ba75b891ac" | ||
"gitHead": "b0afa3e8c3c1c471f9b1307b122cc434da2c2151" | ||
} |
@@ -130,5 +130,5 @@ import {Channel, makeClientConstructor} from '@grpc/grpc-js'; | ||
return client as Client<Service>; | ||
return client as Client<Service, CallOptionsExt>; | ||
}, | ||
}; | ||
} |
Sorry, the diff of this file is not supported yet
189030
Updated@grpc/grpc-js@^1.7.3