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 @bufbuild/connect* packages #908

Merged
merged 3 commits into from
Aug 21, 2023
Merged

Update @bufbuild/connect* packages #908

merged 3 commits into from
Aug 21, 2023

Conversation

timostamm
Copy link
Member

Ran ./manage.mjs forceupdateknown to do so.

Ran `./manage.mjs forceupdateknown` to do so.
transport
.stream<I, O>(
service,
method,
options?.signal,
options?.timeoutMs,
options?.headers,
createAsyncIterable([inputMessage])
createAsyncIterable([input])
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -106,7 +105,7 @@ export function createXHRGrpcWebTransport(
mode: "cors",
},
header: requestHeader(useBinaryFormat, timeoutMs, header),
message: normalize(message),
message,
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

timostamm and others added 2 commits August 21, 2023 18:08
It was missing in manage.mjs. Added it there and ran the commands `./manage.mjs forceupdateknown buf-nextjs` and `./manage.mjs test buf-nextjs` to update and verify.
Copy link
Member Author

@timostamm timostamm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@timostamm timostamm merged commit d38d145 into main Aug 21, 2023
@timostamm timostamm deleted the tstamm/update-deps branch August 21, 2023 16:47
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