mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-24 02:38:58 +00:00
| Package | Version | Package | Version | | ----------------- | ------- | ----------------- | ------- | | @uppy/transloadit | 3.6.2 | uppy | 3.25.5 | | @uppy/xhr-upload | 3.6.7 | | | - @uppy/transloadit: do not cancel assembly when removing all files (Merlijn Vos / #5191) - @uppy/xhr-upload: fix regression for lowercase HTTP methods (Antoine du Hamel / #5179) - meta: improve changelog generator (Antoine du Hamel / #5190)
38 lines
873 B
JSON
38 lines
873 B
JSON
{
|
|
"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": "3.6.7",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"xhr",
|
|
"xhr upload",
|
|
"XMLHttpRequest",
|
|
"ajax",
|
|
"fetch",
|
|
"uppy",
|
|
"uppy-plugin"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"dependencies": {
|
|
"@uppy/companion-client": "workspace:^",
|
|
"@uppy/utils": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"nock": "^13.1.0",
|
|
"vitest": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|