Skip to content

Latest commit

 

History

History
147 lines (78 loc) · 6.66 KB

CHANGELOG.md

File metadata and controls

147 lines (78 loc) · 6.66 KB

Changelog

4.0.14 (2022-11-03)

Dependencies

4.0.13 (2022-09-13)

Dependencies

4.0.12 (2022-08-31)

Dependencies

  • 1286f03 #5381 deps: unique-filename@2.0.1
  • 7fbf6f7 #5381 deps: bin-links@3.0.3
  • 8ab12dc #5323 deps: @npmcli/eslint-config@3.1.0
  • The following workspace dependencies were updated
    • dependencies
      • @npmcli/arborist bumped from ^5.0.0 to ^5.6.1

4.0.11 (2022-08-17)

Bug Fixes

  • don't prompt on npm exec [directory] (#5298) (6eba131)
  • npm exec does not use script-shell option to run commands (#5297) (e5a9162)

4.0.10 (2022-08-10)

Bug Fixes

  • ignore global prefix if --prefix is used (#5291) (daaf461)
  • look up local command bins from local tree (#5273) (c992fd6)
  • only try to run global bin if the bin name exists (#5253) (95ae9f2)

4.0.9 (2022-08-03)

Bug Fixes

  • fix exec tests and clean up workspace-location-msg (3b30af2)
  • properly find and run global scoped packages (#5250) (19a8346)
  • properly find locally/globally/npxCache packages (ea44995)
  • use binPaths (19f1497)

Dependencies

4.0.8 (2022-06-23)

Dependencies

4.0.7 (2022-06-22)

Dependencies

4.0.6 (2022-06-01)

Bug Fixes

  • libnpmexec: fix bug not install latest pkg (#4929) (fcc72dd)

4.0.5 (2022-04-26)

Dependencies

4.0.4 (2022-04-19)

Bug Fixes

  • exec: workspaces support (6253d19)
  • libnpmexec: fix read mixed local/registry pkg (4a46a27)

4.0.3 (2022-04-06)

Bug Fixes

Dependencies

4.0.2 (2022-03-15)

Dependencies

4.0.1 (2022-03-03)

Bug Fixes

  • set proper workspace repo urls in package.json (#4476) (0cfc155)

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