-
Notifications
You must be signed in to change notification settings - Fork 437
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
Update all child packages to reference @improbable-eng/grpc-web #297
Conversation
@@ -251,7 +251,7 @@ proto.improbable.grpcweb.test.PingRequest.prototype.getValue = function() { | |||
|
|||
/** @param {string} value */ | |||
proto.improbable.grpcweb.test.PingRequest.prototype.setValue = function(value) { | |||
jspb.Message.setField(this, 1, value); | |||
jspb.Message.setProto3StringField(this, 1, value); |
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.
Hmm no sure why these changes have crept in, let me check my local env.
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.
Aha, I'm rocking libprotoc 3.6.1 locally whereas our config uses 2.5.0
@@ -1,5 +1,6 @@ | |||
{ | |||
"name": "grpc-web-ci", | |||
"private": true, |
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.
Unrelated, but the root package should never be published as it just contains metadata for the monorepo.
ed7e1d8
to
7e31f74
Compare
7e31f74
to
70fea5c
Compare
Part of #289; this PR aims to remove all references to the
grpc-web-client
package from the monorepo.