@uppy/instagram
Advanced tools
Comparing version
@@ -5,4 +5,3 @@ import { Provider, type CompanionPluginOptions } from '@uppy/companion-client'; | ||
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 InstagramOptions = CompanionPluginOptions; | ||
@@ -9,0 +8,0 @@ export default class Instagram<M extends Meta, B extends Body> extends UIPlugin<InstagramOptions, M, B, UnknownProviderPluginState> implements UnknownProviderPlugin<M, B> { |
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "4.2.0" | ||
"version": "4.2.1" | ||
}; | ||
@@ -12,0 +12,0 @@ export default class Instagram extends UIPlugin { |
{ | ||
"name": "@uppy/instagram", | ||
"description": "Import photos and videos from Instagram, into Uppy.", | ||
"version": "4.2.0", | ||
"version": "4.2.1", | ||
"license": "MIT", | ||
@@ -26,10 +26,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
270
0.37%41302
-0.49%Updated
Updated