Comparing version 3.1.5 to 3.1.6
@@ -0,1 +1,9 @@ | ||
<a name="3.1.6"></a> | ||
## [3.1.6](https://github.com/dxcli/cli-ux/compare/8575f69d6cbcafeb863225c5bde11de1207d42f0...v3.1.6) (2018-01-26) | ||
### Bug Fixes | ||
* show stack trace when debug is on ([2841c67](https://github.com/dxcli/cli-ux/commit/2841c67)) | ||
<a name="3.1.5"></a> | ||
@@ -2,0 +10,0 @@ ## [3.1.5](https://github.com/dxcli/cli-ux/compare/5631c047709bf7025fb9399e1764a2cb45e2daf9...v3.1.5) (2018-01-21) |
@@ -51,2 +51,4 @@ "use strict"; | ||
bang = chalk_1.default.bgRed.bold.white(' FATAL '); | ||
} | ||
if (err['cli-ux'].severity === 'fatal' || config_1.config.debug) { | ||
msg += `\n${util_1.inspect(err)}`; | ||
@@ -53,0 +55,0 @@ } |
{ | ||
"name": "cli-ux", | ||
"description": "cli IO utilities", | ||
"version": "3.1.5", | ||
"version": "3.1.6", | ||
"author": "Jeff Dickey @jdxcode", | ||
@@ -21,13 +21,22 @@ "bugs": "https://github.com/dxcli/cli-ux/issues", | ||
"devDependencies": { | ||
"@dxcli/dev-semantic-release": "^0.0.3", | ||
"@dxcli/dev-test": "^0.5.2", | ||
"@dxcli/dev-nyc-config": "^0.0.3", | ||
"@dxcli/dev-semantic-release": "^0.1.0", | ||
"@dxcli/dev-tslint": "^0.0.15", | ||
"@types/ansi-styles": "^2.0.30", | ||
"@types/chai": "^4.1.2", | ||
"@types/fs-extra": "^5.0.0", | ||
"@types/lodash": "^4.14.96", | ||
"@types/mocha": "^2.2.47", | ||
"@types/nock": "^9.1.2", | ||
"@types/node": "^9.3.0", | ||
"@types/semver": "^5.4.0", | ||
"@types/strip-ansi": "^3.0.0", | ||
"@types/supports-color": "^3.1.0", | ||
"chai": "^4.1.2", | ||
"eslint": "^4.16.0", | ||
"eslint-config-dxcli": "^1.1.4", | ||
"fancy-mocha": "^0.3.2", | ||
"husky": "^0.14.3", | ||
"mocha": "^5.0.0", | ||
"mocha-junit-reporter": "^1.16.0", | ||
"nps": "^5.7.1", | ||
@@ -34,0 +43,0 @@ "nps-utils": "^1.5.0", |
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
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
103631
1600
25