@uppy/audio
Advanced tools
Comparing version 1.0.1 to 1.0.2
# @uppy/audio | ||
## 1.0.2 | ||
Released: 2022-09-25 | ||
Included in: Uppy v3.1.0 | ||
- @uppy/audio,@uppy/aws-s3-multipart,@uppy/aws-s3,@uppy/box,@uppy/companion-client,@uppy/companion,@uppy/compressor,@uppy/core,@uppy/dashboard,@uppy/drag-drop,@uppy/drop-target,@uppy/dropbox,@uppy/facebook,@uppy/file-input,@uppy/form,@uppy/golden-retriever,@uppy/google-drive,@uppy/image-editor,@uppy/informer,@uppy/instagram,@uppy/locales,@uppy/onedrive,@uppy/progress-bar,@uppy/provider-views,@uppy/react,@uppy/redux-dev-tools,@uppy/remote-sources,@uppy/screen-capture,@uppy/status-bar,@uppy/store-default,@uppy/store-redux,@uppy/svelte,@uppy/thumbnail-generator,@uppy/transloadit,@uppy/tus,@uppy/unsplash,@uppy/url,@uppy/utils,@uppy/vue,@uppy/webcam,@uppy/xhr-upload,@uppy/zoom: add missing entries to changelog for individual packages (Antoine du Hamel / #4092) | ||
## 1.0.0 | ||
Released: 2022-08-22 | ||
Included in: Uppy v3.0.0 | ||
- Switch to ESM | ||
## 0.3.2 | ||
@@ -4,0 +18,0 @@ |
@@ -17,3 +17,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.0.1" | ||
"version": "1.0.2" | ||
}; | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.0.1", | ||
"@uppy/utils": "^5.0.2", | ||
"preact": "^10.5.13" | ||
@@ -37,3 +37,3 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.1" | ||
"@uppy/core": "^3.0.2" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
119061
Updated@uppy/utils@^5.0.2