mirror of
https://github.com/pnpm/pnpm.git
synced 2026-03-27 19:41:44 -04:00
When lockfile-include-tarball-url is explicitly set to false, tarball URLs are now always excluded from the lockfile. Previously, packages hosted under non-standard tarball URLs would still have their tarball field written to the lockfile even when the setting was false, causing flaky and inconsistent behavior across environments. The fix makes the option tri-state internally: - true: always include tarball URLs - false: never include tarball URLs - undefined (not set): use the existing heuristic that includes tarball URLs only for packages with non-standard registry URLs close #6667
@pnpm/resolve-dependencies
Resolves dependency graph of a package
Install
pnpm install @pnpm/resolve-dependencies
API
resolveDependencies(...args)
License
MIT