remotion
Advanced tools
Comparing version 4.0.133 to 4.0.134
@@ -63,3 +63,3 @@ "use strict"; | ||
if (!(arr[i] > arr[i - 1])) { | ||
throw new Error(`inputRange must be strictly monotonically non-decreasing but got [${arr.join(',')}]`); | ||
throw new Error(`inputRange must be strictly monotonically increasing but got [${arr.join(',')}]`); | ||
} | ||
@@ -66,0 +66,0 @@ } |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.0.133"; | ||
export declare const VERSION = "4.0.134"; |
@@ -5,2 +5,2 @@ "use strict"; | ||
// Automatically generated on publish | ||
exports.VERSION = '4.0.133'; | ||
exports.VERSION = '4.0.134'; |
{ | ||
"name": "remotion", | ||
"version": "4.0.133", | ||
"version": "4.0.134", | ||
"description": "Render videos in React", | ||
@@ -5,0 +5,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
Sorry, the diff of this file is not supported yet
626032