@remotion/media-utils
Advanced tools
Comparing version 2.1.10 to 2.1.11
@@ -8,4 +8,4 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
const onError = (ev) => { | ||
reject(ev.error); | ||
const onError = () => { | ||
reject(audio.error); | ||
cleanup(); | ||
@@ -12,0 +12,0 @@ }; |
@@ -13,4 +13,4 @@ "use strict"; | ||
return new Promise((resolve, reject) => { | ||
const onError = (ev) => { | ||
reject(ev.error); | ||
const onError = () => { | ||
reject(video.error); | ||
cleanup(); | ||
@@ -17,0 +17,0 @@ }; |
{ | ||
"name": "@remotion/media-utils", | ||
"version": "2.1.10", | ||
"version": "2.1.11", | ||
"description": "Utility functions for audio and video", | ||
@@ -18,3 +18,3 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"remotion": "2.1.10" | ||
"remotion": "2.1.11" | ||
}, | ||
@@ -21,0 +21,0 @@ "peerDependencies": { |
Sorry, the diff of this file is not supported yet
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
44856
+ Addedremotion@2.1.11(transitive)
- Removedremotion@2.1.10(transitive)
Updatedremotion@2.1.11