taskcluster-client
Advanced tools
Comparing version
@@ -55,3 +55,3 @@ /* This Source Code Form is subject to the terms of the Mozilla Public | ||
var Client = function(options) { | ||
this._options = _.defaults(options || {}, { | ||
this._options = _.defaults({}, options || {}, { | ||
baseUrl: reference.baseUrl || '', | ||
@@ -330,3 +330,3 @@ exchangePrefix: reference.exchangePrefix || '' | ||
exports.config = function(options) { | ||
_defaultOptions = _.defaults(options, _defaultOptions); | ||
_defaultOptions = _.defaults({}, options, _defaultOptions); | ||
}; |
{ | ||
"name": "taskcluster-client", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"author": "Jonas Finnemann Jensen <jopsen@gmail.com>", | ||
@@ -5,0 +5,0 @@ "description": "Client for interfacing taskcluster components", |
Sorry, the diff of this file is too big to display
836383
0.25%28
21.74%21926
0.15%