@uppy/dropbox
Advanced tools
Comparing version 3.1.4 to 3.2.0
@@ -6,3 +6,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "3.1.4" | ||
"version": "3.2.0" | ||
}; | ||
@@ -34,3 +34,4 @@ import locale from './locale.js'; | ||
provider: 'dropbox', | ||
pluginId: this.id | ||
pluginId: this.id, | ||
supportsRefreshToken: true | ||
}); | ||
@@ -37,0 +38,0 @@ this.defaultLocale = locale; |
{ | ||
"name": "@uppy/dropbox", | ||
"description": "Import files from Dropbox, into Uppy.", | ||
"version": "3.1.4", | ||
"version": "3.2.0", | ||
"license": "MIT", | ||
@@ -24,10 +24,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^3.5.0", | ||
"@uppy/provider-views": "^3.6.0", | ||
"@uppy/utils": "^5.5.2", | ||
"@uppy/companion-client": "^3.7.0", | ||
"@uppy/provider-views": "^3.8.0", | ||
"@uppy/utils": "^5.7.0", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.6.0" | ||
"@uppy/core": "^3.8.0" | ||
} | ||
} |
@@ -30,2 +30,3 @@ import { UIPlugin } from '@uppy/core' | ||
pluginId: this.id, | ||
supportsRefreshToken: true, | ||
}) | ||
@@ -32,0 +33,0 @@ |
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
15945
159
Updated@uppy/provider-views@^3.8.0
Updated@uppy/utils@^5.7.0