Comparing version 1.5.20 to 1.5.21
@@ -96,3 +96,4 @@ var _class, _temp; | ||
companionUrl: _this.opts.companionUrl, | ||
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders | ||
companionHeaders: _this.opts.companionHeaders || _this.opts.serverHeaders, | ||
companionCookiesRule: _this.opts.companionCookiesRule | ||
}); | ||
@@ -255,2 +256,2 @@ return _this; | ||
return Url; | ||
}(Plugin), _class.VERSION = "1.5.20", _temp); | ||
}(Plugin), _class.VERSION = "1.5.21", _temp); |
{ | ||
"name": "@uppy/url", | ||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!", | ||
"version": "1.5.20", | ||
"version": "1.5.21", | ||
"license": "MIT", | ||
@@ -25,4 +25,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.9.0", | ||
"@uppy/utils": "^3.5.0", | ||
"@uppy/companion-client": "^1.10.0", | ||
"@uppy/utils": "^3.6.0", | ||
"preact": "8.2.9" | ||
@@ -33,3 +33,3 @@ }, | ||
}, | ||
"gitHead": "6771545fe70134088a5441ef5c2f7b872e32d812" | ||
"gitHead": "12b7bd34e8f193e86561dd623024279103865a85" | ||
} |
@@ -64,2 +64,3 @@ const { Plugin } = require('@uppy/core') | ||
companionHeaders: this.opts.companionHeaders || this.opts.serverHeaders, | ||
companionCookiesRule: this.opts.companionCookiesRule, | ||
}) | ||
@@ -66,0 +67,0 @@ } |
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
49665
16
650
Updated@uppy/utils@^3.6.0