Comparing version 2.1.4 to 2.2.0
@@ -7,3 +7,3 @@ import { UIPlugin } from '@uppy/core'; | ||
const packageJson = { | ||
"version": "2.1.4" | ||
"version": "2.2.0" | ||
}; | ||
@@ -37,3 +37,4 @@ export default class Box extends UIPlugin { | ||
provider: 'box', | ||
pluginId: this.id | ||
pluginId: this.id, | ||
supportsRefreshToken: false | ||
}); | ||
@@ -40,0 +41,0 @@ this.defaultLocale = locale; |
{ | ||
"name": "@uppy/box", | ||
"description": "Import files from Box, into Uppy.", | ||
"version": "2.1.4", | ||
"version": "2.2.0", | ||
"license": "MIT", | ||
@@ -24,9 +24,9 @@ "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" | ||
}, | ||
@@ -33,0 +33,0 @@ "publishConfig": { |
@@ -33,2 +33,3 @@ import { UIPlugin } from '@uppy/core' | ||
pluginId: this.id, | ||
supportsRefreshToken: false, | ||
}) | ||
@@ -35,0 +36,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
16952
164
Updated@uppy/provider-views@^3.8.0
Updated@uppy/utils@^5.7.0