@netlify/run-utils 1.0.6 → 3.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- [![Coverage Status](https://codecov.io/gh/netlify/build/branch/master/graph/badge.svg)](https://codecov.io/gh/netlify/build)
1
+ [![Coverage Status](https://codecov.io/gh/netlify/build/branch/main/graph/badge.svg)](https://codecov.io/gh/netlify/build)
2
2
  [![Build](https://github.com/netlify/build/workflows/Build/badge.svg)](https://github.com/netlify/build/actions)
3
3
 
4
4
  Utility for running commands inside Netlify Build. Currently, there is just one utility, `run`, which is a thin wrapper
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@netlify/run-utils",
3
- "version": "1.0.6",
3
+ "version": "3.0.0",
4
4
  "description": "Utility for running commands inside Netlify Build",
5
5
  "main": "src/main.js",
6
6
  "files": [
@@ -43,13 +43,13 @@
43
43
  },
44
44
  "license": "MIT",
45
45
  "dependencies": {
46
- "execa": "^3.4.0"
46
+ "execa": "^5.1.1"
47
47
  },
48
48
  "devDependencies": {
49
- "ava": "^2.4.0",
50
- "semver": "^7.3.2"
49
+ "ava": "^3.15.0",
50
+ "semver": "^7.0.0"
51
51
  },
52
52
  "engines": {
53
- "node": ">=8.3.0"
53
+ "node": "^12.20.0 || ^14.14.0 || >=16.0.0"
54
54
  }
55
55
  }
package/CHANGELOG.md DELETED
@@ -1,8 +0,0 @@
1
- # Changelog
2
-
3
- ### [1.0.6](https://www.github.com/netlify/build/compare/run-utils-v1.0.5...v1.0.6) (2021-02-18)
4
-
5
-
6
- ### Bug Fixes
7
-
8
- * fix `files` in `package.json` with `npm@7` ([#2278](https://www.github.com/netlify/build/issues/2278)) ([e9df064](https://www.github.com/netlify/build/commit/e9df0645f3083a0bb141c8b5b6e474ed4e27dbe9))