Vercel Skills v1.4.8: Faster Snapshots & Lighter Dependencies
Vercel Skills v1.4.8 speeds up snapshot downloads and removes gray-matter dependency for leaner front-matter parsing.
TL;DR
- Download snapshots directly instead of cloning full git repos
- Removed gray-matter dependency for simpler front-matter parsing
New
- Direct snapshot downloads — Skip the full git clone and pull snapshots directly, reducing setup time and bandwidth.
Changed
- Front-matter parsing — Replaced gray-matter with simpler in-house parsing, cutting a dependency and reducing bundle size.
Update with: npm install @vercel/skills@1.4.8
Source: Vercel