v6.2.0
The URL layer stops being a copy. This server used to carry byte-identical
vendored mirrors of the fleet's origin resolver and path builders, kept honest
by a drift guard; it now depends on the published package instead.
Changed
- Depends on
@extension.dev/urlsinstead of vendoring it. The mirrors at
lib/urls-origins.tsandlib/urls-paths.tsare gone, andregistry.ts,
login-flow.ts, andcreate.tsimport the package directly. It is bundled
intodist, so the install footprint is unchanged: no new runtime
dependency, same standalone server. preview.extension.devresolves like every other fleet origin.preview
is now a first-class origin in the shared resolver, soEXTENSION_DEV_PREVIEW_URL
is honored and an unset preview host follows the same local-vs-prod signal as
console, inspect, and registry rather than defaulting to production.