Releases: npm/npm-packlist
Releases · npm/npm-packlist
v7.0.0-pre.1
7.0.0-pre.1 (2022-10-03)
⚠️ BREAKING CHANGES
- if npm-shrinkwrap.json is included in your .npmignore, the shrinkwrap will now be excluded from your packlist.
Features
v7.0.0-pre.0
7.0.0-pre.0 (2022-09-26)
⚠️ BREAKING CHANGES
tree
is now the first parameter- the arborist tree must now be provided in the options and will not be generated for you. the npm-packlist bin has also been removed.
Features
87c778e
make the required tree the first parameter (@lukekarrys)123875a
remove dependency on arborist, require tree to be passed in (@nlf)
v6.0.1
v6.0.0
6.0.0 (2022-09-21)
⚠️ BREAKING CHANGES
- this module now follows a strict order of operations when applying ignore rules. if a
files
array is present in the package.json, then rules in.gitignore
and.npmignore
files from the root will be ignored. npm-packlist
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0