@uppy/companion-client
Advanced tools
Comparing version 1.5.2 to 1.5.3
@@ -33,3 +33,3 @@ 'use strict'; | ||
var userHeaders = this.opts.companionHeaders || this.opts.serverHeaders || {}; | ||
return Promise.resolve(_extends({}, this.defaultHeaders, {}, userHeaders)); | ||
return Promise.resolve(_extends({}, this.defaultHeaders, userHeaders)); | ||
}; | ||
@@ -211,2 +211,2 @@ | ||
return RequestClient; | ||
}(), _class.VERSION = "1.5.2", _temp); | ||
}(), _class.VERSION = "1.5.3", _temp); |
{ | ||
"name": "@uppy/companion-client", | ||
"description": "Client library for communication with Companion. Intended for use in Uppy plugins.", | ||
"version": "1.5.2", | ||
"version": "1.5.3", | ||
"license": "MIT", | ||
@@ -24,6 +24,6 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^3.2.1", | ||
"@uppy/utils": "^3.2.2", | ||
"namespace-emitter": "^2.0.1" | ||
}, | ||
"gitHead": "2d91641ddd1efbb7b21ba850156d865491999106" | ||
"gitHead": "36ab6f1d492edca678327a98629a0a53ba37604e" | ||
} |
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
66187
Updated@uppy/utils@^3.2.2