@uppy/zoom
Advanced tools
Comparing version 0.1.5 to 0.1.6
@@ -13,6 +13,7 @@ var _class, _temp; | ||
var ProviderViews = require('@uppy/provider-views'); | ||
var _require3 = require('@uppy/provider-views'), | ||
ProviderViews = _require3.ProviderViews; | ||
var _require3 = require('preact'), | ||
h = _require3.h; | ||
var _require4 = require('preact'), | ||
h = _require4.h; | ||
@@ -94,2 +95,2 @@ module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) { | ||
return Zoom; | ||
}(Plugin), _class.VERSION = "0.1.5", _temp); | ||
}(Plugin), _class.VERSION = "0.1.6", _temp); |
{ | ||
"name": "@uppy/zoom", | ||
"description": "Import files from zoom, into Uppy.", | ||
"version": "0.1.5", | ||
"version": "0.1.6", | ||
"license": "MIT", | ||
@@ -23,5 +23,5 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/companion-client": "^1.5.4", | ||
"@uppy/provider-views": "^1.7.7", | ||
"@uppy/utils": "^3.2.3", | ||
"@uppy/companion-client": "^1.6.0", | ||
"@uppy/provider-views": "^1.8.0", | ||
"@uppy/utils": "^3.2.4", | ||
"preact": "8.2.9" | ||
@@ -35,3 +35,3 @@ }, | ||
}, | ||
"gitHead": "d07d27422c373b66216ef98ff76081e8618c4943" | ||
"gitHead": "84f7b4d37daa4c1dc98138a169189412af2ae498" | ||
} |
const { Plugin } = require('@uppy/core') | ||
const { Provider } = require('@uppy/companion-client') | ||
const ProviderViews = require('@uppy/provider-views') | ||
const { ProviderViews } = require('@uppy/provider-views') | ||
const { h } = require('preact') | ||
@@ -5,0 +5,0 @@ |
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
12541
140
Updated@uppy/provider-views@^1.8.0
Updated@uppy/utils@^3.2.4