nodejs-lockfile-parser icon indicating copy to clipboard operation
nodejs-lockfile-parser copied to clipboard

fix: apply bundle only resolution to every pkg key

Open JamesPatrickGill opened this issue 1 year ago • 0 comments

Previously logic around parent permutations when scoping pkg keys in the package-lock file was restriced to packages that where bundled only. This was an incorrect assumption and this extends this logic to every pkg albeit using the project root as the base parent opposed to the bundle root.

JamesPatrickGill avatar Mar 30 '23 18:03 JamesPatrickGill