@libj/http
Advanced tools
Comparing version 0.11.0 to 0.12.0
@@ -24,3 +24,3 @@ "use strict"; | ||
function parseLoggerSetting(logger) { | ||
return ('options' in logger) ? logger : { logger: logger, options: {} }; | ||
return ('options' in logger && 'logger' in logger) ? logger : { logger: logger, options: {} }; | ||
} | ||
@@ -27,0 +27,0 @@ function makeEndpoint(_a, loggerOptions) { |
@@ -12,3 +12,3 @@ { | ||
"name": "@libj/http", | ||
"version": "0.11.0", | ||
"version": "0.12.0", | ||
"description": "Http toolbox", | ||
@@ -37,3 +37,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>", | ||
], | ||
"gitHead": "831daf155bd629061c8ea925ef5444587a8fa885" | ||
"gitHead": "ebbbad1d532ddba61e4f0b965609ddce0edff739" | ||
} |
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
27927