mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-29 13:00:18 +00:00
| Package | Version | Package | Version | | -------------------- | ------- | -------------------- | ------- | | @uppy/companion | 3.7.1 | @uppy/remote-sources | 0.1.1 | | @uppy/compressor | 0.3.1 | @uppy/transloadit | 2.3.5 | | @uppy/core | 2.3.2 | @uppy/robodog | 2.9.1 | | @uppy/dashboard | 2.4.1 | uppy | 2.13.1 | | @uppy/image-editor | 1.4.1 | | | - @uppy/compressor: fix upload causing meta name to reset (Justin / #3890) - @uppy/transloadit: cancel assemblies when all its files have been removed (Antoine du Hamel / #3893) - e2e: Add retries for flaky e2e test (Merlijn Vos / #3915) - @uppy/dashboard,@uppy/image-editor,@uppy/remote-sources: Fix `uppy.close()` crashes when remote-sources or image-editor is installed (Merlijn Vos / #3914) - @uppy/core: Add missing type for retry-all event (Luc Boissaye / #3901) - @uppy/companion: Companion app type (Mikael Finstad / #3899) - e2e: upgrade to Cypress 10 (Antoine du Hamel / #3896) - meta: Fix website build (Murderlon) - meta: Create new issue templates (Merlijn Vos / #3879)
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"name": "@uppy/robodog",
|
|
"description": "Transloadit SDK for browsers based on Uppy",
|
|
"version": "2.9.1",
|
|
"license": "MIT",
|
|
"main": "lib/index.js",
|
|
"jsnext:main": "src/index.js",
|
|
"types": "types/index.d.ts",
|
|
"keywords": [
|
|
"file uploader",
|
|
"transloadit",
|
|
"file encoding",
|
|
"encoding",
|
|
"file processing",
|
|
"video encoding",
|
|
"crop",
|
|
"resize",
|
|
"watermark",
|
|
"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/audio": "workspace:^",
|
|
"@uppy/box": "workspace:^",
|
|
"@uppy/core": "workspace:^",
|
|
"@uppy/dashboard": "workspace:^",
|
|
"@uppy/dropbox": "workspace:^",
|
|
"@uppy/facebook": "workspace:^",
|
|
"@uppy/form": "workspace:^",
|
|
"@uppy/google-drive": "workspace:^",
|
|
"@uppy/instagram": "workspace:^",
|
|
"@uppy/onedrive": "workspace:^",
|
|
"@uppy/screen-capture": "workspace:^",
|
|
"@uppy/status-bar": "workspace:^",
|
|
"@uppy/transloadit": "workspace:^",
|
|
"@uppy/unsplash": "workspace:^",
|
|
"@uppy/url": "workspace:^",
|
|
"@uppy/utils": "workspace:^",
|
|
"@uppy/webcam": "workspace:^"
|
|
},
|
|
"devDependencies": {
|
|
"abortcontroller-polyfill": "^1.7.3",
|
|
"core-js": "~3.19.3",
|
|
"md-gum-polyfill": "^1.0.0",
|
|
"resize-observer-polyfill": "^1.5.1",
|
|
"whatwg-fetch": "^3.6.2"
|
|
}
|
|
}
|