@remotion/cli 4.0.451 → 4.0.452

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.
@@ -294,7 +294,7 @@ declare global {
294
294
  /**
295
295
  * Set the audio latency hint that the Studio will
296
296
  * use when playing back audio
297
- * Default: 'interactive'
297
+ * Default: 'playback'
298
298
  */
299
299
  readonly setAudioLatencyHint: (audioLatencyHint: AudioContextLatencyCategory | null) => void;
300
300
  /**
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cli"
4
4
  },
5
5
  "name": "@remotion/cli",
6
- "version": "4.0.451",
6
+ "version": "4.0.452",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -37,17 +37,17 @@
37
37
  "author": "Jonny Burger <jonny@remotion.dev>",
38
38
  "license": "SEE LICENSE IN LICENSE.md",
39
39
  "dependencies": {
40
- "@remotion/bundler": "4.0.451",
41
- "@remotion/media-utils": "4.0.451",
42
- "@remotion/player": "4.0.451",
43
- "@remotion/renderer": "4.0.451",
44
- "@remotion/studio-shared": "4.0.451",
45
- "@remotion/studio-server": "4.0.451",
46
- "@remotion/studio": "4.0.451",
40
+ "@remotion/bundler": "4.0.452",
41
+ "@remotion/media-utils": "4.0.452",
42
+ "@remotion/player": "4.0.452",
43
+ "@remotion/renderer": "4.0.452",
44
+ "@remotion/studio-shared": "4.0.452",
45
+ "@remotion/studio-server": "4.0.452",
46
+ "@remotion/studio": "4.0.452",
47
47
  "dotenv": "17.3.1",
48
48
  "minimist": "1.2.6",
49
49
  "prompts": "2.4.2",
50
- "remotion": "4.0.451"
50
+ "remotion": "4.0.452"
51
51
  },
52
52
  "peerDependencies": {
53
53
  "react": ">=16.8.0",
@@ -58,14 +58,14 @@
58
58
  "@types/prompts": "^2.4.1",
59
59
  "@types/prettier": "^2.7.2",
60
60
  "@types/node": "20.12.14",
61
- "@remotion/zod-types": "4.0.451",
62
- "@remotion/tailwind-v4": "4.0.451",
63
- "@remotion/enable-scss": "4.0.451",
64
- "@remotion/skia": "4.0.451",
61
+ "@remotion/zod-types": "4.0.452",
62
+ "@remotion/tailwind-v4": "4.0.452",
63
+ "@remotion/enable-scss": "4.0.452",
64
+ "@remotion/skia": "4.0.452",
65
65
  "react": "19.2.3",
66
66
  "react-dom": "19.2.3",
67
67
  "zod": "4.3.6",
68
- "@remotion/eslint-config-internal": "4.0.451",
68
+ "@remotion/eslint-config-internal": "4.0.452",
69
69
  "eslint": "9.19.0",
70
70
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
71
71
  },