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

P2: fix: downgrade isomorphic-unfetch to 4.0.0 #104

Merged

Conversation

pheuberger
Copy link
Contributor

Without this patch people were experiencing problems when bundling the SDK. See issue #95 #95

The problem is that isomorphic-unfetch 4.0.2 upgraded to unfetch 5.0.0 which currently has an issue with their module exports leading to an error when bundling the lib itself or any other lib that depends on unfetch.

See this PR for more information: developit/unfetch#164

Once this PR is merged we can go back to the latest isomorphic-unfetch version.

This PR addresses issue #95

Without this patch people were experiencing problems when bundling the
SDK. See issue ToucanProtocol#95 ToucanProtocol#95

The problem is that `isomorphic-unfetch` 4.0.2 upgraded to `unfetch`
5.0.0 which currently has an issue with their module exports leading to
an error when bundling the lib itself or any other lib that depends on
`unfetch`.

See this PR for more information: developit/unfetch#164

Once the PR above is merged we can go back to the latest `isomorphic-unfetch`
version.
@toucan-robot toucan-robot changed the title fix: downgrade isomorphic-unfetch to 4.0.0 P2: fix: downgrade isomorphic-unfetch to 4.0.0 Nov 30, 2023
@pheuberger pheuberger merged commit 40543d1 into ToucanProtocol:main Nov 30, 2023
1 check passed
@pheuberger pheuberger deleted the downgrade-isomorphic-unfetch branch November 30, 2023 14:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants