4.0.7 (2022-06-22)
- @npmcli/[email protected] (2c06cee)
- [email protected] (2e50cb8)
4.0.6 (2022-06-01)
4.0.5 (2022-04-26)
4.0.4 (2022-04-19)
4.0.3 (2022-04-06)
- @npmcli/[email protected] (aac01b8)
- @npmcli/[email protected] (#4639) (a59fd2c)
4.0.2 (2022-03-15)
4.0.1 (2022-03-03)
- Added a new required
npxCache
option
- Added a default value to
scriptShell
option
- Add add walk up dir lookup logic to satisfy local bins,
similar to
@npmcli/run-script
- Fix
scriptShell
option name.
- Initial implementation, moves the code that used to live in the npm cli, ref: https://github.com/npm/cli/blob/release/v7.10.0/lib/exec.js into this separate module, providing a programmatic API to the npm exec functionality.