@uppy/google-photos
Advanced tools
Comparing version
# @uppy/google-photos | ||
## 0.5.0 | ||
Released: 2025-01-06 | ||
Included in: Uppy v4.11.0 | ||
- @uppy/angular,@uppy/audio,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive-picker,@uppy/google-drive,@uppy/google-photos-picker,@uppy/google-photos,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/vue,@uppy/webcam,@uppy/webdav,@uppy/xhr-upload,@uppy/zoom: Remove "paths" from all tsconfig's (Merlijn Vos / #5572) | ||
## 0.4.0 | ||
@@ -4,0 +11,0 @@ |
@@ -8,5 +8,5 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "0.4.0" | ||
"version": "0.5.0" | ||
}; | ||
import locale from "./locale.js"; | ||
import locale from './locale.js'; | ||
export default class GooglePhotos extends UIPlugin { | ||
@@ -13,0 +13,0 @@ constructor(uppy, opts) { |
@@ -1,3 +0,3 @@ | ||
export { default } from './GooglePhotos.tsx'; | ||
export type { GooglePhotosOptions } from './GooglePhotos.tsx'; | ||
export { default } from './GooglePhotos.jsx'; | ||
export type { GooglePhotosOptions } from './GooglePhotos.jsx'; | ||
//# sourceMappingURL=index.d.ts.map |
{ | ||
"name": "@uppy/google-photos", | ||
"description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account", | ||
"version": "0.4.0", | ||
"version": "0.5.0", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.2.0", | ||
"@uppy/provider-views": "^4.1.0", | ||
"@uppy/utils": "^6.0.5", | ||
"@uppy/companion-client": "^4.4.0", | ||
"@uppy/provider-views": "^4.3.0", | ||
"@uppy/utils": "^6.1.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.3.0" | ||
"@uppy/core": "^4.4.0" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
export { default } from './GooglePhotos.tsx' | ||
export type { GooglePhotosOptions } from './GooglePhotos.tsx' | ||
export { default } from './GooglePhotos.jsx' | ||
export type { GooglePhotosOptions } from './GooglePhotos.jsx' |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
24116
3.32%Updated
Updated