create-video 4.0.394 → 4.0.395
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
|
@@ -216,7 +216,7 @@ var FEATURED_TEMPLATES = [
|
|
|
216
216
|
contributedBy: null
|
|
217
217
|
},
|
|
218
218
|
{
|
|
219
|
-
homePageLabel: "Prompt to Motion
|
|
219
|
+
homePageLabel: "Prompt to Motion Graphics",
|
|
220
220
|
shortName: "Prompt to Motion Graphics (Next.js)",
|
|
221
221
|
org: "remotion-dev",
|
|
222
222
|
repoName: "template-prompt-to-motion-graphics",
|
package/dist/templates.js
CHANGED
|
@@ -132,7 +132,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
132
132
|
contributedBy: null,
|
|
133
133
|
},
|
|
134
134
|
{
|
|
135
|
-
homePageLabel: 'Prompt to Motion
|
|
135
|
+
homePageLabel: 'Prompt to Motion Graphics',
|
|
136
136
|
shortName: 'Prompt to Motion Graphics (Next.js)',
|
|
137
137
|
org: 'remotion-dev',
|
|
138
138
|
repoName: 'template-prompt-to-motion-graphics',
|
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.395",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/prompts": "^2.0.12",
|
|
30
30
|
"@types/tar": "6.1.1",
|
|
31
31
|
"react": "19.2.3",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.395",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|