buster-cli
Advanced tools
Comparing version 0.6.1 to 0.6.2
@@ -176,2 +176,10 @@ var Path = require("path"); | ||
} | ||
var i; | ||
for (i = 0; i < groups.length; i++) { | ||
groups[i].runExtensionHook( | ||
"preConfigure", | ||
groups[i], | ||
config | ||
); | ||
} | ||
callback(null, config.groups); | ||
@@ -181,2 +189,3 @@ }.bind(this) | ||
} | ||
}; | ||
@@ -183,0 +192,0 @@ |
{ | ||
"name": "buster-cli", | ||
"version": "0.6.1", | ||
"version": "0.6.2", | ||
"description": "Internal wrapper and util for creating CLIs in the buster project.", | ||
@@ -33,3 +33,4 @@ "author": { "name": "August Lilleaas and Christian Johansen" }, | ||
"scripts": { | ||
"test": "node run-tests.js" | ||
"test": "node run-tests.js", | ||
"test-debug": "node --debug-brk run-tests.js" | ||
}, | ||
@@ -36,0 +37,0 @@ "dependencies": { |
@@ -6,1 +6,8 @@ # buster-cli | ||
Internal wrapper and util for creating CLIs in the buster project | ||
## Changelog | ||
**0.6.2** (10.09.2014) | ||
* extension hook `preConfigure` added |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
48124
16
1129
13
0