create-video 4.0.269 → 4.0.270
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 +10 -10
- package/dist/pkg-managers.js +1 -1
- package/dist/templates.d.ts +1 -1
- package/dist/templates.js +10 -10
- package/package.json +2 -2
package/dist/esm/index.mjs
CHANGED
|
@@ -178,7 +178,7 @@ var FEATURED_TEMPLATES = [
|
|
|
178
178
|
cliId: "blank",
|
|
179
179
|
type: "video",
|
|
180
180
|
defaultBranch: "main",
|
|
181
|
-
featuredOnHomePage:
|
|
181
|
+
featuredOnHomePage: null,
|
|
182
182
|
previewURL: "https://template-empty.vercel.app/?/MyComp",
|
|
183
183
|
templateInMonorepo: "template-blank",
|
|
184
184
|
allowEnableTailwind: true
|
|
@@ -204,23 +204,23 @@ var FEATURED_TEMPLATES = [
|
|
|
204
204
|
allowEnableTailwind: true
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
homePageLabel: "
|
|
208
|
-
shortName: "
|
|
207
|
+
homePageLabel: "React Router 7",
|
|
208
|
+
shortName: "React Router",
|
|
209
209
|
org: "remotion-dev",
|
|
210
|
-
repoName: "template-
|
|
211
|
-
description: "
|
|
212
|
-
longerDescription: "A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with
|
|
210
|
+
repoName: "template-react-router",
|
|
211
|
+
description: "SaaS template for video generation apps",
|
|
212
|
+
longerDescription: "A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with React Router 7.",
|
|
213
213
|
promoBanner: {
|
|
214
|
-
width:
|
|
214
|
+
width: 918,
|
|
215
215
|
height: 720,
|
|
216
216
|
src: "/img/remix-template.png"
|
|
217
217
|
},
|
|
218
|
-
cliId: "
|
|
218
|
+
cliId: "react-router",
|
|
219
219
|
type: "image",
|
|
220
220
|
defaultBranch: "main",
|
|
221
|
-
featuredOnHomePage:
|
|
221
|
+
featuredOnHomePage: "React Router",
|
|
222
222
|
previewURL: null,
|
|
223
|
-
templateInMonorepo: "template-
|
|
223
|
+
templateInMonorepo: "template-react-router",
|
|
224
224
|
allowEnableTailwind: false
|
|
225
225
|
},
|
|
226
226
|
{
|
package/dist/pkg-managers.js
CHANGED
|
@@ -126,7 +126,7 @@ const getUpgradeCommand = (manager) => {
|
|
|
126
126
|
};
|
|
127
127
|
exports.getUpgradeCommand = getUpgradeCommand;
|
|
128
128
|
const getDevCommand = (manager, template) => {
|
|
129
|
-
if (template.cliId === '
|
|
129
|
+
if (template.cliId === 'react-router' ||
|
|
130
130
|
template.cliId === 'next' ||
|
|
131
131
|
template.cliId === 'next-tailwind' ||
|
|
132
132
|
template.cliId === 'next-pages-dir') {
|
package/dist/templates.d.ts
CHANGED
|
@@ -20,7 +20,7 @@ export type Template = {
|
|
|
20
20
|
repoName: string;
|
|
21
21
|
homePageLabel: string;
|
|
22
22
|
longerDescription: string;
|
|
23
|
-
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | '
|
|
23
|
+
cliId: 'hello-world' | 'javascript' | 'blank' | 'next' | 'next-tailwind' | 'next-pages-dir' | 'react-router' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike';
|
|
24
24
|
defaultBranch: string;
|
|
25
25
|
featuredOnHomePage: string | null;
|
|
26
26
|
previewURL: string | null;
|
package/dist/templates.js
CHANGED
|
@@ -100,7 +100,7 @@ exports.FEATURED_TEMPLATES = [
|
|
|
100
100
|
cliId: 'blank',
|
|
101
101
|
type: 'video',
|
|
102
102
|
defaultBranch: 'main',
|
|
103
|
-
featuredOnHomePage:
|
|
103
|
+
featuredOnHomePage: null,
|
|
104
104
|
previewURL: 'https://template-empty.vercel.app/?/MyComp',
|
|
105
105
|
templateInMonorepo: 'template-blank',
|
|
106
106
|
allowEnableTailwind: true,
|
|
@@ -126,23 +126,23 @@ exports.FEATURED_TEMPLATES = [
|
|
|
126
126
|
allowEnableTailwind: true,
|
|
127
127
|
},
|
|
128
128
|
{
|
|
129
|
-
homePageLabel: '
|
|
130
|
-
shortName: '
|
|
129
|
+
homePageLabel: 'React Router 7',
|
|
130
|
+
shortName: 'React Router',
|
|
131
131
|
org: 'remotion-dev',
|
|
132
|
-
repoName: 'template-
|
|
133
|
-
description: '
|
|
134
|
-
longerDescription: 'A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with
|
|
132
|
+
repoName: 'template-react-router',
|
|
133
|
+
description: 'SaaS template for video generation apps',
|
|
134
|
+
longerDescription: 'A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with React Router 7.',
|
|
135
135
|
promoBanner: {
|
|
136
|
-
width:
|
|
136
|
+
width: 918,
|
|
137
137
|
height: 720,
|
|
138
138
|
src: '/img/remix-template.png',
|
|
139
139
|
},
|
|
140
|
-
cliId: '
|
|
140
|
+
cliId: 'react-router',
|
|
141
141
|
type: 'image',
|
|
142
142
|
defaultBranch: 'main',
|
|
143
|
-
featuredOnHomePage:
|
|
143
|
+
featuredOnHomePage: 'React Router',
|
|
144
144
|
previewURL: null,
|
|
145
|
-
templateInMonorepo: 'template-
|
|
145
|
+
templateInMonorepo: 'template-react-router',
|
|
146
146
|
allowEnableTailwind: false,
|
|
147
147
|
},
|
|
148
148
|
{
|
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.270",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"@types/tar": "6.1.1",
|
|
28
28
|
"react": "19.0.0",
|
|
29
29
|
"eslint": "9.19.0",
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.270"
|
|
31
31
|
},
|
|
32
32
|
"exports": {
|
|
33
33
|
"./package.json": "./package.json",
|