@uppy/zoom
Advanced tools
Comparing version 3.0.0 to 3.1.0
# @uppy/zoom | ||
## 3.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) | ||
## 3.0.0-beta.1 | ||
@@ -4,0 +11,0 @@ |
export { default } from './Zoom.tsx'; | ||
export type { ZoomOptions } from './Zoom.tsx'; | ||
//# sourceMappingURL=index.d.ts.map |
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "3.0.0" | ||
"version": "3.1.0" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class Zoom extends UIPlugin { |
{ | ||
"name": "@uppy/zoom", | ||
"description": "Import files from zoom, into Uppy.", | ||
"version": "3.0.0", | ||
"version": "3.1.0", | ||
"license": "MIT", | ||
@@ -23,9 +23,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.0.0", | ||
"@uppy/provider-views": "^4.0.0", | ||
"@uppy/utils": "^6.0.0", | ||
"@uppy/companion-client": "^4.1.0", | ||
"@uppy/provider-views": "^4.0.1", | ||
"@uppy/utils": "^6.0.2", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0" | ||
"@uppy/core": "^4.2.0" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
export { default } from './Zoom.tsx' | ||
export type { ZoomOptions } from './Zoom.tsx' |
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
19916
187
Updated@uppy/provider-views@^4.0.1
Updated@uppy/utils@^6.0.2