@remotion/cli 4.0.278 → 4.0.280

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.
@@ -75,12 +75,12 @@ declare global {
75
75
  readonly setShouldOpenBrowser: (should: boolean) => void;
76
76
  /**
77
77
  * Set the log level.
78
- * Acceptable values: 'error' | 'warning' | 'info' | 'verbose'
78
+ * Acceptable values: 'error' | 'warning' | 'info' | 'verbose' | 'trace'
79
79
  * Default value: 'info'
80
80
  *
81
81
  * Set this to 'verbose' to get browser logs and other IO.
82
82
  */
83
- readonly setLevel: (newLogLevel: 'verbose' | 'info' | 'warn' | 'error') => void;
83
+ readonly setLevel: (newLogLevel: 'trace' | 'verbose' | 'info' | 'warn' | 'error') => void;
84
84
  /**
85
85
  * Specify executable path for the browser to use.
86
86
  * Default: null, which will make Remotion find or download a version of said browser.
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.278",
6
+ "version": "4.0.280",
7
7
  "description": "Control Remotion features using the `npx remotion` command",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -33,14 +33,14 @@
33
33
  "dotenv": "9.0.2",
34
34
  "minimist": "1.2.6",
35
35
  "prompts": "2.4.2",
36
- "@remotion/bundler": "4.0.278",
37
- "@remotion/media-utils": "4.0.278",
38
- "@remotion/renderer": "4.0.278",
39
- "@remotion/player": "4.0.278",
40
- "@remotion/studio-shared": "4.0.278",
41
- "@remotion/studio-server": "4.0.278",
42
- "remotion": "4.0.278",
43
- "@remotion/studio": "4.0.278"
36
+ "@remotion/bundler": "4.0.280",
37
+ "@remotion/media-utils": "4.0.280",
38
+ "@remotion/renderer": "4.0.280",
39
+ "@remotion/player": "4.0.280",
40
+ "@remotion/studio": "4.0.280",
41
+ "@remotion/studio-shared": "4.0.280",
42
+ "@remotion/studio-server": "4.0.280",
43
+ "remotion": "4.0.280"
44
44
  },
45
45
  "peerDependencies": {
46
46
  "react": ">=16.8.0",
@@ -54,11 +54,11 @@
54
54
  "react-dom": "19.0.0",
55
55
  "zod": "3.22.3",
56
56
  "eslint": "9.19.0",
57
- "@remotion/tailwind-v4": "4.0.278",
58
- "@remotion/zod-types": "4.0.278",
59
- "@remotion/enable-scss": "4.0.278",
60
- "@remotion/skia": "4.0.278",
61
- "@remotion/eslint-config-internal": "4.0.278"
57
+ "@remotion/zod-types": "4.0.280",
58
+ "@remotion/tailwind-v4": "4.0.280",
59
+ "@remotion/enable-scss": "4.0.280",
60
+ "@remotion/skia": "4.0.280",
61
+ "@remotion/eslint-config-internal": "4.0.280"
62
62
  },
63
63
  "keywords": [
64
64
  "remotion",