googleapis / gax-nodejs

Google API Extensions for Node.js
Apache License 2.0
113 stars 83 forks source link

Upgrade node-fetch to v3 when we migrate to dual-format (ESM & CJS) #1616

Open sofisl opened 1 month ago

sofisl commented 1 month ago

We'll want to upgrade node-fetch to v3 when we publish this module in dual-format. However, we'll want to think carefully about how to import the module in CJS, since we'll still have to support it as well. context: https://github.com/googleapis/gax-nodejs/issues/1568