Comparing version 1.1.1 to 1.1.2
@@ -47,2 +47,6 @@ 'use strict'; | ||
if (cause && cause.output && cause.output.headers) { | ||
error.output.headers = cause.output.headers; | ||
} | ||
if (process.env.NODE_ENV === 'test') { | ||
@@ -49,0 +53,0 @@ error.toString = _internals.toStringDebug; |
@@ -18,19 +18,19 @@ { | ||
"devDependencies": { | ||
"babel-cli": "6.3.15", | ||
"babel-core": "6.3.15", | ||
"babel-cli": "6.4.0", | ||
"babel-core": "6.4.5", | ||
"babel-eslint": "4.1.6", | ||
"babel-plugin-transform-strict-mode": "6.3.13", | ||
"babel-preset-es2015-node4": "2.0.2", | ||
"babel-preset-es2015-node4": "2.0.3", | ||
"commitizen": "2.4.6", | ||
"cz-conventional-changelog": "1.1.5", | ||
"eslint": "1.10.3", | ||
"eslint-config-springworks": "5.0.0", | ||
"eslint-plugin-import": "0.11.0", | ||
"eslint-config-springworks": "6.0.0", | ||
"eslint-plugin-import": "0.12.1", | ||
"eslint-plugin-mocha": "1.1.0", | ||
"eslint-plugin-springworks": "1.1.1", | ||
"istanbul": "0.4.1", | ||
"joi": "7.0.1", | ||
"joi": "7.2.2", | ||
"mocha": "2.3.4", | ||
"semantic-release": "4.3.5", | ||
"should": "7.1.1" | ||
"should": "8.2.0" | ||
}, | ||
@@ -55,3 +55,3 @@ "config": { | ||
"homepage": "https://github.com/Springworks/fel#readme", | ||
"version": "1.1.1" | ||
"version": "1.1.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
7790
90