@vercel/build-utils@13.14.1
📦 vercel-cliView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This patch restores the expected return contract for finalizeLambda() and improves Node.js API route handling by filtering non-entrypoint files.
✨ New Features
- Node.js API routes in the /api directory now filter out non-entrypoint files.
🐛 Bug Fixes
- Restored finalizeLambda() to return zipPath: null for the default in-memory path, maintaining the previous caller-facing contract while supporting custom ZIP strategies.