Comparing version 4.0.141 to 4.0.142
@@ -45,2 +45,5 @@ export type { TRenderAsset } from './CompositionManager'; | ||
}) => number; | ||
ENABLE_V5_BREAKING_CHANGES: false; | ||
MIN_NODE_VERSION: number; | ||
MIN_BUN_VERSION: string; | ||
}; |
@@ -12,2 +12,3 @@ "use strict"; | ||
const truthy_1 = require("./truthy"); | ||
const v5_flag_1 = require("./v5-flag"); | ||
const validate_frame_1 = require("./validate-frame"); | ||
@@ -37,2 +38,5 @@ const validate_default_props_1 = require("./validation/validate-default-props"); | ||
getExpectedMediaFrameUncorrected: get_current_time_1.getExpectedMediaFrameUncorrected, | ||
ENABLE_V5_BREAKING_CHANGES: v5_flag_1.ENABLE_V5_BREAKING_CHANGES, | ||
MIN_NODE_VERSION: v5_flag_1.ENABLE_V5_BREAKING_CHANGES ? 18 : 16, | ||
MIN_BUN_VERSION: v5_flag_1.ENABLE_V5_BREAKING_CHANGES ? '1.1.3' : '1.0.3', | ||
}; |
@@ -1,1 +0,1 @@ | ||
export declare const VERSION = "4.0.141"; | ||
export declare const VERSION = "4.0.142"; |
@@ -5,2 +5,2 @@ "use strict"; | ||
// Automatically generated on publish | ||
exports.VERSION = '4.0.141'; | ||
exports.VERSION = '4.0.142'; |
{ | ||
"name": "remotion", | ||
"version": "4.0.141", | ||
"version": "4.0.142", | ||
"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
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
626859
239
14444