6.0.0 (2023-08-15)
- support for node 14 has been removed
9eccb04
#233 bump read-package-json from 6.0.4 to 7.0.03024040
#234 bump npm-package-arg from 10.1.0 to 11.0.0
5.0.0 (2023-02-06)
- this module is now Promise only and no longer accepts a callback parameter
8b919b7
refactor (@lukekarrys)
4.0.1 (2022-10-18)
4.0.0 (2022-10-14)
init-package-json
is now compatible with the following semver range for node:^14.17.0 || ^16.13.0 || >=18.0.0
b869b31
#170 bump read-package-json from 5.0.2 to 6.0.0 (#170)d342821
#168 bump validate-npm-package-name from 4.0.0 to 5.0.0 (#168)
3.0.2 (2022-03-29)
- bump validate-npm-package-name from 3.0.0 to 4.0.0 (#144) (fa7574a)
- update npm-package-arg requirement from ^9.0.0 to ^9.0.1 (#136) (b1ec548)
3.0.1 (2022-03-15)
3.0.0 (2022-02-16)
- this drops support for node10 and non-LTS versions of node12 and node14
- @npmcli/[email protected] (257ba39)
- [email protected], @npmcli/[email protected] (5e744c8)
- update read requirement from ~1.0.1 to ^1.0.7 (4425b9a)
2.0.0 (2020-10-09)
- BREAKING: requires node10+
- fix: compat with new
@npmcli/config
module - chore: update deps to latest and greatest