@keg-hub/cli-utils
Advanced tools
Comparing version 0.5.1 to 0.6.0
{ | ||
"name": "@keg-hub/cli-utils", | ||
"version": "0.5.1", | ||
"version": "0.6.0", | ||
"description": "Utility methods for writing Custom Tasks consumed by the Keg-CLI", | ||
@@ -34,3 +34,3 @@ "main": "index.js", | ||
"axios": "0.24.0", | ||
"@keg-hub/args-parse": "^7.1.0", | ||
"@keg-hub/args-parse": "8.0.0", | ||
"@keg-hub/ask-it": "^1.1.0", | ||
@@ -37,0 +37,0 @@ "@keg-hub/jsutils": "8.8.0", |
module.exports = { | ||
...require('./error'), | ||
...require('./throwNoTapLoc'), | ||
...require('./throwRequired'), | ||
...require('./throwNoTapLoc') | ||
} |
@@ -22,3 +22,3 @@ #!/usr/bin/env node | ||
*/ | ||
const runTask = async (customTasks, customDefParams) => { | ||
const runTask = async (customTasks, customDefParams, parseConfig) => { | ||
const globalConfig = getKegGlobalConfig(false) | ||
@@ -44,3 +44,3 @@ | ||
params: deepMerge(defParams, customDefParams) | ||
}) | ||
}, parseConfig) | ||
@@ -47,0 +47,0 @@ // Call the task action, and pass in args matching the same as the Keg-CLI args |
129245
85
3809
+ Added@keg-hub/args-parse@8.0.0(transitive)
- Removed@keg-hub/args-parse@7.1.0(transitive)
Updated@keg-hub/args-parse@8.0.0