@uppy/xhr-upload
Advanced tools
Comparing version 1.4.2 to 1.5.0
@@ -392,2 +392,3 @@ var _class, _temp; | ||
metadata: fields, | ||
httpMethod: _this4.opts.method, | ||
headers: opts.headers | ||
@@ -695,2 +696,2 @@ })).then(function (res) { | ||
return XHRUpload; | ||
}(Plugin), _class.VERSION = "1.4.2", _temp); | ||
}(Plugin), _class.VERSION = "1.5.0", _temp); |
{ | ||
"name": "@uppy/xhr-upload", | ||
"description": "Plain and simple classic HTML multipart form uploads with Uppy, as well as uploads using the HTTP PUT method.", | ||
"version": "1.4.2", | ||
"version": "1.5.0", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.4.1", | ||
"@uppy/utils": "^2.1.2", | ||
"@uppy/companion-client": "file:../companion-client", | ||
"@uppy/utils": "file:../utils", | ||
"cuid": "^2.1.1" | ||
@@ -34,4 +34,3 @@ }, | ||
"@uppy/core": "^1.0.0" | ||
}, | ||
"gitHead": "2b91a96c95ea1aa32980984904f9877d8a4c4440" | ||
} | ||
} |
@@ -359,2 +359,3 @@ const { Plugin } = require('@uppy/core') | ||
metadata: fields, | ||
httpMethod: this.opts.method, | ||
headers: opts.headers | ||
@@ -361,0 +362,0 @@ }).then((res) => { |
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
47034
1184
1
- Removed@uppy/companion-client@1.10.2(transitive)
- Removed@uppy/utils@2.4.4(transitive)
- Removedqs-stringify@1.2.1(transitive)
- Removedquerystringify@2.2.0(transitive)
- Removedrequires-port@1.0.0(transitive)
- Removedurl-parse@1.5.10(transitive)
Updated@uppy/utils@file:../utils