create-video 4.0.421 → 4.0.423

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.
@@ -1,7 +1,6 @@
1
1
  // src/list-of-remotion-packages.ts
2
2
  var listOfRemotionPackages = [
3
3
  "@remotion/svg-3d-engine",
4
- "@remotion/ai-improvements",
5
4
  "@remotion/animation-utils",
6
5
  "@remotion/animated-emoji",
7
6
  "@remotion/astro-example",
@@ -176,7 +175,7 @@ var FEATURED_TEMPLATES = [
176
175
  type: "video",
177
176
  defaultBranch: "main",
178
177
  featuredOnHomePage: null,
179
- previewURL: null,
178
+ previewURL: "https://template-vercel.remotion.dev",
180
179
  templateInMonorepo: "template-vercel",
181
180
  allowEnableTailwind: false,
182
181
  contributedBy: null,
@@ -267,8 +266,8 @@ var FEATURED_TEMPLATES = [
267
266
  cliId: "prompt-to-motion-graphics",
268
267
  type: "image",
269
268
  defaultBranch: "main",
270
- featuredOnHomePage: "Prompt to Motion",
271
- previewURL: "https://prompt-to-motion-graphics-saas.vercel.app",
269
+ featuredOnHomePage: null,
270
+ previewURL: null,
272
271
  previewLabel: "Live Demo",
273
272
  templateInMonorepo: "template-prompt-to-motion-graphics",
274
273
  allowEnableTailwind: false,
@@ -4,7 +4,6 @@ exports.listOfRemotionPackages = void 0;
4
4
  // Generated by package-sync.test.ts
5
5
  exports.listOfRemotionPackages = [
6
6
  '@remotion/svg-3d-engine',
7
- '@remotion/ai-improvements',
8
7
  '@remotion/animation-utils',
9
8
  '@remotion/animated-emoji',
10
9
  '@remotion/astro-example',
package/dist/templates.js CHANGED
@@ -90,7 +90,7 @@ exports.FEATURED_TEMPLATES = [
90
90
  type: 'video',
91
91
  defaultBranch: 'main',
92
92
  featuredOnHomePage: null,
93
- previewURL: null,
93
+ previewURL: 'https://template-vercel.remotion.dev',
94
94
  templateInMonorepo: 'template-vercel',
95
95
  allowEnableTailwind: false,
96
96
  contributedBy: null,
@@ -181,8 +181,8 @@ exports.FEATURED_TEMPLATES = [
181
181
  cliId: 'prompt-to-motion-graphics',
182
182
  type: 'image',
183
183
  defaultBranch: 'main',
184
- featuredOnHomePage: 'Prompt to Motion',
185
- previewURL: 'https://prompt-to-motion-graphics-saas.vercel.app',
184
+ featuredOnHomePage: null,
185
+ previewURL: null,
186
186
  previewLabel: 'Live Demo',
187
187
  templateInMonorepo: 'template-prompt-to-motion-graphics',
188
188
  allowEnableTailwind: false,
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.421",
6
+ "version": "4.0.423",
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.421",
32
+ "@remotion/eslint-config-internal": "4.0.423",
33
33
  "eslint": "9.19.0"
34
34
  },
35
35
  "exports": {