9.0.0 (2024-09-25)
npm-packlist
now supports node^18.17.0 || >=20.5.0
46ed801
#245 bump @npmcli/eslint-config from 4.0.5 to 5.0.0 (#245) (@dependabot[bot])625ddca
#240 bump @npmcli/arborist from 6.5.1 to 7.5.4 (#240) (@dependabot[bot])e2eb28d
#247 run template-oss-apply (@hashtagchris)3c27bb3
#230 bump @npmcli/template-oss to 4.22.0 (@lukekarrys)fa9e80d
#242 bump @npmcli/template-oss from 4.22.0 to 4.23.3 (#242) (@dependabot[bot])cb4a823
#230 postinstall for dependabot template-oss PR (@lukekarrys)
8.0.2 (2024-01-03)
728d68a
#214 handling of directory glob (#214) (@mohd-akram)837af58
#210 avoid modifying singleton variable (#210) (@mohd-akram)
8.0.1 (2023-12-06)
8fc4df1
#204 always ignore .npmrc files at every level (@wraithgar)cd5ddbd
#205 preserve slashes in specified files (#205) (@mohd-akram)
20fe0cd
#207 bump @npmcli/template-oss from 4.21.1 to 4.21.2 (#207) (@dependabot[bot], @lukekarrys)f8be7bd
#202 bump @npmcli/template-oss from 4.19.0 to 4.21.1 (#202) (@dependabot[bot], @lukekarrys)8e1d900
#204 tests reflect fixed ignore-walk rules (@wraithgar)6d7cbe9
#181 postinstall for dependabot template-oss PR (@lukekarrys)80ec501
#181 bump @npmcli/template-oss from 4.18.1 to 4.19.0 (@dependabot[bot])f327738
#179 postinstall for dependabot template-oss PR (@lukekarrys)a770a96
#179 bump @npmcli/template-oss from 4.18.0 to 4.18.1 (@dependabot[bot])
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