Skip to content
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

Merged
merged 2 commits into from
Jan 13, 2019

Conversation

jonny-improbable
Copy link
Contributor

@jonny-improbable jonny-improbable commented Jan 12, 2019

Part of #289; this PR aims to remove all references to the grpc-web-client package from the monorepo.

@@ -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);
Copy link
Contributor Author

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.

Copy link
Contributor Author

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,
Copy link
Contributor Author

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.

@jonny-improbable jonny-improbable force-pushed the feature/update-child-packages branch 3 times, most recently from ed7e1d8 to 7e31f74 Compare January 12, 2019 16:02
@jonny-improbable jonny-improbable force-pushed the feature/update-child-packages branch from 7e31f74 to 70fea5c Compare January 12, 2019 16:04
@jonny-improbable jonny-improbable merged commit 0b66909 into master Jan 13, 2019
@jonny-improbable jonny-improbable deleted the feature/update-child-packages branch January 13, 2019 08:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants