create-video 4.0.448 → 4.0.450

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.
@@ -520,7 +520,7 @@ var FEATURED_TEMPLATES = [
520
520
  longerDescription: `
521
521
  <span>
522
522
  A starter template to create overlays to use in conventional video
523
- editing software.{' '}
523
+ editing software.
524
524
  <a href="/docs/overlay">Read more about creating overlays.</a>
525
525
  </span>
526
526
  `,
package/dist/templates.js CHANGED
@@ -428,7 +428,7 @@ exports.FEATURED_TEMPLATES = [
428
428
  longerDescription: `
429
429
  <span>
430
430
  A starter template to create overlays to use in conventional video
431
- editing software.{' '}
431
+ editing software.
432
432
  <a href="/docs/overlay">Read more about creating overlays.</a>
433
433
  </span>
434
434
  `,
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.448",
6
+ "version": "4.0.450",
7
7
  "description": "Create a new Remotion project",
8
8
  "main": "dist/index.js",
9
9
  "bin": {
@@ -30,7 +30,7 @@
30
30
  "@types/prompts": "^2.0.12",
31
31
  "@types/tar": "6.1.1",
32
32
  "react": "19.2.3",
33
- "@remotion/eslint-config-internal": "4.0.448",
33
+ "@remotion/eslint-config-internal": "4.0.449",
34
34
  "eslint": "9.19.0",
35
35
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
36
36
  },