vercel@54.11.0
📦 vercel-cliView on GitHub →
✨ 1 features🐛 2 fixes🔧 2 symbols
Summary
This release addresses critical stability issues in the native CLI binaries, particularly on darwin-arm64, and improves the robustness of the `vercel upgrade` command.
✨ New Features
- Project manifest now includes framework information for non-service builds.
🐛 Bug Fixes
- Resolved SIGSEGV crash on darwin-arm64 native CLI binaries by adjusting the stripping process to preserve necessary exported symbols for native addons.
- Fixed `vercel upgrade` crashing with ENOENT errors related to realpath in the native binary by improving package manager detection and suggesting correct global upgrade commands when the postinstall script fails.