@anycli/engine
Advanced tools
Comparing version 0.1.27 to 0.1.28
@@ -0,1 +1,9 @@ | ||
<a name="0.1.28"></a> | ||
## [0.1.28](https://github.com/anycli/engine/compare/b5e21aad692559f3ce1dbd7161de8ebac4ad9925...v0.1.28) (2018-01-31) | ||
### Bug Fixes | ||
* make sure we pass CLI config to plugin loader ([d441f0e](https://github.com/anycli/engine/commit/d441f0e)) | ||
<a name="0.1.27"></a> | ||
@@ -2,0 +10,0 @@ ## [0.1.27](https://github.com/anycli/engine/compare/c883303480f40f5c2cd4f01bcc04c5628a728ef6...v0.1.27) (2018-01-31) |
@@ -58,3 +58,3 @@ "use strict"; | ||
this.debug('loading dev plugins', devPlugins); | ||
const promises = devPlugins.map(p => loadPlugin({ root: config.root, type, name: p }).catch(cli_ux_1.default.warn)); | ||
const promises = devPlugins.map(p => loadPlugin({ root: config.root, type: 'dev', name: p }).catch(cli_ux_1.default.warn)); | ||
plugin.plugins.push(..._(await Promise.all(promises)).compact().flatMap().value()); | ||
@@ -65,3 +65,3 @@ } | ||
let roots; | ||
let fetch = (d) => util_1.undefault(require(d))(config); | ||
let fetch = (d) => util_1.undefault(require(d))(this.config); | ||
if (config.pluginsModuleTS) { | ||
@@ -68,0 +68,0 @@ try { |
{ | ||
"name": "@anycli/engine", | ||
"description": "main anycli component", | ||
"version": "0.1.27", | ||
"version": "0.1.28", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -18,7 +18,7 @@ "bugs": "https://github.com/anycli/engine/issues", | ||
"@anycli/config": "^0.2.0", | ||
"@anycli/help": "^0.2.2", | ||
"@anycli/not-found": "^0.1.4", | ||
"@anycli/plugins": "^0.1.6", | ||
"@anycli/help": "^0.2.3", | ||
"@anycli/not-found": "^0.1.5", | ||
"@anycli/plugins": "^0.1.7", | ||
"@anycli/tslint": "^0.1.3", | ||
"@anycli/version": "^0.1.14", | ||
"@anycli/version": "^0.1.15", | ||
"@commitlint/cli": "^6.0.2", | ||
@@ -25,0 +25,0 @@ "@commitlint/config-conventional": "^6.0.2", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
26028