@uppy/audio
Advanced tools
Comparing version 1.0.0-beta.2 to 1.0.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.0-beta.2" | ||
"version": "1.0.0" | ||
}; | ||
@@ -20,0 +20,0 @@ /** |
{ | ||
"name": "@uppy/audio", | ||
"description": "Uppy plugin that records audio using the device’s microphone.", | ||
"version": "1.0.0-beta.2", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "main": "lib/index.js", | ||
"dependencies": { | ||
"@uppy/utils": "^5.0.0-beta.1", | ||
"@uppy/utils": "^5.0.0", | ||
"preact": "^10.5.13" | ||
@@ -37,3 +37,3 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.0.0-beta.4" | ||
"@uppy/core": "^3.0.0" | ||
}, | ||
@@ -40,0 +40,0 @@ "publishConfig": { |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
0
118163
Updated@uppy/utils@^5.0.0