@remotion/cli 4.0.0-offthread.5 → 4.0.0-offthread.9
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/render.js +3 -0
- package/package.json +7 -7
package/dist/render.js
CHANGED
|
@@ -229,5 +229,8 @@ const render = async () => {
|
|
|
229
229
|
log_1.Log.warn('Do you have minimum required Node.js version?');
|
|
230
230
|
}
|
|
231
231
|
log_1.Log.info(chalk_1.default.green('\nYour video is ready!'));
|
|
232
|
+
if (remotion_1.Internals.Logging.isEqualOrBelowLogLevel(remotion_1.Internals.Logging.getLogLevel(), 'verbose')) {
|
|
233
|
+
remotion_1.Internals.perf.logPerf();
|
|
234
|
+
}
|
|
232
235
|
};
|
|
233
236
|
exports.render = render;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cli",
|
|
3
|
-
"version": "4.0.0-offthread.
|
|
3
|
+
"version": "4.0.0-offthread.9+41e641761",
|
|
4
4
|
"description": "CLI for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,16 +23,16 @@
|
|
|
23
23
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
24
24
|
"license": "SEE LICENSE IN LICENSE.md",
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remotion/bundler": "4.0.0-offthread.
|
|
27
|
-
"@remotion/media-utils": "4.0.0-offthread.
|
|
28
|
-
"@remotion/player": "4.0.0-offthread.
|
|
29
|
-
"@remotion/renderer": "4.0.0-offthread.
|
|
26
|
+
"@remotion/bundler": "4.0.0-offthread.9+41e641761",
|
|
27
|
+
"@remotion/media-utils": "4.0.0-offthread.9+41e641761",
|
|
28
|
+
"@remotion/player": "4.0.0-offthread.9+41e641761",
|
|
29
|
+
"@remotion/renderer": "4.0.0-offthread.9+41e641761",
|
|
30
30
|
"better-opn": "2.1.1",
|
|
31
31
|
"chalk": "4.1.2",
|
|
32
32
|
"dotenv": "9.0.2",
|
|
33
33
|
"execa": "5.1.1",
|
|
34
34
|
"minimist": "1.2.6",
|
|
35
|
-
"remotion": "4.0.0-offthread.
|
|
35
|
+
"remotion": "4.0.0-offthread.9+41e641761",
|
|
36
36
|
"semver": "7.3.5",
|
|
37
37
|
"webpack": "5.72.0"
|
|
38
38
|
},
|
|
@@ -72,5 +72,5 @@
|
|
|
72
72
|
"publishConfig": {
|
|
73
73
|
"access": "public"
|
|
74
74
|
},
|
|
75
|
-
"gitHead": "
|
|
75
|
+
"gitHead": "41e641761b9df6c7c876fb8bbb5ca4e5a0fe6e2a"
|
|
76
76
|
}
|