npm/workspaces/libnpmexec/CHANGELOG.md

26 lines
520 B
Markdown
Raw Normal View History

2023-02-16 14:45:21 +08:00
# Changelog
## v2.0.0
- Added a new required `npxCache` option
## v1.2.0
- Added a default value to `scriptShell` option
## v1.1.0
- Add add walk up dir lookup logic to satisfy local bins,
similar to `@npmcli/run-script`
## v1.0.1
- Fix `scriptShell` option name.
## v1.0.0
- 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.