@essex/shellrunner
Advanced tools
Comparing version 10.0.2 to 10.0.3
{ | ||
"name": "@essex/shellrunner", | ||
"version": "10.0.2", | ||
"version": "10.0.3", | ||
"description": "A set of utility libraries for executing shell commands", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"publishConfig": { | ||
"main": "lib/index.js", | ||
"typings": "lib/index.d.ts" | ||
}, | ||
"repository": "https://github.com/microsoft/essex-alpha-build-infra/", | ||
@@ -18,3 +21,3 @@ "author": "David Tittsworth <datittsw@microsoft.com>", | ||
"dependencies": { | ||
"@essex/build-util-hoister": "10.0.2", | ||
"@essex/build-util-hoister": "10.0.3", | ||
"colors": "^1.4.0", | ||
@@ -27,6 +30,7 @@ "cross-spawn": "^7.0.3", | ||
"@types/debug": "^4.1.5", | ||
"@types/node": "^14.11.10", | ||
"@types/node": "^14.14.5", | ||
"rimraf": "^3.0.2", | ||
"typescript": "^4.0.3" | ||
} | ||
"typescript": "^4.0.5" | ||
}, | ||
"typings": "lib/index.d.ts" | ||
} |
15945
+ Added@essex/build-util-hoister@10.0.3(transitive)
- Removed@essex/build-util-hoister@10.0.2(transitive)