Comparing version 2.29.0 to 2.29.1
@@ -141,2 +141,10 @@ /*global JSON, setTimeout, setImmediate*/ | ||
if (this._userSuppliedConfigOptionNames.length > 0) { | ||
if (subsidiary._userSuppliedConfigOptionNames.length > 0) { | ||
subsidiary._userSuppliedConfigOptionNames = _.uniq(this._userSuppliedConfigOptionNames.concat(subsidiary._userSuppliedConfigOptionNames)); | ||
} else { | ||
subsidiary._userSuppliedConfigOptionNames = this._userSuppliedConfigOptionNames; | ||
} | ||
} | ||
return subsidiary; | ||
@@ -143,0 +151,0 @@ }; |
{ | ||
"name": "teepee", | ||
"version": "2.29.0", | ||
"version": "2.29.1", | ||
"description": "Generic HTTP client", | ||
@@ -5,0 +5,0 @@ "main": "lib/Teepee.js", |
Sorry, the diff of this file is too big to display
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
130335
2647