@uppy/instagram
Advanced tools
Comparing version 4.1.1 to 4.1.2
# @uppy/instagram | ||
## 4.1.2 | ||
Released: 2024-12-05 | ||
Included in: Uppy v4.8.0 | ||
- @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,@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/store-default,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: cleanup tsconfig (Mikael Finstad / #5520) | ||
## 4.1.1 | ||
@@ -4,0 +11,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { Provider, tokenStorage, type CompanionPluginOptions } from '@uppy/companion-client'; | ||
import { Provider, type CompanionPluginOptions } from '@uppy/companion-client'; | ||
import { UIPlugin, Uppy } from '@uppy/core'; | ||
@@ -6,5 +6,5 @@ import { ProviderViews } from '@uppy/provider-views'; | ||
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
import type { UnknownProviderPluginState } from '@uppy/core/lib/Uppy.js'; | ||
import type { AsyncStore, UnknownProviderPlugin, UnknownProviderPluginState } from '@uppy/core/lib/Uppy.js'; | ||
export type InstagramOptions = CompanionPluginOptions; | ||
export default class Instagram<M extends Meta, B extends Body> extends UIPlugin<InstagramOptions, M, B, UnknownProviderPluginState> { | ||
export default class Instagram<M extends Meta, B extends Body> extends UIPlugin<InstagramOptions, M, B, UnknownProviderPluginState> implements UnknownProviderPlugin<M, B> { | ||
static VERSION: any; | ||
@@ -14,3 +14,3 @@ icon: () => h.JSX.Element; | ||
view: ProviderViews<M, B>; | ||
storage: typeof tokenStorage; | ||
storage: AsyncStore; | ||
files: UppyFile<M, B>[]; | ||
@@ -17,0 +17,0 @@ rootFolderId: string | null; |
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "4.1.1" | ||
"version": "4.1.2" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class Instagram extends UIPlugin { |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "4.1.1", | ||
"version": "4.1.2", | ||
"license": "MIT", | ||
@@ -26,10 +26,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.1.1", | ||
"@uppy/provider-views": "^4.0.2", | ||
"@uppy/utils": "^6.0.4", | ||
"@uppy/companion-client": "^4.2.0", | ||
"@uppy/provider-views": "^4.1.0", | ||
"@uppy/utils": "^6.0.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.2.3" | ||
"@uppy/core": "^4.3.0" | ||
} | ||
} |
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
40732
269
+ Addedpreact@10.26.2(transitive)
- Removedpreact@10.26.4(transitive)
Updated@uppy/provider-views@^4.1.0
Updated@uppy/utils@^6.0.5