vercel@49.0.0
📦 vercel-functions
✨ 1 features🐛 3 fixes🔧 5 symbols
Summary
This release standardizes error handling for the `ls` command and introduces support for alternative configuration files across build, dev, and deploy commands. Several internal builder dependencies have also been updated.
Migration Steps
- If you rely on specific error messages from the `ls` command, review them as they have been standardized.
- If you use custom configuration files, ensure they are correctly referenced in build, dev, or deploy commands, as alternative config file paths are now supported.
✨ New Features
- Added support for alternative vercel config files in build, dev, and deploy commands.
🐛 Bug Fixes
- Standardized ls argument errors.
- Improved messaging for vc pull command.
- Prevented prompting for env pull when linking to a newly created project.
🔧 Affected Symbols
ls commandvc pull commandbuild commanddev commanddeploy command