@uppy/unsplash
Advanced tools
Comparing version 4.0.0-beta.3 to 4.0.0-beta.4
@@ -1,6 +0,5 @@ | ||
/// <reference types="react" /> | ||
import { tokenStorage, type CompanionPluginOptions, SearchProvider } from '@uppy/companion-client'; | ||
import { UIPlugin, Uppy } from '@uppy/core'; | ||
import { SearchProviderViews } from '@uppy/provider-views'; | ||
import { type ComponentChild } from 'preact'; | ||
import { h, type ComponentChild } from 'preact'; | ||
import type { UppyFile, Body, Meta } from '@uppy/utils/lib/UppyFile'; | ||
@@ -11,3 +10,3 @@ import type { UnknownSearchProviderPluginState } from '@uppy/core/lib/Uppy'; | ||
static VERSION: any; | ||
icon: () => JSX.Element; | ||
icon: () => h.JSX.Element; | ||
provider: SearchProvider<M, B>; | ||
@@ -14,0 +13,0 @@ view: SearchProviderViews<M, B>; |
@@ -8,3 +8,3 @@ import { getAllowedHosts, tokenStorage, SearchProvider } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.3" | ||
"version": "4.0.0-beta.4" | ||
}; | ||
@@ -11,0 +11,0 @@ export default class Unsplash extends UIPlugin { |
{ | ||
"name": "@uppy/unsplash", | ||
"description": "Import files from Unsplash, the free stock photography resource, into Uppy", | ||
"version": "4.0.0-beta.3", | ||
"version": "4.0.0-beta.4", | ||
"license": "MIT", | ||
@@ -23,9 +23,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.0.0-beta.3", | ||
"@uppy/provider-views": "^4.0.0-beta.3", | ||
"@uppy/utils": "^6.0.0-beta.3", | ||
"@uppy/companion-client": "^4.0.0-beta.4", | ||
"@uppy/provider-views": "^4.0.0-beta.4", | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.3" | ||
"@uppy/core": "^4.0.0-beta.4" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
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
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
18428
179