@uppy/onedrive
Advanced tools
Comparing version 1.1.7 to 1.1.8
@@ -70,12 +70,2 @@ var _class, _temp; | ||
provider: this.provider | ||
}); // Set default state for Dropbox | ||
this.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}); | ||
@@ -103,2 +93,2 @@ var target = this.opts.target; | ||
return OneDrive; | ||
}(Plugin), _class.VERSION = "1.1.7", _temp); | ||
}(Plugin), _class.VERSION = "1.1.8", _temp); |
{ | ||
"name": "@uppy/onedrive", | ||
"description": "Import files from OneDrive, into Uppy.", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"license": "MIT", | ||
@@ -24,3 +24,3 @@ "main": "lib/index.js", | ||
"@uppy/companion-client": "^1.5.0", | ||
"@uppy/provider-views": "^1.6.7", | ||
"@uppy/provider-views": "^1.6.8", | ||
"@uppy/utils": "^3.1.0", | ||
@@ -32,3 +32,3 @@ "preact": "8.2.9" | ||
}, | ||
"gitHead": "b00ba139128393fd625defeb430c9a19b1a138f2" | ||
"gitHead": "aacaff256c64739337c9148963e874d7c06c9e58" | ||
} |
@@ -41,12 +41,2 @@ const { Plugin } = require('@uppy/core') | ||
}) | ||
// Set default state for Dropbox | ||
this.setPluginState({ | ||
authenticated: false, | ||
files: [], | ||
folders: [], | ||
directories: [], | ||
activeRow: -1, | ||
filterInput: '', | ||
isSearchVisible: false | ||
}) | ||
@@ -53,0 +43,0 @@ const target = this.opts.target |
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
9042
142
Updated@uppy/provider-views@^1.6.8