npm-packlist
npm-packlist copied to clipboard
feat: add `bun.lockb` to ignorelist
BREAKING CHANGE: this adds bun.lockb to the strict ignorelist
The reason that didn't get implemented is likely due more to the fact that it was a breaking change that got lost in the npm@7 timeline than anything else.
A change like this would bubble up as a breaking change all the way up to npm itself, and would need to be coordinated with the next semver major of npm.
I added https://github.com/npm/npm-packlist/issues/48 to the v10 roadmap to see if this is something we want to finally do
Are people using bun with packages all that much? I thought it was for apps.
changing the scope of ignored files was moved out of scope of npm 10 so that it could land eventually in node 18's main branch (which it has now!). This will have to wait till npm 11.