Skip to content

Releases: npm/run-script

v6.0.1

27 Apr 19:07
Compare
Choose a tag to compare

6.0.1 (2023-04-27)

Bug Fixes

v6.0.0

02 Nov 00:26
Compare
Choose a tag to compare

6.0.0 (2022-11-02)

⚠️ BREAKING CHANGES

  • stdioString is no longer set to false by default. Instead it is not set and passed directory to @npmcli/promise-spawn which defaults it to true.

Features

v5.1.1

01 Nov 20:41
1eef610
Compare
Choose a tag to compare

5.1.1 (2022-11-01)

Dependencies

v5.1.0

01 Nov 20:00
1bd55e5
Compare
Choose a tag to compare

5.1.0 (2022-11-01)

Features

  • 45f2301 let @npmcli/promise-spawn do the escaping (@nlf)

Dependencies

v5.0.1

26 Oct 19:46
bc8b6ca
Compare
Choose a tag to compare

5.0.1 (2022-10-26)

Dependencies

v5.0.0

14 Oct 17:53
e75687d
Compare
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
Compare
Choose a tag to compare

4.2.1 (2022-08-09)

Bug Fixes

v4.2.0

01 Aug 17:08
f14673d
Compare
Choose a tag to compare

4.2.0 (2022-08-01)

Features

v4.1.7

12 Jul 17:24
2d179d6
Compare
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
Compare
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)