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

fix: upgrade cross-fetch to support cloudflare workers #58

Merged
merged 2 commits into from
Nov 21, 2023
Merged

Conversation

promer94
Copy link

In the previous version of cross-fetch will use XMLHttpRequest over native fetch, this will cause error when using dobbitjs in cloudflare workers.

upgrade to latest version of cross-fetch to solve this problem

@promer94 promer94 requested a review from web3max November 21, 2023 06:48
Copy link

what-the-diff bot commented Nov 21, 2023

PR Summary

  • Update to .gitignore
    An adjustment was made to the project's .gitignore file, a tool that determines which files or directories the project does not track. We've added pnpm-lock.yaml to it, which helps to ignore changes to this specific lock file that tracks exact versions of a project’s dependencies.

  • Version upgrade of cross-fetch
    We've updated the cross-fetch library to version 4.0.0. This library is used for data fetching, and its latest version includes improvements which could potentially lead to better efficiency and reliability in our project's data fetching operations.

@promer94 promer94 merged commit ed4fcc6 into main Nov 21, 2023
@promer94 promer94 deleted the upgrade-deps branch November 21, 2023 08:16
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