mirror of
https://github.com/transloadit/uppy.git
synced 2026-01-23 02:25:07 +00:00
| Package | Version | Package | Version | | -------------------------- | ------- | -------------------------- | ------- | | @uppy/audio | 2.1.0 | @uppy/onedrive | 4.2.0 | | @uppy/aws-s3 | 4.2.0 | @uppy/progress-bar | 4.2.0 | | @uppy/box | 3.2.0 | @uppy/provider-views | 4.3.0 | | @uppy/companion-client | 4.4.0 | @uppy/react | 4.2.0 | | @uppy/compressor | 2.2.0 | @uppy/remote-sources | 2.3.0 | | @uppy/core | 4.4.0 | @uppy/screen-capture | 4.2.0 | | @uppy/dashboard | 4.3.0 | @uppy/status-bar | 4.1.0 | | @uppy/drag-drop | 4.1.0 | @uppy/store-default | 4.2.0 | | @uppy/drop-target | 3.1.0 | @uppy/svelte | 4.2.0 | | @uppy/dropbox | 4.2.0 | @uppy/thumbnail-generator | 4.1.0 | | @uppy/facebook | 4.2.0 | @uppy/transloadit | 4.2.0 | | @uppy/file-input | 4.1.0 | @uppy/tus | 4.2.0 | | @uppy/form | 4.1.0 | @uppy/unsplash | 4.2.0 | | @uppy/golden-retriever | 4.1.0 | @uppy/url | 4.2.0 | | @uppy/google-drive | 4.3.0 | @uppy/utils | 6.1.0 | | @uppy/google-drive-picker | 0.3.0 | @uppy/vue | 2.1.0 | | @uppy/google-photos | 0.5.0 | @uppy/webcam | 4.1.0 | | @uppy/google-photos-picker | 0.3.0 | @uppy/webdav | 0.3.0 | | @uppy/image-editor | 3.3.0 | @uppy/xhr-upload | 4.3.0 | | @uppy/informer | 4.2.0 | @uppy/zoom | 3.2.0 | | @uppy/instagram | 4.2.0 | uppy | 4.11.0 | | @uppy/locales | 4.5.0 | | | - meta: build(deps): bump docker/metadata-action from 5.5.1 to 5.6.1 (dependabot[bot] / #5525) - examples,@uppy/svelte: build(deps-dev): bump @sveltejs/kit from 2.5.17 to 2.8.3 (dependabot[bot] / #5526) - meta: build(deps): bump docker/build-push-action from 6.9.0 to 6.10.0 (dependabot[bot] / #5531) - meta: build(deps): bump elliptic from 6.5.7 to 6.6.0 (dependabot[bot] / #5498) - @uppy/utils: Use .js(x) for all imports instead .ts(x) (Merlijn Vos / #5573) - @uppy/angular,@uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572) - @uppy/tus: fix onBeforeRequest type (Dominik Schmidt / #5566)
35 lines
739 B
JSON
35 lines
739 B
JSON
{
|
|
"name": "@uppy/tus",
|
|
"description": "Resumable uploads for Uppy using Tus.io",
|
|
"version": "4.2.0",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy",
|
|
"uppy-plugin",
|
|
"upload",
|
|
"resumable",
|
|
"tus"
|
|
],
|
|
"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:^",
|
|
"tus-js-client": "^4.2.3"
|
|
},
|
|
"devDependencies": {
|
|
"vitest": "^1.2.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@uppy/core": "workspace:^"
|
|
}
|
|
}
|