create-video 4.0.434 → 4.0.436
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/esm/index.mjs
CHANGED
|
@@ -6,6 +6,7 @@ var listOfRemotionPackages = [
|
|
|
6
6
|
"@remotion/astro-example",
|
|
7
7
|
"@remotion/babel-loader",
|
|
8
8
|
"@remotion/bugs",
|
|
9
|
+
"@remotion/brand",
|
|
9
10
|
"@remotion/bundler",
|
|
10
11
|
"@remotion/cli",
|
|
11
12
|
"@remotion/cloudrun",
|
|
@@ -84,6 +85,7 @@ var listOfRemotionPackages = [
|
|
|
84
85
|
"@remotion/web-renderer",
|
|
85
86
|
"@remotion/design",
|
|
86
87
|
"@remotion/light-leaks",
|
|
88
|
+
"@remotion/starburst",
|
|
87
89
|
"@remotion/vercel",
|
|
88
90
|
"@remotion/sfx"
|
|
89
91
|
];
|
|
@@ -259,7 +261,7 @@ var FEATURED_TEMPLATES = [
|
|
|
259
261
|
shortName: "Prompt to Motion Graphics SaaS Starter Kit",
|
|
260
262
|
org: "remotion-dev",
|
|
261
263
|
repoName: "template-prompt-to-motion-graphics-saas",
|
|
262
|
-
description: "SaaS template for AI-powered
|
|
264
|
+
description: "SaaS template for AI-powered animation generation",
|
|
263
265
|
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser. See the <a href="/docs/ai/ai-saas-template">documentation page</a> for more details.',
|
|
264
266
|
promoBanner: {
|
|
265
267
|
width: 2880,
|
|
@@ -9,6 +9,7 @@ exports.listOfRemotionPackages = [
|
|
|
9
9
|
'@remotion/astro-example',
|
|
10
10
|
'@remotion/babel-loader',
|
|
11
11
|
'@remotion/bugs',
|
|
12
|
+
'@remotion/brand',
|
|
12
13
|
'@remotion/bundler',
|
|
13
14
|
'@remotion/cli',
|
|
14
15
|
'@remotion/cloudrun',
|
|
@@ -87,6 +88,7 @@ exports.listOfRemotionPackages = [
|
|
|
87
88
|
'@remotion/web-renderer',
|
|
88
89
|
'@remotion/design',
|
|
89
90
|
'@remotion/light-leaks',
|
|
91
|
+
'@remotion/starburst',
|
|
90
92
|
'@remotion/vercel',
|
|
91
93
|
'@remotion/sfx',
|
|
92
94
|
];
|
package/dist/templates.js
CHANGED
|
@@ -171,7 +171,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
171
171
|
shortName: 'Prompt to Motion Graphics SaaS Starter Kit',
|
|
172
172
|
org: 'remotion-dev',
|
|
173
173
|
repoName: 'template-prompt-to-motion-graphics-saas',
|
|
174
|
-
description: 'SaaS template for AI-powered
|
|
174
|
+
description: 'SaaS template for AI-powered animation generation',
|
|
175
175
|
longerDescription: 'A SaaS template for "Prompt to Motion Graphics" products. Generates Remotion code, streams it to the frontend, and compiles and previews it in the browser. See the <a href="/docs/ai/ai-saas-template">documentation page</a> for more details.',
|
|
176
176
|
promoBanner: {
|
|
177
177
|
width: 2880,
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/create-video"
|
|
4
4
|
},
|
|
5
5
|
"name": "create-video",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.436",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@types/prompts": "^2.0.12",
|
|
31
31
|
"@types/tar": "6.1.1",
|
|
32
32
|
"react": "19.2.3",
|
|
33
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.436",
|
|
34
34
|
"eslint": "9.19.0",
|
|
35
35
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
36
36
|
},
|