@uppy/google-photos
Advanced tools
Comparing version 0.5.0 to 0.5.1
@@ -5,4 +5,3 @@ import { UIPlugin, Uppy } from '@uppy/core'; | ||
import { h, type ComponentChild } from 'preact'; | ||
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core/lib/Uppy.js'; | ||
import type { UppyFile, Body, Meta, AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core'; | ||
export type GooglePhotosOptions = CompanionPluginOptions; | ||
@@ -9,0 +8,0 @@ export default class GooglePhotos<M extends Meta, B extends Body> extends UIPlugin<GooglePhotosOptions, M, B, UnknownProviderPluginState> implements UnknownProviderPlugin<M, B> { |
@@ -8,3 +8,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "0.5.0" | ||
"version": "0.5.1" | ||
}; | ||
@@ -11,0 +11,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/google-photos", | ||
"description": "The Google Photos plugin for Uppy lets users import photos from their Google Photos account", | ||
"version": "0.5.0", | ||
"version": "0.5.1", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.4.0", | ||
"@uppy/provider-views": "^4.3.0", | ||
"@uppy/utils": "^6.1.0", | ||
"@uppy/companion-client": "^4.4.1", | ||
"@uppy/provider-views": "^4.4.1", | ||
"@uppy/utils": "^6.1.1", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.4.0" | ||
"@uppy/core": "^4.4.1" | ||
} | ||
} |
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
246
23912
Updated@uppy/provider-views@^4.4.1
Updated@uppy/utils@^6.1.1