@uppy/audio
Advanced tools
Comparing version 2.0.0-beta.2 to 2.0.0-beta.3
@@ -15,3 +15,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const packageJson = { | ||
"version": "2.0.0-beta.2" | ||
"version": "2.0.0-beta.3" | ||
}; | ||
@@ -18,0 +18,0 @@ var _stream = /*#__PURE__*/_classPrivateFieldLooseKey("stream"); |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "2.0.0-beta.2", | ||
"version": "2.0.0-beta.3", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.2", | ||
"@uppy/utils": "^6.0.0-beta.3", | ||
"preact": "^10.5.13" | ||
@@ -36,3 +36,3 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.2" | ||
"@uppy/core": "^4.0.0-beta.3" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
Updated@uppy/utils@^6.0.0-beta.3