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.
@@ -178,7 +178,7 @@ var FEATURED_TEMPLATES = [
178
178
  cliId: "blank",
179
179
  type: "video",
180
180
  defaultBranch: "main",
181
- featuredOnHomePage: "Blank",
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: "Remix",
208
- shortName: "Remix",
207
+ homePageLabel: "React Router 7",
208
+ shortName: "React Router",
209
209
  org: "remotion-dev",
210
- repoName: "template-remix",
211
- description: "Remotion + Remix Starter Kit",
212
- longerDescription: "A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with remix.run.",
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: 1280,
214
+ width: 918,
215
215
  height: 720,
216
216
  src: "/img/remix-template.png"
217
217
  },
218
- cliId: "remix",
218
+ cliId: "react-router",
219
219
  type: "image",
220
220
  defaultBranch: "main",
221
- featuredOnHomePage: null,
221
+ featuredOnHomePage: "React Router",
222
222
  previewURL: null,
223
- templateInMonorepo: "template-remix",
223
+ templateInMonorepo: "template-react-router",
224
224
  allowEnableTailwind: false
225
225
  },
226
226
  {
@@ -126,7 +126,7 @@ const getUpgradeCommand = (manager) => {
126
126
  };
127
127
  exports.getUpgradeCommand = getUpgradeCommand;
128
128
  const getDevCommand = (manager, template) => {
129
- if (template.cliId === 'remix' ||
129
+ if (template.cliId === 'react-router' ||
130
130
  template.cliId === 'next' ||
131
131
  template.cliId === 'next-tailwind' ||
132
132
  template.cliId === 'next-pages-dir') {
@@ -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' | 'remix' | 'three' | 'still' | 'tts' | 'google-tts' | 'audiogram' | 'skia' | 'overlay' | 'stargazer' | 'tiktok' | 'code-hike';
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: 'Blank',
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: 'Remix',
130
- shortName: 'Remix',
129
+ homePageLabel: 'React Router 7',
130
+ shortName: 'React Router',
131
131
  org: 'remotion-dev',
132
- repoName: 'template-remix',
133
- description: 'Remotion + Remix Starter Kit',
134
- longerDescription: 'A software-as-a-service starter kit which has the Remotion Player and rendering via Remotion Lambda built-in. Built with remix.run.',
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: 1280,
136
+ width: 918,
137
137
  height: 720,
138
138
  src: '/img/remix-template.png',
139
139
  },
140
- cliId: 'remix',
140
+ cliId: 'react-router',
141
141
  type: 'image',
142
142
  defaultBranch: 'main',
143
- featuredOnHomePage: null,
143
+ featuredOnHomePage: 'React Router',
144
144
  previewURL: null,
145
- templateInMonorepo: 'template-remix',
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.269",
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.269"
30
+ "@remotion/eslint-config-internal": "4.0.270"
31
31
  },
32
32
  "exports": {
33
33
  "./package.json": "./package.json",