@remotion/media-utils
Advanced tools
Comparing version 2.2.0-alpha.cfd7b1b2 to 2.2.0-alpha.d18f8612
@@ -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.2.0-alpha.cfd7b1b2", | ||
"version": "2.2.0-alpha.d18f8612", | ||
"description": "Utility functions for audio and video", | ||
@@ -15,6 +15,6 @@ "main": "dist/index.js", | ||
"repository": { | ||
"url": "https://github.com/JonnyBurger/remotion" | ||
"url": "https://github.com/remotion-dev/remotion" | ||
}, | ||
"dependencies": { | ||
"remotion": "2.2.0-alpha.cfd7b1b2" | ||
"remotion": "2.2.0-alpha.d18f8612" | ||
}, | ||
@@ -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
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
44884
+ Addedremotion@2.2.0-alpha.d18f8612(transitive)
- Removedremotion@2.2.0-alpha.cfd7b1b2(transitive)