@vercel/node@5.9.0
📦 vercel-functionsView on GitHub →
✨ 3 features🔧 3 symbols
Summary
Introduced support for Node.js Routing Middleware entrypoints with flexible path matching options. Updated build utility dependencies.
Migration Steps
- The `proxy.matcher` configuration cannot be set in both the entrypoint source and `vercel.json`. Choose one method.
✨ New Features
- Support for Node.js Routing Middleware entrypoints via `proxy.entrypoint`.
- Optional path matching for Node.js Routing Middleware entrypoints through `proxy.matcher`.
- Configuration of `proxy.matcher` can be done in the entrypoint source or `vercel.json`.