@remotion/cli 4.0.356 → 4.0.357
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-queue/queue.js +1 -1
- package/package.json +14 -14
|
@@ -192,7 +192,7 @@ const processJobIfPossible = async ({ remotionRoot, entryPoint, logLevel, }) =>
|
|
|
192
192
|
});
|
|
193
193
|
}
|
|
194
194
|
catch (err) {
|
|
195
|
-
log_1.Log.error({ indent: false, logLevel }, chalk_1.chalk.gray('╰─ '), chalk_1.chalk.red('Failed to render'));
|
|
195
|
+
log_1.Log.error({ indent: false, logLevel }, chalk_1.chalk.gray('\n╰─ '), chalk_1.chalk.red('Failed to render'));
|
|
196
196
|
updateJob(nextJob.id, (job) => {
|
|
197
197
|
return {
|
|
198
198
|
...job,
|
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.357",
|
|
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": "4.0.
|
|
39
|
-
"@remotion/
|
|
40
|
-
"@remotion/studio-shared": "4.0.
|
|
41
|
-
"@remotion/
|
|
42
|
-
"@remotion/studio": "4.0.
|
|
43
|
-
"
|
|
36
|
+
"@remotion/bundler": "4.0.357",
|
|
37
|
+
"@remotion/renderer": "4.0.357",
|
|
38
|
+
"@remotion/player": "4.0.357",
|
|
39
|
+
"@remotion/studio-server": "4.0.357",
|
|
40
|
+
"@remotion/studio-shared": "4.0.357",
|
|
41
|
+
"@remotion/media-utils": "4.0.357",
|
|
42
|
+
"@remotion/studio": "4.0.357",
|
|
43
|
+
"remotion": "4.0.357"
|
|
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.19.0",
|
|
57
|
-
"@remotion/zod-types": "4.0.
|
|
58
|
-
"@remotion/
|
|
59
|
-
"@remotion/enable-scss": "4.0.
|
|
60
|
-
"@remotion/
|
|
61
|
-
"@remotion/
|
|
57
|
+
"@remotion/zod-types": "4.0.357",
|
|
58
|
+
"@remotion/tailwind-v4": "4.0.357",
|
|
59
|
+
"@remotion/enable-scss": "4.0.357",
|
|
60
|
+
"@remotion/skia": "4.0.357",
|
|
61
|
+
"@remotion/eslint-config-internal": "4.0.357"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"remotion",
|