@remotion/renderer 4.0.519 → 4.0.521
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/client.mjs +5 -1
- package/dist/options/package-manager.js +3 -1
- package/package.json +13 -13
package/dist/esm/client.mjs
CHANGED
|
@@ -3980,10 +3980,14 @@ var packageManagerOption = {
|
|
|
3980
3980
|
/* @__PURE__ */ jsx64("code", {
|
|
3981
3981
|
children: "pnpm"
|
|
3982
3982
|
}),
|
|
3983
|
-
"
|
|
3983
|
+
", ",
|
|
3984
3984
|
/* @__PURE__ */ jsx64("code", {
|
|
3985
3985
|
children: "bun"
|
|
3986
3986
|
}),
|
|
3987
|
+
" and ",
|
|
3988
|
+
/* @__PURE__ */ jsx64("code", {
|
|
3989
|
+
children: "nub"
|
|
3990
|
+
}),
|
|
3987
3991
|
"."
|
|
3988
3992
|
]
|
|
3989
3993
|
});
|
|
@@ -15,8 +15,10 @@ exports.packageManagerOption = {
|
|
|
15
15
|
", ",
|
|
16
16
|
jsx_runtime_1.jsx("code", { children: "yarn" }),
|
|
17
17
|
",", ' ', jsx_runtime_1.jsx("code", { children: "pnpm" }),
|
|
18
|
-
"
|
|
18
|
+
", ",
|
|
19
19
|
jsx_runtime_1.jsx("code", { children: "bun" }),
|
|
20
|
+
" and ",
|
|
21
|
+
jsx_runtime_1.jsx("code", { children: "nub" }),
|
|
20
22
|
"."] }));
|
|
21
23
|
},
|
|
22
24
|
ssrName: 'packageManager',
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/renderer"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/renderer",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.521",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -22,11 +22,11 @@
|
|
|
22
22
|
},
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"execa": "5.1.1",
|
|
25
|
-
"remotion": "4.0.
|
|
26
|
-
"@remotion/streaming": "4.0.
|
|
25
|
+
"remotion": "4.0.521",
|
|
26
|
+
"@remotion/streaming": "4.0.521",
|
|
27
27
|
"source-map": "0.8.0",
|
|
28
28
|
"ws": "8.21.0",
|
|
29
|
-
"@remotion/licensing": "4.0.
|
|
29
|
+
"@remotion/licensing": "4.0.521"
|
|
30
30
|
},
|
|
31
31
|
"peerDependencies": {
|
|
32
32
|
"react": ">=16.8.0",
|
|
@@ -40,19 +40,19 @@
|
|
|
40
40
|
"react-dom": "19.2.3",
|
|
41
41
|
"@typescript/native-preview": "7.0.0-dev.20260217.1",
|
|
42
42
|
"@types/ws": "8.5.10",
|
|
43
|
-
"@remotion/example-videos": "4.0.
|
|
44
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
43
|
+
"@remotion/example-videos": "4.0.521",
|
|
44
|
+
"@remotion/eslint-config-internal": "4.0.521",
|
|
45
45
|
"eslint": "9.19.0",
|
|
46
46
|
"@types/node": "20.12.14"
|
|
47
47
|
},
|
|
48
48
|
"optionalDependencies": {
|
|
49
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
50
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
51
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
52
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
53
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
54
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
55
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
49
|
+
"@remotion/compositor-darwin-arm64": "4.0.521",
|
|
50
|
+
"@remotion/compositor-darwin-x64": "4.0.521",
|
|
51
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.521",
|
|
52
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.521",
|
|
53
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.521",
|
|
54
|
+
"@remotion/compositor-linux-x64-musl": "4.0.521",
|
|
55
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.521"
|
|
56
56
|
},
|
|
57
57
|
"keywords": [
|
|
58
58
|
"remotion",
|