mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-18 17:16:00 +00:00
| Package | Version | Package | Version | | ---------------------- | ------------ | ---------------------- | ------------ | | @uppy/companion | 5.0.0-beta.6 | @uppy/status-bar | 4.0.0-beta.7 | | @uppy/companion-client | 4.0.0-beta.6 | @uppy/unsplash | 4.0.0-beta.6 | | @uppy/compressor | 2.0.0-beta.7 | @uppy/url | 4.0.0-beta.6 | | @uppy/core | 4.0.0-beta.7 | @uppy/utils | 6.0.0-beta.6 | | @uppy/dashboard | 4.0.0-beta.7 | @uppy/webcam | 4.0.0-beta.6 | | @uppy/dropbox | 4.0.0-beta.6 | @uppy/xhr-upload | 4.0.0-beta.4 | | @uppy/image-editor | 3.0.0-beta.4 | uppy | 4.0.0-beta.7 | | @uppy/screen-capture | 4.0.0-beta.5 | | | - @uppy/companion: switch from `node-redis` to `ioredis` (Dominik Schmidt / #4623) - meta: Fix headings in xhr.mdx (Merlijn Vos) - @uppy/xhr-upload: introduce hooks similar to tus (Merlijn Vos / #5094) - @uppy/core: close->destroy, clearUploadedFiles->clear (Merlijn Vos / #5154) - @uppy/companion-client,@uppy/dropbox,@uppy/screen-capture,@uppy/unsplash,@uppy/url,@uppy/webcam: Use `title` consistently from locales (Merlijn Vos / #5134) | Package | Version | Package | Version | | ------------------ | ------- | ------------------ | ------- | | @uppy/core | 3.11.3 | uppy | 3.25.3 | | @uppy/image-editor | 2.4.6 | | | - @uppy/image-editor: fix tooltips (Avneet Singh Malhotra / #5156) - meta: Remove redundant `plugins` prop from examples (Merlijn Vos / #5145) - @uppy/image-editor: Remove `target` option from examples and document consistently (Merlijn Vos / #5146) - @uppy/core: make getObjectOfFilesPerState more efficient (Merlijn Vos / #5155)
34 lines
821 B
JSON
34 lines
821 B
JSON
{
|
||
"name": "@uppy/url",
|
||
"description": "The Url plugin lets users import files from the Internet. Paste any URL and it’ll be added!",
|
||
"version": "4.0.0-beta.6",
|
||
"license": "MIT",
|
||
"main": "lib/index.js",
|
||
"style": "dist/style.min.css",
|
||
"type": "module",
|
||
"keywords": [
|
||
"file uploader",
|
||
"url",
|
||
"import from url",
|
||
"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:^",
|
||
"nanoid": "^5.0.0",
|
||
"preact": "^10.5.13"
|
||
},
|
||
"peerDependencies": {
|
||
"@uppy/core": "workspace:^"
|
||
},
|
||
"stableVersion": "3.6.0"
|
||
}
|