@uppy/audio
Advanced tools
Comparing version 2.0.0-beta.4 to 2.0.0-beta.5
# @uppy/audio | ||
## 2.0.0-beta.5 | ||
Released: 2024-05-03 | ||
Included in: Uppy v4.0.0-beta.5 | ||
- @uppy/audio,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/remote-sources,@uppy/tus,@uppy/utils: Format (Murderlon) | ||
## 2.0.0-beta.1 | ||
@@ -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": "2.0.0-beta.4" | ||
"version": "2.0.0-beta.5" | ||
}; | ||
@@ -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.4", | ||
"version": "2.0.0-beta.5", | ||
"license": "MIT", | ||
@@ -28,3 +28,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^6.0.0-beta.4", | ||
"@uppy/utils": "^6.0.0-beta.5", | ||
"preact": "^10.5.13" | ||
@@ -36,3 +36,3 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^4.0.0-beta.4" | ||
"@uppy/core": "^4.0.0-beta.5" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -5,7 +5,12 @@ # @uppy/audio | ||
<a href="https://www.npmjs.com/package/@uppy/audio"><img src="https://img.shields.io/npm/v/@uppy/webcam.svg?style=flat-square"></a> <img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> <img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> <img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests"> | ||
<a href="https://www.npmjs.com/package/@uppy/audio"><img src="https://img.shields.io/npm/v/@uppy/webcam.svg?style=flat-square"></a> | ||
<img src="https://github.com/transloadit/uppy/workflows/Tests/badge.svg" alt="CI status for Uppy tests"> | ||
<img src="https://github.com/transloadit/uppy/workflows/Companion/badge.svg" alt="CI status for Companion tests"> | ||
<img src="https://github.com/transloadit/uppy/workflows/End-to-end%20tests/badge.svg" alt="CI status for browser tests"> | ||
The Audio plugin for Uppy lets you record audio using a built-in or external microphone, or any other audio device, on desktop and mobile. | ||
The Audio plugin for Uppy lets you record audio using a built-in or external | ||
microphone, or any other audio device, on desktop and mobile. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -28,7 +33,11 @@ ## Example | ||
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
Alternatively, you can also use this plugin in a pre-built bundle from | ||
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global | ||
`window.Uppy` object. See the | ||
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/webcam). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/webcam). | ||
@@ -35,0 +44,0 @@ ## License |
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
145885
45
Updated@uppy/utils@^6.0.0-beta.5