8.0.0 (2023-08-24)
- The files array can now be used to exclude non-root readme, license, licence, and copying files.
7.0.4 (2022-12-07)
e5256de
#149 skip missing optional deps when bundling, closes npm/cli#5924 (#149) (@nlf)
7.0.3 (2022-12-07)
7.0.2 (2022-10-26)
7.0.1 (2022-10-17)
7.0.0 (2022-10-04)
7.0.0-pre.1 (2022-10-03)
- if npm-shrinkwrap.json is included in your .npmignore, the shrinkwrap will now be excluded from your packlist.
7.0.0-pre.0 (2022-09-26)
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.
87c778e
make the required tree the first parameter (@lukekarrys)123875a
remove dependency on arborist, require tree to be passed in (@nlf)
6.0.1 (2022-09-23)
6.0.0 (2022-09-21)
- 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
c37371b
#88 change interactions betweenfiles
array and ignore files to be more consistent (#88) (@nlf)a2c96ef
#123 postinstall for dependabot template-oss PR (@lukekarrys)
5.1.3 (2022-08-25)
5.1.2 (2022-08-23)
5.1.1 (2022-05-31)
5.1.0 (2022-05-25)
5.0.4 (2022-05-19)
- do not pack workspaces by default (0f31f71)
- respect gitignore and npmignore files in workspace roots (839e6e8)
5.0.3 (2022-05-04)
5.0.2 (2022-04-21)
- normalize win32 paths before globbing (16f1343)
5.0.1 (2022-04-20)
5.0.0 (2022-04-06)
- this module no longer supports synchronous usage
4.0.0 (2022-03-03)
- This drops support for node10 and non-LTS versions of node12 and node14
-
@npmcli/[email protected] (0401893)