cli-engine-config
Advanced tools
Comparing version 3.2.1 to 3.3.0
@@ -241,3 +241,3 @@ 'use strict'; | ||
get cacheDir() { | ||
return dir(this, 'cache', this.platform === 'darwin' ? _path2.default.join(this.home, 'Library', 'srcs') : null); | ||
return dir(this, 'cache', this.platform === 'darwin' ? _path2.default.join(this.home, 'Library', 'Caches') : null); | ||
}, | ||
@@ -268,2 +268,5 @@ get userConfig() { | ||
}, | ||
get errlog() { | ||
return _path2.default.join(this.cacheDir, 'error.log'); | ||
}, | ||
...existing, | ||
@@ -270,0 +273,0 @@ __cache: {} |
{ | ||
"name": "cli-engine-config", | ||
"description": "base cli-engine config objects and interfaces", | ||
"version": "3.2.1", | ||
"version": "3.3.0", | ||
"author": "Jeff Dickey @dickeyxxx", | ||
@@ -6,0 +6,0 @@ "bugs": "https://github.com/heroku/cli-engine-config/issues", |
Sorry, the diff of this file is not supported yet
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
71492
10
783
1