create-video 4.0.500 → 4.0.502
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/esm/index.mjs
CHANGED
|
@@ -70,6 +70,7 @@ var listOfRemotionPackages = [
|
|
|
70
70
|
"@remotion/serverless-client",
|
|
71
71
|
"@remotion/skills",
|
|
72
72
|
"@remotion/skills-evals",
|
|
73
|
+
"@remotion/studio-codemods",
|
|
73
74
|
"@remotion/studio-server",
|
|
74
75
|
"@remotion/studio-shared",
|
|
75
76
|
"@remotion/studio",
|
|
@@ -94,7 +95,7 @@ var listOfRemotionPackages = [
|
|
|
94
95
|
"@remotion/remotion-media",
|
|
95
96
|
"@remotion/web-renderer",
|
|
96
97
|
"@remotion/design",
|
|
97
|
-
"@remotion/
|
|
98
|
+
"@remotion/studio-protocol",
|
|
98
99
|
"@remotion/light-leaks",
|
|
99
100
|
"@remotion/rough-notation",
|
|
100
101
|
"@remotion/starburst",
|
package/dist/install-skills.js
CHANGED
|
@@ -9,7 +9,7 @@ const log_1 = require("./log");
|
|
|
9
9
|
const installSkills = async (projectRoot) => {
|
|
10
10
|
const command = process.platform === 'win32' ? 'npx.cmd' : 'npx';
|
|
11
11
|
try {
|
|
12
|
-
await (0, execa_1.default)(command, ['-y', '--loglevel=error', 'skills@1.
|
|
12
|
+
await (0, execa_1.default)(command, ['-y', '--loglevel=error', 'skills@1.5.20', 'add', 'remotion-dev/skills'], {
|
|
13
13
|
cwd: projectRoot,
|
|
14
14
|
stdio: 'inherit',
|
|
15
15
|
});
|
|
@@ -73,6 +73,7 @@ exports.listOfRemotionPackages = [
|
|
|
73
73
|
'@remotion/serverless-client',
|
|
74
74
|
'@remotion/skills',
|
|
75
75
|
'@remotion/skills-evals',
|
|
76
|
+
'@remotion/studio-codemods',
|
|
76
77
|
'@remotion/studio-server',
|
|
77
78
|
'@remotion/studio-shared',
|
|
78
79
|
'@remotion/studio',
|
|
@@ -97,7 +98,7 @@ exports.listOfRemotionPackages = [
|
|
|
97
98
|
'@remotion/remotion-media',
|
|
98
99
|
'@remotion/web-renderer',
|
|
99
100
|
'@remotion/design',
|
|
100
|
-
'@remotion/
|
|
101
|
+
'@remotion/studio-protocol',
|
|
101
102
|
'@remotion/light-leaks',
|
|
102
103
|
'@remotion/rough-notation',
|
|
103
104
|
'@remotion/starburst',
|
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.
|
|
6
|
+
"version": "4.0.502",
|
|
7
7
|
"description": "Create a new Remotion project",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"bin": {
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"@types/minimist": "1.2.2",
|
|
30
30
|
"@types/prompts": "2.4.9",
|
|
31
31
|
"react": "19.2.3",
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.502",
|
|
33
33
|
"eslint": "9.19.0",
|
|
34
34
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
35
35
|
},
|