@meteor-it/xrest
Advanced tools
Comparing version 1.3.5 to 1.3.6
@@ -44,3 +44,3 @@ "use strict"; | ||
'User-Agent': USER_AGENT, | ||
'Host': this.parsedUrl.host, | ||
'Host': this.parsedUrl.host || 'none', | ||
'Accept-Encoding': [...decoders.keys()].join(', '), | ||
@@ -47,0 +47,0 @@ ...options.headers |
@@ -124,3 +124,3 @@ import Logger from '@meteor-it/logger'; | ||
'User-Agent': USER_AGENT, | ||
'Host': this.parsedUrl.host, | ||
'Host': this.parsedUrl.host||'none', | ||
'Accept-Encoding': [...decoders.keys()].join(', '), | ||
@@ -127,0 +127,0 @@ ...options.headers |
{ | ||
"name": "@meteor-it/xrest", | ||
"version": "1.3.5", | ||
"version": "1.3.6", | ||
"description": "Powerfull REST client library", | ||
@@ -14,4 +14,4 @@ "main": "index.js", | ||
"dependencies": { | ||
"@meteor-it/fs": "^1.0.3", | ||
"@meteor-it/logger": "^2.3.3", | ||
"@meteor-it/fs": "^1.0.4", | ||
"@meteor-it/logger": "^2.3.4", | ||
"iconv-lite": "^0.4.23" | ||
@@ -22,3 +22,3 @@ }, | ||
}, | ||
"gitHead": "018b0697a7fe947ff4566a697472874511e35f28" | ||
"gitHead": "4c42fd3e8ab0dbba17ca3090f20bf46a1f2dd9e8" | ||
} |
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
68489
Updated@meteor-it/fs@^1.0.4
Updated@meteor-it/logger@^2.3.4