create-video 4.0.435 → 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 +1 -1
- package/dist/templates.js +1 -1
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -261,7 +261,7 @@ var FEATURED_TEMPLATES = [
|
|
|
261
261
|
shortName: "Prompt to Motion Graphics SaaS Starter Kit",
|
|
262
262
|
org: "remotion-dev",
|
|
263
263
|
repoName: "template-prompt-to-motion-graphics-saas",
|
|
264
|
-
description: "SaaS template for AI-powered
|
|
264
|
+
description: "SaaS template for AI-powered animation generation",
|
|
265
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.',
|
|
266
266
|
promoBanner: {
|
|
267
267
|
width: 2880,
|
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
|
},
|