Skip to content

Releases: npm/run-script

v5.0.0

14 Oct 17:53
e75687d

Choose a tag to compare

5.0.0 (2022-10-14)

⚠️ BREAKING CHANGES

  • @npmcli/run-script is now compatible with the following semver range for node: ^14.17.0 || ^16.13.0 || >=18.0.0

Features

Dependencies

v4.2.1

10 Aug 15:27
2a1854a

Choose a tag to compare

4.2.1 (2022-08-09)

Bug Fixes

v4.2.0

01 Aug 17:08
f14673d

Choose a tag to compare

4.2.0 (2022-08-01)

Features

v4.1.7

12 Jul 17:24
2d179d6

Choose a tag to compare

4.1.7 (2022-07-12)

Bug Fixes

  • correctly translate paths when using bash in windows (#96) (756ff56)

v4.1.6

12 Jul 14:47
832a0b1

Choose a tag to compare

4.1.6 (2022-07-12)

Bug Fixes

  • tighten up the character set that will be removed (#93) (d510209)
  • unique filename for temporary script files (#95) (9f93025)

v4.1.5

28 Jun 15:49
6493397

Choose a tag to compare

4.1.5 (2022-06-28)

Bug Fixes

v4.1.4

27 Jun 17:12
f8b6a8d

Choose a tag to compare

4.1.4 (2022-06-27)

Bug Fixes

  • remove invalid characters from filename (#86) (2354d06)

v4.1.3

23 Jun 19:28
eec7472

Choose a tag to compare

4.1.3 (2022-06-23)

Bug Fixes

  • escape spaces in cmd scripts too (#84) (0bca5be)

v4.1.2

22 Jun 22:35
b9752e3

Choose a tag to compare

4.1.2 (2022-06-22)

Bug Fixes

  • remove extraneous space when no additional args are passed (#82) (9e09bab)

v4.1.1

22 Jun 21:17
2daf8db

Choose a tag to compare

4.1.1 (2022-06-22)

Bug Fixes

  • correctly double escape when script runs a known .cmd file (#80) (0f613cd)