@uppy/remote-sources
Advanced tools
Comparing version 1.0.4 to 1.1.0
@@ -5,3 +5,2 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
import { BasePlugin } from '@uppy/core'; | ||
import Dashboard from '@uppy/dashboard'; | ||
import Dropbox from '@uppy/dropbox'; | ||
@@ -17,3 +16,3 @@ import GoogleDrive from '@uppy/google-drive'; | ||
const packageJson = { | ||
"version": "1.0.4" | ||
"version": "1.1.0" | ||
}; | ||
@@ -42,6 +41,5 @@ const availablePlugins = { | ||
this.id = this.opts.id || 'RemoteSources'; | ||
this.type = 'acquirer'; | ||
this.type = 'preset'; | ||
const defaultOptions = { | ||
sources: Object.keys(availablePlugins), | ||
target: Dashboard | ||
sources: Object.keys(availablePlugins) | ||
}; | ||
@@ -48,0 +46,0 @@ this.opts = { |
{ | ||
"name": "@uppy/remote-sources", | ||
"description": "Uppy plugin that includes all remote sources that Uppy+Companion offer, like Instagram, Google Drive, Dropox, Box, Unsplash, Url etc", | ||
"version": "1.0.4", | ||
"version": "1.1.0", | ||
"license": "MIT", | ||
@@ -30,15 +30,15 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/box": "^2.1.3", | ||
"@uppy/dashboard": "^3.5.4", | ||
"@uppy/dropbox": "^3.1.3", | ||
"@uppy/facebook": "^3.1.2", | ||
"@uppy/google-drive": "^3.2.1", | ||
"@uppy/instagram": "^3.1.2", | ||
"@uppy/onedrive": "^3.1.3", | ||
"@uppy/unsplash": "^3.2.2", | ||
"@uppy/url": "^3.3.3", | ||
"@uppy/zoom": "^2.1.2" | ||
"@uppy/box": "^2.1.4", | ||
"@uppy/dashboard": "^3.6.0", | ||
"@uppy/dropbox": "^3.1.4", | ||
"@uppy/facebook": "^3.1.3", | ||
"@uppy/google-drive": "^3.3.0", | ||
"@uppy/instagram": "^3.1.3", | ||
"@uppy/onedrive": "^3.1.4", | ||
"@uppy/unsplash": "^3.2.3", | ||
"@uppy/url": "^3.3.4", | ||
"@uppy/zoom": "^2.1.3" | ||
}, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.5.1" | ||
"@uppy/core": "^3.6.0" | ||
}, | ||
@@ -45,0 +45,0 @@ "publishConfig": { |
import { BasePlugin } from '@uppy/core' | ||
import Dashboard from '@uppy/dashboard' | ||
import Dropbox from '@uppy/dropbox' | ||
@@ -37,7 +36,6 @@ import GoogleDrive from '@uppy/google-drive' | ||
this.id = this.opts.id || 'RemoteSources' | ||
this.type = 'acquirer' | ||
this.type = 'preset' | ||
const defaultOptions = { | ||
sources: Object.keys(availablePlugins), | ||
target: Dashboard, | ||
} | ||
@@ -44,0 +42,0 @@ this.opts = { ...defaultOptions, ...opts } |
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
17356
206
+ Addedpreact@10.25.2(transitive)
- Removedpreact@10.25.1(transitive)
Updated@uppy/box@^2.1.4
Updated@uppy/dashboard@^3.6.0
Updated@uppy/dropbox@^3.1.4
Updated@uppy/facebook@^3.1.3
Updated@uppy/google-drive@^3.3.0
Updated@uppy/instagram@^3.1.3
Updated@uppy/onedrive@^3.1.4
Updated@uppy/unsplash@^3.2.3
Updated@uppy/url@^3.3.4
Updated@uppy/zoom@^2.1.3