cli-engine-config
Advanced tools
Comparing version 4.0.1-ts.4 to 4.0.1-ts.5
@@ -75,2 +75,3 @@ import { InputArgs, InputFlags } from 'cli-flags'; | ||
}; | ||
errlog: string; | ||
legacyConverter?: string; | ||
@@ -77,0 +78,0 @@ __cache: any; |
@@ -192,2 +192,5 @@ "use strict"; | ||
return pjson['cli-engine'].userPlugins; | ||
}, | ||
get errlog() { | ||
return path.join(this.cacheDir, 'error.log'); | ||
} }, existing, { __cache: {} }); | ||
@@ -194,0 +197,0 @@ } |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "4.0.1-ts.4", | ||
"version": "4.0.1-ts.5", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/issues", |
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
11007
305