mirror of
https://github.com/transloadit/uppy.git
synced 2026-07-19 09:34:02 +00:00
| Package | Version | Package | Version | | ------------------------- | ------- | ------------------------- | ------- | | @uppy/angular | 0.4.1 | @uppy/store-default | 3.0.1 | | @uppy/audio | 1.0.1 | @uppy/store-redux | 3.0.1 | | @uppy/aws-s3 | 3.0.1 | @uppy/svelte | 3.0.0 | | @uppy/aws-s3-multipart | 3.0.1 | @uppy/thumbnail-generator | 3.0.1 | | @uppy/companion | 4.0.1 | @uppy/transloadit | 3.0.1 | | @uppy/companion-client | 3.0.1 | @uppy/tus | 3.0.1 | | @uppy/core | 3.0.1 | @uppy/utils | 5.0.1 | | @uppy/dashboard | 3.0.1 | @uppy/webcam | 3.1.0 | | @uppy/react | 3.0.1 | @uppy/xhr-upload | 3.0.1 | | @uppy/remote-sources | 1.0.1 | uppy | 3.0.1 | - @uppy/dashboard,@uppy/webcam: add nativeCameraFacingMode to Webcam and Dashboard (Artur Paikin / #4047) - meta: upgrade to Jest 29 (Antoine du Hamel / #4049) - @uppy/svelte: update peer dependencies (Antoine du Hamel / #4065) - @uppy/react: useUppy: fix unmount on NextJS dev mode (Matt Jesuele / #4062) - @uppy/vue: fix missing component in docs (Antoine du Hamel / #4063) - @uppy/angular: fix compiler warning (Antoine du Hamel / #4064) - meta: improve CI npm install time (Antoine du Hamel / #4058) - meta: example: fix Angular example package name (Antoine du Hamel / #4060) - meta: upgrade to TypeScript 4.8 (Antoine du Hamel / #4048) - @uppy/core,@uppy/dashboard,@uppy/thumbnail-generator: update definition type files for TS 4.8 compatibility (Antoine du Hamel / #4055) - @uppy/transloadit: improve deprecation notice (Antoine du Hamel / #4056) - @uppy/thumbnail-generator: fix `exifr` import (Antoine du Hamel / #4054) - @uppy/utils: fix `relativePath` when drag&dropping a folder (Antoine du Hamel / #4043) - @uppy/companion: Fix Companion license (Merlijn Vos / #4044) - e2e: add tests for AWS (Antoine du Hamel / #3665) - meta: Only publish Companion to Dockerhub on release (Merlijn Vos / #4037) - meta: fix linter warnings (Antoine du Hamel / #4039) - @uppy/utils: Post-release website fixes (Merlijn Vos / #4038) - @uppy/angular: fix peer dependencies (Antoine du Hamel / #4035) - meta: uppy.io homepage: Add Tus (Artur Paikin) - meta: Fix uppy.io homepage example (Artur Paikin)
72 lines
2.9 KiB
JSON
72 lines
2.9 KiB
JSON
{
|
|
"name": "@uppy/utils",
|
|
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
|
|
"version": "5.0.1",
|
|
"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/EventTracker.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/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",
|
|
"./src/microtip.scss": "./src/microtip.scss"
|
|
},
|
|
"dependencies": {
|
|
"lodash.throttle": "^4.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@jest/globals": "^29.0.0"
|
|
}
|
|
}
|