@uppy/audio
Advanced tools
Comparing version 1.1.8 to 2.0.0-beta.1
# @uppy/audio | ||
## 2.0.0-beta.1 | ||
Released: 2024-03-28 | ||
Included in: Uppy v4.0.0-beta.1 | ||
- @uppy/audio,@uppy/dashboard,@uppy/drop-target,@uppy/webcam: add missing exports (Antoine du Hamel / #5014) | ||
## 1.1.8 | ||
@@ -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.8" | ||
"version": "2.0.0-beta.1" | ||
}; | ||
@@ -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.8", | ||
"version": "2.0.0-beta.1", | ||
"license": "MIT", | ||
"main": "lib/index.js", | ||
"style": "dist/style.min.css", | ||
"types": "types/index.d.ts", | ||
"keywords": [ | ||
@@ -29,3 +28,3 @@ "file uploader", | ||
"dependencies": { | ||
"@uppy/utils": "^5.7.5", | ||
"@uppy/utils": "^6.0.0-beta.1", | ||
"preact": "^10.5.13" | ||
@@ -37,7 +36,8 @@ }, | ||
"peerDependencies": { | ||
"@uppy/core": "^3.10.0" | ||
"@uppy/core": "^4.0.0-beta.1" | ||
}, | ||
"publishConfig": { | ||
"access": "public" | ||
} | ||
}, | ||
"stableVersion": "1.1.8" | ||
} |
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
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
145526
75
1991
1
+ Added@uppy/core@4.2.3(transitive)
+ Added@uppy/store-default@4.1.1(transitive)
+ Added@uppy/utils@6.0.4(transitive)
+ Addednanoid@5.0.8(transitive)
- Removed@uppy/core@3.13.1(transitive)
- Removed@uppy/store-default@3.2.2(transitive)
- Removed@uppy/utils@5.9.0(transitive)
- Removednanoid@4.0.2(transitive)
Updated@uppy/utils@^6.0.0-beta.1