@remotion/cli 4.0.255 → 4.0.257
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.
|
@@ -157,7 +157,7 @@ const renderVideoFlow = async ({ remotionRoot, fullEntryPoint, indent, logLevel,
|
|
|
157
157
|
isUsingParallelEncoding,
|
|
158
158
|
});
|
|
159
159
|
const puppeteerInstance = await browserInstance;
|
|
160
|
-
addCleanupCallback(`Closing browser instance`, () => puppeteerInstance.close(false
|
|
160
|
+
addCleanupCallback(`Closing browser instance`, () => puppeteerInstance.close({ silent: false }));
|
|
161
161
|
const resolvedConcurrency = renderer_1.RenderInternals.resolveConcurrency(concurrency);
|
|
162
162
|
const server = await renderer_1.RenderInternals.prepareServer({
|
|
163
163
|
concurrency: resolvedConcurrency,
|
|
@@ -114,7 +114,7 @@ const renderStillFlow = async ({ remotionRoot, fullEntryPoint, entryPointReason,
|
|
|
114
114
|
addCleanupCallback(`Close server`, () => server.closeServer(false));
|
|
115
115
|
addCleanupCallback(`Cleanup bundle`, () => cleanupBundle());
|
|
116
116
|
const puppeteerInstance = await browserInstance;
|
|
117
|
-
addCleanupCallback(`Close browser`, () => puppeteerInstance.close(false
|
|
117
|
+
addCleanupCallback(`Close browser`, () => puppeteerInstance.close({ silent: false }));
|
|
118
118
|
const { compositionId, config, reason, argsAfterComposition } = await (0, get_composition_with_dimension_override_1.getCompositionWithDimensionOverride)({
|
|
119
119
|
height,
|
|
120
120
|
width,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/cli",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.257",
|
|
7
7
|
"description": "Control Remotion features using the `npx remotion` command",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -33,14 +33,14 @@
|
|
|
33
33
|
"dotenv": "9.0.2",
|
|
34
34
|
"minimist": "1.2.6",
|
|
35
35
|
"prompts": "2.4.2",
|
|
36
|
-
"@remotion/bundler": "4.0.
|
|
37
|
-
"@remotion/
|
|
38
|
-
"@remotion/
|
|
39
|
-
"@remotion/
|
|
40
|
-
"@remotion/
|
|
41
|
-
"@remotion/
|
|
42
|
-
"remotion": "4.0.
|
|
43
|
-
"
|
|
36
|
+
"@remotion/bundler": "4.0.257",
|
|
37
|
+
"@remotion/player": "4.0.257",
|
|
38
|
+
"@remotion/media-utils": "4.0.257",
|
|
39
|
+
"@remotion/renderer": "4.0.257",
|
|
40
|
+
"@remotion/studio-shared": "4.0.257",
|
|
41
|
+
"@remotion/studio-server": "4.0.257",
|
|
42
|
+
"@remotion/studio": "4.0.257",
|
|
43
|
+
"remotion": "4.0.257"
|
|
44
44
|
},
|
|
45
45
|
"peerDependencies": {
|
|
46
46
|
"react": ">=16.8.0",
|
|
@@ -54,11 +54,11 @@
|
|
|
54
54
|
"react-dom": "19.0.0",
|
|
55
55
|
"zod": "3.22.3",
|
|
56
56
|
"eslint": "9.14.0",
|
|
57
|
-
"@remotion/zod-types": "4.0.
|
|
58
|
-
"@remotion/
|
|
59
|
-
"@remotion/
|
|
60
|
-
"@remotion/
|
|
61
|
-
"@remotion/
|
|
57
|
+
"@remotion/zod-types": "4.0.257",
|
|
58
|
+
"@remotion/enable-scss": "4.0.257",
|
|
59
|
+
"@remotion/skia": "4.0.257",
|
|
60
|
+
"@remotion/tailwind-v4": "4.0.257",
|
|
61
|
+
"@remotion/eslint-config-internal": "4.0.257"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"remotion",
|