remotion 4.0.144 → 4.0.145

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -3,4 +3,4 @@
3
3
  * @see [Documentation](https://remotion.dev/docs/version)
4
4
  * @returns {string} The current version of the remotion package
5
5
  */
6
- export declare const VERSION = "4.0.144";
6
+ export declare const VERSION = "4.0.145";
@@ -7,4 +7,4 @@ exports.VERSION = void 0;
7
7
  * @see [Documentation](https://remotion.dev/docs/version)
8
8
  * @returns {string} The current version of the remotion package
9
9
  */
10
- exports.VERSION = '4.0.144';
10
+ exports.VERSION = '4.0.145';
@@ -110,7 +110,7 @@ function truthy(value) {
110
110
  * @see [Documentation](https://remotion.dev/docs/version)
111
111
  * @returns {string} The current version of the remotion package
112
112
  */
113
- const VERSION = '4.0.144';
113
+ const VERSION = '4.0.145';
114
114
 
115
115
  const checkMultipleRemotionVersions = () => {
116
116
  if (typeof globalThis === 'undefined') {
@@ -4,6 +4,6 @@
4
4
  * @see [Documentation](https://remotion.dev/docs/version)
5
5
  * @returns {string} The current version of the remotion package
6
6
  */
7
- const VERSION = '4.0.144';
7
+ const VERSION = '4.0.145';
8
8
 
9
9
  export { VERSION };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "remotion",
3
- "version": "4.0.144",
3
+ "version": "4.0.145",
4
4
  "description": "Render videos in React",
5
5
  "main": "dist/cjs/index.js",
6
6
  "types": "dist/cjs/index.d.ts",