Files
bun.sh/test/cli
Jarred Sumner b57f3bfec1 fix(install): resolve dist-tag dependencies to local workspace packages
When a workspace package has the same name as an npm package and a
dependency uses a dist-tag specifier (e.g. "latest" or ""), bun install
would incorrectly fetch from the npm registry instead of symlinking to
the local workspace. This extends the workspace resolution logic in both
the lockfile package resolver and the enqueue step to handle dist-tag
versions the same way as other version specifiers, preferring local
workspace packages when `link_workspace_packages` is enabled.
2026-01-29 08:35:11 +01:00
..