Why does this package depend on grpc?
murgatroid99 opened this issue · 1 comments
murgatroid99 commented
With grpc-tools
, the expected usage pattern is that the generated code will live in the user's package, which will directly depend on grpc
and google-protobuf
. The README of this package seems to say that it is just doing additional typescript code generation on top of what grpc-tools
generates. Is the expected usage pattern the same, or is there some reason I'm missing that this package depends on grpc
directly?
agreatfool commented
Yes, you are correct. I just check the codes, there is no need to add the grpc in the dependency. I just removed it. Latest version 2.5.1 released.
Thank you for the notification.