Comparing version 2.3.1 to 2.4.0
@@ -9,3 +9,3 @@ import { Provider, getAllowedHosts, tokenStorage } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "2.3.1" | ||
"version": "2.4.0" | ||
}; | ||
@@ -53,3 +53,4 @@ export default class Box extends UIPlugin { | ||
provider: this.provider, | ||
loadAllFiles: true | ||
loadAllFiles: true, | ||
virtualList: true | ||
}); | ||
@@ -56,0 +57,0 @@ const { |
{ | ||
"name": "@uppy/box", | ||
"description": "Import files from Box, into Uppy.", | ||
"version": "2.3.1", | ||
"version": "2.4.0", | ||
"license": "MIT", | ||
@@ -25,3 +25,3 @@ "main": "lib/index.js", | ||
"@uppy/companion-client": "^3.8.1", | ||
"@uppy/provider-views": "^3.12.0", | ||
"@uppy/provider-views": "^3.13.0", | ||
"@uppy/utils": "^5.9.0", | ||
@@ -31,3 +31,3 @@ "preact": "^10.5.13" | ||
"peerDependencies": { | ||
"@uppy/core": "^3.11.0" | ||
"@uppy/core": "^3.13.0" | ||
}, | ||
@@ -34,0 +34,0 @@ "publishConfig": { |
@@ -12,5 +12,9 @@ # @uppy/box | ||
A Companion instance is required for the Box plugin to work. Companion handles authentication with Box, downloads files from Box and uploads them to the destination. This saves the user bandwidth, especially helpful if they are on a mobile connection. | ||
A Companion instance is required for the Box plugin to work. Companion handles | ||
authentication with Box, downloads files from Box and uploads them to the | ||
destination. This saves the user bandwidth, especially helpful if they are on a | ||
mobile connection. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -35,7 +39,11 @@ ## Example | ||
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
Alternatively, you can also use this plugin in a pre-built bundle from | ||
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global | ||
`window.Uppy` object. See the | ||
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/box). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/box). | ||
@@ -42,0 +50,0 @@ ## License |
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
20195
205
51
Updated@uppy/provider-views@^3.13.0