create-video 4.0.501 → 4.0.503
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
|
@@ -9,7 +9,6 @@ var listOfRemotionPackages = [
|
|
|
9
9
|
"@remotion/brand",
|
|
10
10
|
"@remotion/bundler",
|
|
11
11
|
"@remotion/browser-studio",
|
|
12
|
-
"@remotion/canvas-capture",
|
|
13
12
|
"@remotion/claude-code-plugin",
|
|
14
13
|
"@remotion/cli",
|
|
15
14
|
"@remotion/cloudrun",
|
|
@@ -95,7 +94,7 @@ var listOfRemotionPackages = [
|
|
|
95
94
|
"@remotion/remotion-media",
|
|
96
95
|
"@remotion/web-renderer",
|
|
97
96
|
"@remotion/design",
|
|
98
|
-
"@remotion/
|
|
97
|
+
"@remotion/studio-protocol",
|
|
99
98
|
"@remotion/light-leaks",
|
|
100
99
|
"@remotion/rough-notation",
|
|
101
100
|
"@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
|
});
|
|
@@ -12,7 +12,6 @@ exports.listOfRemotionPackages = [
|
|
|
12
12
|
'@remotion/brand',
|
|
13
13
|
'@remotion/bundler',
|
|
14
14
|
'@remotion/browser-studio',
|
|
15
|
-
'@remotion/canvas-capture',
|
|
16
15
|
'@remotion/claude-code-plugin',
|
|
17
16
|
'@remotion/cli',
|
|
18
17
|
'@remotion/cloudrun',
|
|
@@ -98,7 +97,7 @@ exports.listOfRemotionPackages = [
|
|
|
98
97
|
'@remotion/remotion-media',
|
|
99
98
|
'@remotion/web-renderer',
|
|
100
99
|
'@remotion/design',
|
|
101
|
-
'@remotion/
|
|
100
|
+
'@remotion/studio-protocol',
|
|
102
101
|
'@remotion/light-leaks',
|
|
103
102
|
'@remotion/rough-notation',
|
|
104
103
|
'@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.503",
|
|
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.503",
|
|
33
33
|
"eslint": "9.19.0",
|
|
34
34
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
35
35
|
},
|