@remotion/cli 4.0.272 → 4.0.274
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/list-of-remotion-packages.js +1 -1
- package/dist/studio.js +1 -1
- package/package.json +14 -14
|
@@ -11,7 +11,6 @@ exports.listOfRemotionPackages = [
|
|
|
11
11
|
'@remotion/babel-loader',
|
|
12
12
|
'@remotion/bugs',
|
|
13
13
|
'@remotion/bundler',
|
|
14
|
-
'@remotion/cli-autocomplete',
|
|
15
14
|
'@remotion/cli',
|
|
16
15
|
'@remotion/cloudrun',
|
|
17
16
|
'@remotion/compositor-darwin-arm64',
|
|
@@ -48,6 +47,7 @@ exports.listOfRemotionPackages = [
|
|
|
48
47
|
'@remotion/layout-utils',
|
|
49
48
|
'@remotion/licensing',
|
|
50
49
|
'@remotion/lottie',
|
|
50
|
+
'@remotion/mcp',
|
|
51
51
|
'@remotion/media-utils',
|
|
52
52
|
'@remotion/motion-blur',
|
|
53
53
|
'@remotion/noise',
|
package/dist/studio.js
CHANGED
|
@@ -72,7 +72,7 @@ const studioCommand = async (remotionRoot, args, logLevel) => {
|
|
|
72
72
|
}).value;
|
|
73
73
|
const gitSource = (0, get_github_repository_1.getGitSource)({ remotionRoot, disableGitSource, logLevel });
|
|
74
74
|
await studio_server_1.StudioServerInternals.startStudio({
|
|
75
|
-
previewEntry: require.resolve('@remotion/studio/
|
|
75
|
+
previewEntry: require.resolve('@remotion/studio/previewEntry'),
|
|
76
76
|
browserArgs: parsed_cli_1.parsedCli['browser-args'],
|
|
77
77
|
browserFlag: parsed_cli_1.parsedCli.browser,
|
|
78
78
|
logLevel,
|
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.
|
|
6
|
+
"version": "4.0.274",
|
|
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/
|
|
37
|
-
"@remotion/
|
|
38
|
-
"@remotion/
|
|
39
|
-
"@remotion/
|
|
40
|
-
"
|
|
41
|
-
"@remotion/
|
|
42
|
-
"@remotion/studio": "4.0.
|
|
43
|
-
"remotion": "4.0.
|
|
36
|
+
"@remotion/player": "4.0.274",
|
|
37
|
+
"@remotion/media-utils": "4.0.274",
|
|
38
|
+
"@remotion/studio-shared": "4.0.274",
|
|
39
|
+
"@remotion/studio": "4.0.274",
|
|
40
|
+
"remotion": "4.0.274",
|
|
41
|
+
"@remotion/renderer": "4.0.274",
|
|
42
|
+
"@remotion/studio-server": "4.0.274",
|
|
43
|
+
"@remotion/bundler": "4.0.274"
|
|
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/
|
|
58
|
-
"@remotion/
|
|
59
|
-
"@remotion/
|
|
60
|
-
"@remotion/
|
|
61
|
-
"@remotion/
|
|
57
|
+
"@remotion/zod-types": "4.0.274",
|
|
58
|
+
"@remotion/tailwind-v4": "4.0.274",
|
|
59
|
+
"@remotion/skia": "4.0.274",
|
|
60
|
+
"@remotion/enable-scss": "4.0.274",
|
|
61
|
+
"@remotion/eslint-config-internal": "4.0.274"
|
|
62
62
|
},
|
|
63
63
|
"keywords": [
|
|
64
64
|
"remotion",
|