-
Notifications
You must be signed in to change notification settings - Fork 149
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
fix: Update with generated code from protobufjs version 7.0.0 #1767
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.
I'm withdrawing my approval because we don't want stuff from the googleapis preview branch going into the main branch of this repo.
To give you some context, the initial idea of |
@@ -38,7 +38,7 @@ PBTS="$(npm bin)/pbts" | |||
pushd "$WORK_DIR" | |||
|
|||
# Clone necessary git repos. | |||
git clone --depth 1 https://github.com/googleapis/googleapis.git | |||
git clone -b preview --depth 1 https://github.com/googleapis/googleapis.git |
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.
Why -b preview
?
In #1765 I updated protos with the latest updates from googleapis. I'm assuming this PR could be closed now. |
This is the result of running update.sh script .... I am very confused as to purpose of this script, since it appears to overlap googleapis-gen.