@vercel/build-utils@13.14.1
📦 vercel-functionsView on GitHub →
✨ 1 features🐛 1 fixes🔧 1 symbols
Summary
This patch release restores the expected return value 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 original caller-facing contract.