-
Notifications
You must be signed in to change notification settings - Fork 10
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
Use node-fetch instead of request for default transport #40
Conversation
I still get notifications about this 😂 Anyway, looks like a lot of changes, including bumping the minimum version of Node to 18. Any reason you wouldn’t do a 4.0.0 release? This all looks too much to be a patch bump. The public API may not have changed but there may be unexpected dependencies on As you’re forcing v18 of NodeJS you could use the built in fetch API, but I can understand if you’re put off by the “experimental” tag. My understanding is it’s pretty stable to use and reduces your dependencies. Just my 2 pence. |
Description
Motivation and Context
Types of changes
Checklist: