@uppy/remote-sources
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -19,3 +19,3 @@ function _classPrivateFieldLooseBase(receiver, privateKey) { if (!Object.prototype.hasOwnProperty.call(receiver, privateKey)) { throw new TypeError("attempted to use private field on non-instance"); } return receiver; } | ||
const packageJson = { | ||
"version": "1.0.0" | ||
"version": "1.0.1" | ||
}; | ||
@@ -22,0 +22,0 @@ const availablePlugins = { |
{ | ||
"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.0", | ||
"version": "1.0.1", | ||
"license": "MIT", | ||
@@ -31,3 +31,3 @@ "main": "lib/index.js", | ||
"@uppy/box": "^2.0.0", | ||
"@uppy/dashboard": "^3.0.0", | ||
"@uppy/dashboard": "^3.0.1", | ||
"@uppy/dropbox": "^3.0.0", | ||
@@ -43,3 +43,3 @@ "@uppy/facebook": "^3.0.0", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.0" | ||
"@uppy/core": "^3.0.1" | ||
}, | ||
@@ -50,5 +50,5 @@ "publishConfig": { | ||
"devDependencies": { | ||
"@jest/globals": "^28.1.0", | ||
"@jest/globals": "^29.0.0", | ||
"resize-observer-polyfill": "^1.5.1" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
import { describe, expect, it } from '@jest/globals' | ||
import { afterAll, beforeAll, describe, expect, it } from '@jest/globals' | ||
import resizeObserverPolyfill from 'resize-observer-polyfill' | ||
@@ -3,0 +3,0 @@ import Core from '@uppy/core' |
16355
Updated@uppy/dashboard@^3.0.1