create-video 4.0.239 → 4.0.241

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
@@ -241,7 +241,7 @@ exports.FEATURED_TEMPLATES = [
241
241
  type: 'video',
242
242
  defaultBranch: 'main',
243
243
  featuredOnHomePage: null,
244
- previewURL: null,
244
+ previewURL: 'https://template-audiogram-1nrh.vercel.app',
245
245
  templateInMonorepo: 'template-audiogram',
246
246
  allowEnableTailwind: true,
247
247
  },
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.239",
6
+ "version": "4.0.241",
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.14.0",
30
- "@remotion/eslint-config-internal": "4.0.239"
30
+ "@remotion/eslint-config-internal": "4.0.241"
31
31
  },
32
32
  "homepage": "https://remotion.dev/templates",
33
33
  "scripts": {