@vercel/go@3.4.3
📦 vercel-cliView on GitHub →
🐛 1 fixes🔧 2 symbols
Summary
This patch release addresses a naming conflict by renaming the 'fetch' import from 'node-fetch' to 'nodeFetch'.
Migration Steps
- If you were importing 'fetch' from 'node-fetch', update your imports to use 'nodeFetch' instead.
🐛 Bug Fixes
- Renamed fetch to nodeFetch when imported from node-fetch to resolve potential conflicts.