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.
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/index.mjs +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +1 -1
package/dist/cjs/version.d.ts
CHANGED
package/dist/cjs/version.js
CHANGED
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
113
|
+
const VERSION = '4.0.145';
|
|
114
114
|
|
|
115
115
|
const checkMultipleRemotionVersions = () => {
|
|
116
116
|
if (typeof globalThis === 'undefined') {
|
package/dist/esm/version.mjs
CHANGED