@uppy/webcam
Advanced tools
Comparing version 1.6.3 to 1.6.4
@@ -17,5 +17,3 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; } | ||
var CameraScreen = | ||
/*#__PURE__*/ | ||
function (_Component) { | ||
var CameraScreen = /*#__PURE__*/function (_Component) { | ||
_inheritsLoose(CameraScreen, _Component); | ||
@@ -22,0 +20,0 @@ |
@@ -99,5 +99,3 @@ var _class, _temp; | ||
module.exports = (_temp = _class = | ||
/*#__PURE__*/ | ||
function (_Plugin) { | ||
module.exports = (_temp = _class = /*#__PURE__*/function (_Plugin) { | ||
_inheritsLoose(Webcam, _Plugin); | ||
@@ -563,2 +561,2 @@ | ||
return Webcam; | ||
}(Plugin), _class.VERSION = "1.6.3", _temp); | ||
}(Plugin), _class.VERSION = "1.6.4", _temp); |
{ | ||
"name": "@uppy/webcam", | ||
"description": "Uppy plugin that takes photos or records videos using the device's camera.", | ||
"version": "1.6.3", | ||
"version": "1.6.4", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^2.4.2", | ||
"@uppy/utils": "^2.4.3", | ||
"preact": "8.2.9" | ||
@@ -36,3 +36,3 @@ }, | ||
}, | ||
"gitHead": "323233488f4abe33f0fda037673d38777f109f6f" | ||
"gitHead": "6e2dfd7c0f54f38672894eac2333310dcd276c03" | ||
} |
Sorry, the diff of this file is not supported yet
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
58996
1426
Updated@uppy/utils@^2.4.3