@uppy/audio
Advanced tools
Comparing version 1.0.3 to 1.0.4
# @uppy/audio | ||
## 1.0.4 | ||
Released: 2023-02-13 | ||
Included in: Uppy v3.5.0 | ||
- @uppy/audio,@uppy/core,@uppy/dashboard,@uppy/screen-capture: Warn more instead of erroring (Artur Paikin / #4302) | ||
## 1.0.3 | ||
@@ -4,0 +11,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.3" | ||
"version": "1.0.4" | ||
}; | ||
@@ -263,3 +263,3 @@ /** | ||
if (!err.isRestriction) { | ||
this.uppy.log(err, 'error'); | ||
this.uppy.log(err, 'warning'); | ||
} | ||
@@ -266,0 +266,0 @@ } |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"license": "MIT", | ||
@@ -36,3 +36,3 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.5" | ||
"@uppy/core": "^3.0.6" | ||
}, | ||
@@ -39,0 +39,0 @@ "publishConfig": { |
@@ -218,3 +218,3 @@ import { h } from 'preact' | ||
if (!err.isRestriction) { | ||
this.uppy.log(err, 'error') | ||
this.uppy.log(err, 'warning') | ||
} | ||
@@ -221,0 +221,0 @@ } |
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
119366