mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 01:24:18 +00:00
| Package | Version | Package | Version | | ---------------------- | ------- | ---------------------- | ------- | | @uppy/audio | 1.1.9 | @uppy/instagram | 3.3.1 | | @uppy/aws-s3-multipart | 3.11.1 | @uppy/onedrive | 3.3.1 | | @uppy/box | 2.3.1 | @uppy/provider-views | 3.12.0 | | @uppy/companion-client | 3.8.1 | @uppy/react | 3.3.1 | | @uppy/compressor | 1.1.3 | @uppy/status-bar | 3.3.2 | | @uppy/core | 3.11.0 | @uppy/svelte | 3.1.4 | | @uppy/dashboard | 3.8.2 | @uppy/transloadit | 3.6.1 | | @uppy/drop-target | 2.1.0 | @uppy/unsplash | 3.3.1 | | @uppy/dropbox | 3.3.1 | @uppy/url | 3.6.1 | | @uppy/facebook | 3.3.1 | @uppy/utils | 5.9.0 | | @uppy/file-input | 3.1.2 | @uppy/webcam | 3.4.1 | | @uppy/form | 3.2.1 | @uppy/xhr-upload | 3.6.5 | | @uppy/google-drive | 3.5.1 | @uppy/zoom | 2.3.1 | | @uppy/image-editor | 2.4.5 | uppy | 3.25.0 | - meta: enforce use of `.js` extension in `import type` declarations (Antoine du Hamel / #5126) - @uppy/core: add instance ID to generated IDs (Merlijn Vos / #5080) - @uppy/core: reference updated i18n in Restricter (Merlijn Vos / #5118) - @uppy/xhr-upload: refactor to use `fetcher` (Merlijn Vos / #5074) - meta: docs: use StackBlitz for all examples/issue template (Merlijn Vos / #5125) - meta: Update yarn.lock (Murderlon) - @uppy/svelte: Add svelte 5 as peer dep (frederikhors / #5122) - meta: Bump docker/setup-buildx-action from 2 to 3 (dependabot[bot] / #5124) - meta: Bump actions/checkout from 3 to 4 (dependabot[bot] / #5123) - @uppy/dashboard,@uppy/provider-views: Remove JSX global type everywhere (Merlijn Vos / #5117) - @uppy/utils: improve return type of `dataURItoFile` (Antoine du Hamel / #5112) - @uppy/drop-target: change drop event type to DragEvent (Alireza Heydari / #5107) - @uppy/image-editor: fix label definitions (Antoine du Hamel / #5111) - meta: bump Prettier version (Antoine du Hamel / #5114) - @uppy/provider-views: bring back "loaded X files..." (Mikael Finstad / #5097) - @uppy/dashboard: fix type of trigger option (Merlijn Vos / #5106) - meta: fix linter (Antoine du Hamel) - @uppy/form: fix `submitOnSuccess` and `triggerUploadOnSubmit` combination (Merlijn Vos / #5058) - meta: Bump docker/build-push-action from 3 to 5 (dependabot[bot] / #5105) - meta: Bump akhileshns/heroku-deploy from 3.12.12 to 3.13.15 (dependabot[bot] / #5102) - meta: Bump docker/login-action from 2 to 3 (dependabot[bot] / #5101) - meta: Bump actions/download-artifact from 3 to 4 (dependabot[bot]) - meta: Bump actions/upload-artifact from 3 to 4 (dependabot[bot])
84 lines
3.5 KiB
JSON
84 lines
3.5 KiB
JSON
{
|
|
"name": "@uppy/utils",
|
|
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
|
"version": "5.9.0",
|
|
"license": "MIT",
|
|
"types": "types/index.d.ts",
|
|
"type": "module",
|
|
"keywords": [
|
|
"file uploader",
|
|
"uppy"
|
|
],
|
|
"homepage": "https://uppy.io",
|
|
"bugs": {
|
|
"url": "https://github.com/transloadit/uppy/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/transloadit/uppy.git"
|
|
},
|
|
"exports": {
|
|
"./package.json": "./package.json",
|
|
"./lib/Translator": "./lib/Translator.js",
|
|
"./lib/EventTracker": "./lib/EventManager.js",
|
|
"./lib/EventManager": "./lib/EventManager.js",
|
|
"./lib/ProgressTimeout": "./lib/ProgressTimeout.js",
|
|
"./lib/RateLimitedQueue": "./lib/RateLimitedQueue.js",
|
|
"./lib/canvasToBlob": "./lib/canvasToBlob.js",
|
|
"./lib/dataURItoBlob": "./lib/dataURItoBlob.js",
|
|
"./lib/dataURItoFile": "./lib/dataURItoFile.js",
|
|
"./lib/emaFilter": "./lib/emaFilter.js",
|
|
"./lib/emitSocketProgress": "./lib/emitSocketProgress.js",
|
|
"./lib/findAllDOMElements": "./lib/findAllDOMElements.js",
|
|
"./lib/findDOMElement": "./lib/findDOMElement.js",
|
|
"./lib/generateFileID": "./lib/generateFileID.js",
|
|
"./lib/getBytesRemaining": "./lib/getBytesRemaining.js",
|
|
"./lib/getETA": "./lib/getETA.js",
|
|
"./lib/getFileNameAndExtension": "./lib/getFileNameAndExtension.js",
|
|
"./lib/getFileType": "./lib/getFileType.js",
|
|
"./lib/getFileTypeExtension": "./lib/getFileTypeExtension.js",
|
|
"./lib/getSocketHost": "./lib/getSocketHost.js",
|
|
"./lib/getSpeed": "./lib/getSpeed.js",
|
|
"./lib/getTimeStamp": "./lib/getTimeStamp.js",
|
|
"./lib/isDOMElement": "./lib/isDOMElement.js",
|
|
"./lib/isObjectURL": "./lib/isObjectURL.js",
|
|
"./lib/isDragDropSupported": "./lib/isDragDropSupported.js",
|
|
"./lib/isPreviewSupported": "./lib/isPreviewSupported.js",
|
|
"./lib/isTouchDevice": "./lib/isTouchDevice.js",
|
|
"./lib/prettyETA": "./lib/prettyETA.js",
|
|
"./lib/secondsToTime": "./lib/secondsToTime.js",
|
|
"./lib/settle": "./lib/settle.js",
|
|
"./lib/toArray": "./lib/toArray.js",
|
|
"./lib/FOCUSABLE_ELEMENTS": "./lib/FOCUSABLE_ELEMENTS.js",
|
|
"./lib/AbortController": "./lib/AbortController.js",
|
|
"./lib/getTextDirection": "./lib/getTextDirection.js",
|
|
"./lib/NetworkError": "./lib/NetworkError.js",
|
|
"./lib/isNetworkError": "./lib/isNetworkError.js",
|
|
"./lib/truncateString": "./lib/truncateString.js",
|
|
"./lib/remoteFileObjToLocal": "./lib/remoteFileObjToLocal.js",
|
|
"./lib/fetchWithNetworkError": "./lib/fetchWithNetworkError.js",
|
|
"./lib/ErrorWithCause": "./lib/ErrorWithCause.js",
|
|
"./lib/delay": "./lib/delay.js",
|
|
"./lib/hasProperty": "./lib/hasProperty.js",
|
|
"./lib/mimeTypes": "./lib/mimeTypes.js",
|
|
"./lib/getDroppedFiles": "./lib/getDroppedFiles/index.js",
|
|
"./lib/FOCUSABLE_ELEMENTS.js": "./lib/FOCUSABLE_ELEMENTS.js",
|
|
"./lib/fileFilters": "./lib/fileFilters.js",
|
|
"./lib/VirtualList": "./lib/VirtualList.js",
|
|
"./lib/UppyFile": "./lib/UppyFile.js",
|
|
"./lib/CompanionFile": "./lib/CompanionFile.js",
|
|
"./lib/CompanionClientProvider": "./lib/CompanionClientProvider.js",
|
|
"./lib/FileProgress": "./lib/FileProgress.js",
|
|
"./src/microtip.scss": "./src/microtip.scss",
|
|
"./lib/UserFacingApiError": "./lib/UserFacingApiError.js",
|
|
"./lib/fetcher": "./lib/fetcher.js"
|
|
},
|
|
"dependencies": {
|
|
"lodash": "^4.17.21",
|
|
"preact": "^10.5.13"
|
|
},
|
|
"devDependencies": {
|
|
"@types/lodash": "^4.14.199",
|
|
"vitest": "^1.2.1"
|
|
}
|
|
}
|