@uppy/audio
Advanced tools
Comparing version 1.1.7 to 1.1.8
# @uppy/audio | ||
## 1.1.8 | ||
Released: 2024-03-27 | ||
Included in: Uppy v3.24.0 | ||
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014) | ||
## 1.1.5 | ||
@@ -4,0 +11,0 @@ |
@@ -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": "1.1.7" | ||
"version": "1.1.8" | ||
}; | ||
@@ -18,0 +18,0 @@ var _stream = /*#__PURE__*/_classPrivateFieldLooseKey("stream"); |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "1.1.7", | ||
"version": "1.1.8", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.3", | ||
"@uppy/utils": "^5.7.5", | ||
"preact": "^10.5.13" | ||
@@ -37,3 +37,3 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.9.2" | ||
"@uppy/core": "^3.10.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
export { default } from './Audio.tsx' | ||
export type { AudioOptions } from './Audio.tsx' |
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
135022
1877
Updated@uppy/utils@^5.7.5