Patch Changes
- Resolve FEaaS/BYOC stylesheet links against the configured Edge URL (framework-wide). App Router only: drop
precedence="high"so styles apply instead of preload. (16e405f) - Fix pnpm omitting Sitecore packages from
metadata.json. List withpnpm list --parseable --longand parse bun and pnpm output with the same regex. (8f96240) - Detect the active package manager from
npm_config_user_agent(falling back tonpm_execpath) and use that manager's listing command when collecting Sitecore package metadata, so metadata generation follows the package manager that is running the build. (9b45c28)