@uppy/unsplash
Advanced tools
Comparing version 4.0.0-beta.4 to 4.0.0-beta.5
@@ -8,3 +8,3 @@ import { getAllowedHosts, tokenStorage, SearchProvider } from '@uppy/companion-client'; | ||
const packageJson = { | ||
"version": "4.0.0-beta.4" | ||
"version": "4.0.0-beta.5" | ||
}; | ||
@@ -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.4", | ||
"version": "4.0.0-beta.5", | ||
"license": "MIT", | ||
@@ -23,9 +23,9 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^4.0.0-beta.4", | ||
"@uppy/provider-views": "^4.0.0-beta.4", | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"@uppy/companion-client": "^4.0.0-beta.5", | ||
"@uppy/provider-views": "^4.0.0-beta.5", | ||
"@uppy/utils": "^6.0.0-beta.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.4" | ||
"@uppy/core": "^4.0.0-beta.5" | ||
}, | ||
@@ -32,0 +32,0 @@ "publishConfig": { |
@@ -10,7 +10,12 @@ # @uppy/unsplash | ||
The Unsplash plugin lets users import files from Unsplash, the free stock photography resource. | ||
The Unsplash plugin lets users import files from Unsplash, the free stock | ||
photography resource. | ||
A Companion instance is required for the Unsplash plugin to work. Companion will download the files and upload them to their destination. This saves bandwidth for the user (especially on mobile connections) and helps avoid CORS restrictions. | ||
A Companion instance is required for the Unsplash plugin to work. Companion will | ||
download the files and upload them to their destination. This saves bandwidth | ||
for the user (especially on mobile connections) and helps avoid CORS | ||
restrictions. | ||
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 +40,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/unsplash). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/unsplash). | ||
@@ -42,0 +51,0 @@ ## License |
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
52