@uppy/onedrive
Advanced tools
Comparing version 2.0.5 to 2.0.6
# @uppy/onedrive | ||
## 2.0.6 | ||
Released: 2022-02-16 | ||
Included in: Uppy v2.5.1 | ||
- @uppy/onedrive: Update README.md (Márton László Attila / #3489) | ||
## 2.0.5 | ||
@@ -4,0 +11,0 @@ |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
var _class, _temp; | ||
@@ -94,2 +92,2 @@ | ||
}, _class.VERSION = "2.0.5", _temp); | ||
}, _class.VERSION = "2.0.6", _temp); |
@@ -1,3 +0,1 @@ | ||
"use strict"; | ||
module.exports = { | ||
@@ -4,0 +2,0 @@ strings: { |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "2.0.5", | ||
"version": "2.0.6", | ||
"license": "MIT", | ||
@@ -23,10 +23,10 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^2.0.4", | ||
"@uppy/provider-views": "^2.0.6", | ||
"@uppy/utils": "^4.0.4", | ||
"@uppy/companion-client": "^2.0.5", | ||
"@uppy/provider-views": "^2.0.7", | ||
"@uppy/utils": "^4.0.5", | ||
"preact": "^10.5.13" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^2.1.3" | ||
"@uppy/core": "^2.1.5" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# @uppy/facebook | ||
# @uppy/onedrive | ||
@@ -20,6 +20,6 @@ <img src="https://uppy.io/images/logos/uppy-dog-head-arrow.svg" width="120" alt="Uppy logo: a superman puppy in a pink suit" align="right"> | ||
import Uppy from '@uppy/core' | ||
import Facebook from '@uppy/facebook' | ||
import Facebook from '@uppy/onedrive' | ||
const uppy = new Uppy() | ||
uppy.use(Facebook, { | ||
uppy.use(OneDrive, { | ||
// Options | ||
@@ -32,3 +32,3 @@ }) | ||
```bash | ||
$ npm install @uppy/facebook | ||
$ npm install @uppy/onedrive | ||
``` | ||
@@ -35,0 +35,0 @@ |
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
15548
172
Updated@uppy/provider-views@^2.0.7
Updated@uppy/utils@^4.0.5