-
Notifications
You must be signed in to change notification settings - Fork 45
Migrate SDK to connect-es #368
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
Conversation
:license_links: https://www.npmjs.com/package/@improbable-eng/grpc-web-fake-transport | ||
:versions: [] | ||
:when: 2023-05-01 18:11:37.804857463 Z | ||
- - :approve |
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.
Need approval for this addition. It is apache 2 and bsd-3
@@ -31,7 +31,7 @@ test-watch: $(node_modules) build-buf | |||
lint: $(node_modules) build-buf | |||
npm run lint | |||
npm run typecheck | |||
npm run check | |||
npm run check -- --ignore=@bufbuild/protobuf |
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.
the new major version (2) is incompatible with other packages used by connect-es
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.
Not going through every line of code but did some tests and it all works so 👍
I need to check some integrations with app but this ready to review.
Major Changes
Minor Fixes
This PR is unfortunately huge but everything works and is tested across every example. Happy to go over anything in person though or if there's a better way to split it up, just holler. But... it's more deletions than additions and everything should be easier to read.