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: update node-fetch to 3.x #156

Merged
merged 1 commit into from
Dec 31, 2022

Commits on Feb 3, 2022

  1. fix: update node-fetch to 3.x

    node-fetch is now ESM module only, thus this will be a breaking change
    and will requires at least Node.js 12.20.0.
    
    As suggested[1] by `node-fetch`, async import() function is used to load
    `node-fetch` asynchronously.
    
    BREAKING CHANGE: requires at least node 12.20.0
    
    [1]: https://github.com/node-fetch/node-fetch#commonjs
    RishikeshDarandale committed Feb 3, 2022
    Configuration menu
    Copy the full SHA
    385868d View commit details
    Browse the repository at this point in the history