Comparing version 4.0.183 to 4.0.184
@@ -5,2 +5,5 @@ "use strict"; | ||
const isErrorLike = (err) => { | ||
if (err instanceof Error) { | ||
return true; | ||
} | ||
if (err === null) { | ||
@@ -38,2 +41,5 @@ return false; | ||
error = err; | ||
if (!error.stack) { | ||
error.stack = new Error(error.message).stack; | ||
} | ||
} | ||
@@ -40,0 +46,0 @@ else if (typeof err === 'string') { |
@@ -6,2 +6,2 @@ /** | ||
*/ | ||
export declare const VERSION = "4.0.183"; | ||
export declare const VERSION = "4.0.184"; |
@@ -10,2 +10,2 @@ "use strict"; | ||
*/ | ||
exports.VERSION = '4.0.183'; | ||
exports.VERSION = '4.0.184'; |
@@ -6,3 +6,3 @@ { | ||
"name": "remotion", | ||
"version": "4.0.183", | ||
"version": "4.0.184", | ||
"description": "Make videos programmatically", | ||
@@ -9,0 +9,0 @@ "main": "dist/cjs/index.js", |
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
648086
16512