@uppy/xhr-upload
Advanced tools
Comparing version 1.5.10 to 1.5.11
@@ -715,2 +715,2 @@ var _class, _temp; | ||
return XHRUpload; | ||
}(Plugin), _class.VERSION = "1.5.10", _temp); | ||
}(Plugin), _class.VERSION = "1.5.11", _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.5.10", | ||
"version": "1.5.11", | ||
"license": "MIT", | ||
@@ -27,4 +27,4 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.4.4", | ||
"@uppy/utils": "^2.4.4", | ||
"@uppy/companion-client": "^1.4.5", | ||
"@uppy/utils": "^3.0.0", | ||
"cuid": "^2.1.1" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "5528c6f6eae8873a363be5a45862459f168a7c90" | ||
"gitHead": "6a0152327386cb6dd1ae8aada13f13062d326b61" | ||
} |
- Removed@uppy/utils@2.4.4(transitive)
Updated@uppy/utils@^3.0.0