Change8

@vercel/build-utils@13.6.0

📦 vercel-cliView on GitHub →
1 features🐛 2 fixes🔧 2 symbols

Summary

This release introduces Django entrypoint finding and fixes an uncaught exception related to large streams in build utilities. It also includes a necessary rename for 'fetch' imports originating from 'node-fetch'.

Migration Steps

  1. Rename imports of 'fetch' to 'nodeFetch' if they originate from 'node-fetch'.

✨ New Features

  • Added functionality to find entrypoints for django projects.

🐛 Bug Fixes

  • Fixed uncaught exception in streamToBuffer when stream exceeds max Buffer size in @vercel/build-utils.
  • Removed source and destination typo suggestions for routes schema.

Affected Symbols