-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps)!: update proto-loader to 0.6.11 #1245
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We should make this a breaking change, so that we explicitly need to update client libraries to the new version of gax to pull in 0.6.11
of @grpc/proto-loader
.
Then we can perform a mass update that updates the gax version and also adds the long dependency.
#1253 should fix the issue. Close for now. |
gax generated code in
/protos
importlong
. With upgrade tolong v5
, it cause compiling error similar in grpc/grpc-node#2111.Thanks to @murgatroid99 fixed in grpc/grpc-node#2112.
Now library could compile with version 0.6.11