@astrojs/vercel@7.4.0
版本发布时间: 2024-03-20 23:17:49
withastro/astro最新发布版本:astro@4.16.16(2024-11-27 22:22:39)
Minor Changes
-
#10476
cfbaa8a767b8794c2dcd8e164672195378be396a
Thanks @lilnasy! - The special-case handling ofsrc/vercel-edge-middleware.js
file is now deprecated. This file allowed you to access the edge runtime'sRequestContext
object, and create the middlewarelocals
from its fields. However, this object includes only one field - thewaitUntil()
function - which is now available directly asctx.locals.vercel.edge.waitUntil()
.