@uppy/compressor
Advanced tools
Comparing version 2.0.1 to 2.1.0
# @uppy/compressor | ||
## 2.1.0 | ||
Released: 2024-08-29 | ||
Included in: Uppy v4.3.0 | ||
- @uppy/aws-s3,@uppy/box,@uppy/compressor,@uppy/dropbox,@uppy/facebook,@uppy/google-drive,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/onedrive,@uppy/screen-capture,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/xhr-upload,@uppy/zoom: export plugin options (Antoine du Hamel / #5433) | ||
## 2.0.1 | ||
@@ -4,0 +11,0 @@ |
@@ -13,2 +13,3 @@ import { BasePlugin, Uppy } from '@uppy/core'; | ||
} | ||
export type { CompressorOpts as CompressorOptions }; | ||
declare const defaultOptions: { | ||
@@ -26,3 +27,2 @@ quality: number; | ||
} | ||
export {}; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@uppy/compressor", | ||
"description": "Uppy plugin that compresses images before upload, saving up to 60% in size", | ||
"version": "2.0.1", | ||
"version": "2.1.0", | ||
"license": "MIT", | ||
@@ -26,3 +26,3 @@ "main": "lib/index.js", | ||
"@transloadit/prettier-bytes": "^0.3.4", | ||
"@uppy/utils": "^6.0.1", | ||
"@uppy/utils": "^6.0.2", | ||
"compressorjs": "^1.2.1", | ||
@@ -33,3 +33,3 @@ "preact": "^10.5.13", | ||
"peerDependencies": { | ||
"@uppy/core": "^4.1.0" | ||
"@uppy/core": "^4.2.0" | ||
}, | ||
@@ -36,0 +36,0 @@ "publishConfig": { |
@@ -24,2 +24,4 @@ import { BasePlugin, Uppy } from '@uppy/core' | ||
export type { CompressorOpts as CompressorOptions } | ||
const defaultOptions = { | ||
@@ -26,0 +28,0 @@ quality: 0.6, |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32947
381
+ Added@transloadit/prettier-bytes@0.3.5(transitive)
- Removed@transloadit/prettier-bytes@0.3.4(transitive)
Updated@uppy/utils@^6.0.2