Vercel Runtime Cache Boosts npmx API
Intelligence Topics
Performance Optimization
Implemented Vercel runtime caching for API routes. This persistent caching layer ensures that data remains available across new deployments, reducing cold-start latency and improving overall response times.
CLI Rendering Fixes
Corrected a spacing regression in the Deno command templates. The fix involves relocating a non-breakable space to the non-Deno execution branch to ensure consistent shell command formatting.