uppy/packages/@uppy/utils/package.json
github-actions[bot] 49c9bcc8b7
Release: uppy@3.18.0 (#4754)
| Package                   | Version | Package                   | Version |
| ------------------------- | ------- | ------------------------- | ------- |
| @uppy/angular             |   0.6.1 | @uppy/progress-bar        |   3.0.4 |
| @uppy/audio               |   1.1.4 | @uppy/provider-views      |   3.6.0 |
| @uppy/aws-s3              |   3.4.0 | @uppy/react               |   3.1.4 |
| @uppy/aws-s3-multipart    |   3.8.0 | @uppy/remote-sources      |   1.1.0 |
| @uppy/box                 |   2.1.4 | @uppy/screen-capture      |   3.1.3 |
| @uppy/companion           |  4.10.0 | @uppy/status-bar          |   3.2.5 |
| @uppy/companion-client    |   3.5.0 | @uppy/store-default       |   3.0.5 |
| @uppy/compressor          |   1.0.5 | @uppy/store-redux         |   3.0.5 |
| @uppy/core                |   3.6.0 | @uppy/svelte              |   3.1.1 |
| @uppy/dashboard           |   3.6.0 | @uppy/thumbnail-generator |   3.0.6 |
| @uppy/drop-target         |   2.0.2 | @uppy/transloadit         |   3.3.2 |
| @uppy/dropbox             |   3.1.4 | @uppy/tus                 |   3.3.2 |
| @uppy/facebook            |   3.1.3 | @uppy/unsplash            |   3.2.3 |
| @uppy/file-input          |   3.0.4 | @uppy/url                 |   3.3.4 |
| @uppy/form                |   3.0.3 | @uppy/utils               |   5.5.2 |
| @uppy/golden-retriever    |   3.1.1 | @uppy/vue                 |   1.1.0 |
| @uppy/google-drive        |   3.3.0 | @uppy/webcam              |   3.3.4 |
| @uppy/image-editor        |   2.2.2 | @uppy/xhr-upload          |   3.4.2 |
| @uppy/informer            |   3.0.4 | @uppy/zoom                |   2.1.3 |
| @uppy/instagram           |   3.1.3 | uppy                      |  3.18.0 |
| @uppy/onedrive            |   3.1.4 |                           |         |

- @uppy/aws-s3-multipart: fix `TypeError` (Antoine du Hamel / #4748)
- meta: Bump tough-cookie from 4.1.2 to 4.1.3 (dependabot[bot] / #4750)
- meta: example: simplify code by using built-in `throwIfAborted` (Antoine du Hamel / #4749)
- @uppy/aws-s3-multipart: pass `signal` as separate arg for backward compat (Antoine du Hamel / #4746)
- meta: fix TS integration (Antoine du Hamel / #4741)
- meta: fix js2ts check (Antoine du Hamel)
- meta: add support for TypeScript plugins (Antoine du Hamel / #4640)
- @uppy/vue: export FileInput (mdxiaohu / #4736)
- meta: examples: update `server.py` (codehero7386 / #4732)
- @uppy/aws-s3-multipart: fix `uploadURL` when using `PUT` (Antoine du Hamel / #4701)
- @uppy/dashboard: auto discover and install plugins without target (Artur Paikin / #4343)
- meta: e2e: upgrade Cypress (Antoine du Hamel / #4731)
- @uppy/core: mark the package as side-effect free (Antoine du Hamel / #4730)
- meta: Bump postcss from 8.4.16 to 8.4.31 (dependabot[bot] / #4723)
- meta: test with the latest versions of Node.js (Antoine du Hamel / #4729)
- meta: e2e: update Parcel (Antoine du Hamel / #4726)
- meta: uppy: fix types (Antoine du Hamel / #4721)
- @uppy/core: type more events (Antoine du Hamel / #4719)
- @uppy/svelte: fix TS build command (Antoine du Hamel / #4720)
- @uppy/companion: Bucket fn also remote files (Mikael Finstad / #4693)
- @uppy/companion-client: fixup! Added Companion OAuth Key type (Murderlon / #4668)
- @uppy/companion-client: Added Companion OAuth Key type (Chris Pratt / #4668)
- meta: check for formatting in CI (Antoine du Hamel / #4714)
- meta: bump get-func-name from 2.0.0 to 2.0.2 (dependabot[bot] / #4709)
- meta: run Prettier on existing files (Antoine du Hamel / #4713)
2023-10-20 15:20:18 +00:00

77 lines
3.1 KiB
JSON

{
"name": "@uppy/utils",
"description": "Shared utility functions for Uppy Core and plugins maintained by the Uppy team.",
"version": "5.5.2",
"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",
"./src/microtip.scss": "./src/microtip.scss"
},
"dependencies": {
"lodash": "^4.17.21",
"preact": "^10.5.13"
},
"devDependencies": {
"vitest": "^0.34.5"
}
}