create-video 4.0.339 → 4.0.340

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.
@@ -121,7 +121,7 @@ var FEATURED_TEMPLATES = [
121
121
  type: "video",
122
122
  defaultBranch: "main",
123
123
  featuredOnHomePage: "Next.js",
124
- previewURL: null,
124
+ previewURL: "https://next.remotion.dev",
125
125
  templateInMonorepo: "template-next-app",
126
126
  allowEnableTailwind: false
127
127
  },
@@ -141,7 +141,7 @@ var FEATURED_TEMPLATES = [
141
141
  type: "video",
142
142
  defaultBranch: "main",
143
143
  featuredOnHomePage: null,
144
- previewURL: null,
144
+ previewURL: "https://next.remotion.dev",
145
145
  templateInMonorepo: "template-next-app-tailwind",
146
146
  allowEnableTailwind: false
147
147
  },
@@ -161,7 +161,7 @@ var FEATURED_TEMPLATES = [
161
161
  type: "video",
162
162
  defaultBranch: "main",
163
163
  featuredOnHomePage: null,
164
- previewURL: null,
164
+ previewURL: "https://next.remotion.dev",
165
165
  templateInMonorepo: "template-next-pages",
166
166
  allowEnableTailwind: false
167
167
  },
package/dist/templates.js CHANGED
@@ -41,7 +41,7 @@ exports.FEATURED_TEMPLATES = [
41
41
  type: 'video',
42
42
  defaultBranch: 'main',
43
43
  featuredOnHomePage: 'Next.js',
44
- previewURL: null,
44
+ previewURL: 'https://next.remotion.dev',
45
45
  templateInMonorepo: 'template-next-app',
46
46
  allowEnableTailwind: false,
47
47
  },
@@ -61,7 +61,7 @@ exports.FEATURED_TEMPLATES = [
61
61
  type: 'video',
62
62
  defaultBranch: 'main',
63
63
  featuredOnHomePage: null,
64
- previewURL: null,
64
+ previewURL: 'https://next.remotion.dev',
65
65
  templateInMonorepo: 'template-next-app-tailwind',
66
66
  allowEnableTailwind: false,
67
67
  },
@@ -81,7 +81,7 @@ exports.FEATURED_TEMPLATES = [
81
81
  type: 'video',
82
82
  defaultBranch: 'main',
83
83
  featuredOnHomePage: null,
84
- previewURL: null,
84
+ previewURL: 'https://next.remotion.dev',
85
85
  templateInMonorepo: 'template-next-pages',
86
86
  allowEnableTailwind: false,
87
87
  },
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.339",
6
+ "version": "4.0.340",
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.339"
30
+ "@remotion/eslint-config-internal": "4.0.340"
31
31
  },
32
32
  "exports": {
33
33
  "./package.json": "./package.json",