@uppy/dropbox
Advanced tools
Comparing version 3.1.3 to 3.1.4
@@ -6,3 +6,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "3.1.3" | ||
"version": "3.1.4" | ||
}; | ||
@@ -9,0 +9,0 @@ import locale from './locale.js'; |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "3.1.3", | ||
"version": "3.1.4", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.3.0", | ||
"@uppy/provider-views": "^3.5.0", | ||
"@uppy/utils": "^5.4.3", | ||
"@uppy/companion-client": "^3.5.0", | ||
"@uppy/provider-views": "^3.6.0", | ||
"@uppy/utils": "^5.5.2", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.4.0" | ||
"@uppy/core": "^3.6.0" | ||
} | ||
} |
import type { PluginTarget, UIPlugin, UIPluginOptions } from '@uppy/core' | ||
import type { PublicProviderOptions, TokenStorage } from '@uppy/companion-client' | ||
import type { | ||
PublicProviderOptions, | ||
TokenStorage, | ||
} from '@uppy/companion-client' | ||
export interface DropboxOptions extends UIPluginOptions, PublicProviderOptions { | ||
target?: PluginTarget | ||
title?: string | ||
storage?: TokenStorage | ||
target?: PluginTarget | ||
title?: string | ||
storage?: TokenStorage | ||
} | ||
@@ -9,0 +12,0 @@ |
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
157
15795
Updated@uppy/provider-views@^3.6.0
Updated@uppy/utils@^5.5.2