Skip to content

Releases: npm/npm-packlist

v7.0.0-pre.1

04 Oct 11:05
Compare
Choose a tag to compare
v7.0.0-pre.1 Pre-release
Pre-release

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

26 Sep 18:24
Compare
Choose a tag to compare
v7.0.0-pre.0 Pre-release
Pre-release

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

v6.0.1

23 Sep 02:18
Compare
Choose a tag to compare

6.0.1 (2022-09-23)

Dependencies

v6.0.0

21 Sep 22:42
6a805d1
Compare
Choose a tag to compare

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

Features

v5.1.3

25 Aug 19:33
01c4799
Compare
Choose a tag to compare

5.1.3 (2022-08-25)

Dependencies

  • bump npm-bundled from 1.1.2 to 2.0.0 (#113) (de5e96b)

v5.1.2

23 Aug 19:54
50d06c4
Compare
Choose a tag to compare

5.1.2 (2022-08-23)

Dependencies

  • bump npm-normalize-package-bin from 1.0.1 to 2.0.0 (#110) (c97d1a8)

v5.1.1

29 Jun 21:20
7e8be74
Compare
Choose a tag to compare

5.1.1 (2022-05-31)

Bug Fixes

  • correctly ignore .gitignore when a .npmignore is present (#108) (da1ba4a)

v5.1.0

25 May 17:58
9393e2e
Compare
Choose a tag to compare

5.1.0 (2022-05-25)

Features

v5.0.4

19 May 17:40
1461039
Compare
Choose a tag to compare

5.0.4 (2022-05-19)

Bug Fixes

  • do not pack workspaces by default (0f31f71)
  • respect gitignore and npmignore files in workspace roots (839e6e8)

v5.0.3

04 May 16:37
084fa24
Compare
Choose a tag to compare

5.0.3 (2022-05-04)

Bug Fixes

  • strip leading ./ from files array entries (#97) (9f519b7)