create-video 4.0.144 → 4.0.145

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/templates.js CHANGED
@@ -249,6 +249,7 @@ exports.FEATURED_TEMPLATES = [
249
249
  type: 'video',
250
250
  defaultBranch: 'main',
251
251
  featuredOnHomePage: null,
252
+ previewURL: 'https://template-tailwind-remotion.vercel.app/?/MyComp',
252
253
  },
253
254
  {
254
255
  homePageLabel: 'Overlay',
@@ -266,7 +267,6 @@ exports.FEATURED_TEMPLATES = [
266
267
  type: 'video',
267
268
  defaultBranch: 'main',
268
269
  featuredOnHomePage: null,
269
- previewURL: 'https://template-tailwind-remotion.vercel.app/?/MyComp',
270
270
  },
271
271
  {
272
272
  homePageLabel: 'Stargazer',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-video",
3
- "version": "4.0.144",
3
+ "version": "4.0.145",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "bin": {