Comparing version 2.4.0 to 2.4.1
@@ -0,1 +1,6 @@ | ||
2.4.1 | ||
----- | ||
* Never pass baseUrl to request - @jkrems | ||
https://github.com/groupon/gofer/pull/42 | ||
2.4.0 | ||
@@ -2,0 +7,0 @@ ----- |
@@ -219,2 +219,5 @@ // Generated by CoffeeScript 1.9.0 | ||
}); | ||
if (options.baseUrl) { | ||
delete options.baseUrl; | ||
} | ||
if (typeof cb === 'function') { | ||
@@ -221,0 +224,0 @@ return this.hub.fetch(options, function(error, body, response, responseData) { |
{ | ||
"name": "gofer", | ||
"version": "2.4.0", | ||
"version": "2.4.1", | ||
"description": "A general purpose service client library for node.js", | ||
@@ -5,0 +5,0 @@ "main": "lib/gofer.js", |
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
60328
853