@remotion/renderer 4.0.411 → 4.0.413
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/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.413",
|
|
7
7
|
"description": "Render Remotion videos using Node.js or Bun",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"dependencies": {
|
|
24
24
|
"execa": "5.1.1",
|
|
25
25
|
"extract-zip": "2.0.1",
|
|
26
|
-
"remotion": "4.0.
|
|
27
|
-
"@remotion/streaming": "4.0.
|
|
26
|
+
"remotion": "4.0.413",
|
|
27
|
+
"@remotion/streaming": "4.0.413",
|
|
28
28
|
"source-map": "^0.8.0-beta.0",
|
|
29
29
|
"ws": "8.17.1",
|
|
30
|
-
"@remotion/licensing": "4.0.
|
|
30
|
+
"@remotion/licensing": "4.0.413"
|
|
31
31
|
},
|
|
32
32
|
"peerDependencies": {
|
|
33
33
|
"react": ">=16.8.0",
|
|
@@ -41,19 +41,19 @@
|
|
|
41
41
|
"react-dom": "19.2.3",
|
|
42
42
|
"@typescript/native-preview": "7.0.0-dev.20260105.1",
|
|
43
43
|
"@types/ws": "8.5.10",
|
|
44
|
-
"@remotion/example-videos": "4.0.
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
44
|
+
"@remotion/example-videos": "4.0.413",
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.413",
|
|
46
46
|
"eslint": "9.19.0",
|
|
47
47
|
"@types/node": "20.12.14"
|
|
48
48
|
},
|
|
49
49
|
"optionalDependencies": {
|
|
50
|
-
"@remotion/compositor-darwin-arm64": "4.0.
|
|
51
|
-
"@remotion/compositor-darwin-x64": "4.0.
|
|
52
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
53
|
-
"@remotion/compositor-linux-arm64-musl": "4.0.
|
|
54
|
-
"@remotion/compositor-linux-x64-gnu": "4.0.
|
|
55
|
-
"@remotion/compositor-linux-x64-musl": "4.0.
|
|
56
|
-
"@remotion/compositor-win32-x64-msvc": "4.0.
|
|
50
|
+
"@remotion/compositor-darwin-arm64": "4.0.413",
|
|
51
|
+
"@remotion/compositor-darwin-x64": "4.0.413",
|
|
52
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.413",
|
|
53
|
+
"@remotion/compositor-linux-arm64-musl": "4.0.413",
|
|
54
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.413",
|
|
55
|
+
"@remotion/compositor-linux-x64-musl": "4.0.413",
|
|
56
|
+
"@remotion/compositor-win32-x64-msvc": "4.0.413"
|
|
57
57
|
},
|
|
58
58
|
"keywords": [
|
|
59
59
|
"remotion",
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
export declare const isProductionKeyOption: {
|
|
2
|
-
name: string;
|
|
3
|
-
cliFlag: "is-production-key";
|
|
4
|
-
description: () => import("react/jsx-runtime").JSX.Element;
|
|
5
|
-
ssrName: "isProductionKey";
|
|
6
|
-
docLink: string;
|
|
7
|
-
getValue: ({ commandLine }: {
|
|
8
|
-
commandLine: Record<string, unknown>;
|
|
9
|
-
}) => {
|
|
10
|
-
source: string;
|
|
11
|
-
value: string | null;
|
|
12
|
-
};
|
|
13
|
-
setConfig: (value: string | null) => void;
|
|
14
|
-
type: string | null;
|
|
15
|
-
};
|
|
@@ -1,35 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isProductionKeyOption = void 0;
|
|
4
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
5
|
-
const cliFlag = 'is-production-key';
|
|
6
|
-
let currentIsProductionKey = null;
|
|
7
|
-
exports.isProductionKeyOption = {
|
|
8
|
-
name: 'Is Production Key',
|
|
9
|
-
cliFlag,
|
|
10
|
-
description: () => (jsx_runtime_1.jsx(jsx_runtime_1.Fragment, { children: "Pass \"true\" if you are rendering in production. All the production renders are considered as billable renders on the Pro platform." })),
|
|
11
|
-
ssrName: 'isProductionKey',
|
|
12
|
-
docLink: 'https://www.remotion.dev/docs/licensing',
|
|
13
|
-
getValue: ({ commandLine }) => {
|
|
14
|
-
if (commandLine[cliFlag] !== undefined) {
|
|
15
|
-
return {
|
|
16
|
-
source: 'cli',
|
|
17
|
-
value: commandLine[cliFlag],
|
|
18
|
-
};
|
|
19
|
-
}
|
|
20
|
-
if (currentIsProductionKey !== null) {
|
|
21
|
-
return {
|
|
22
|
-
source: 'config',
|
|
23
|
-
value: currentIsProductionKey.toString(),
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
return {
|
|
27
|
-
source: 'default',
|
|
28
|
-
value: null,
|
|
29
|
-
};
|
|
30
|
-
},
|
|
31
|
-
setConfig: (value) => {
|
|
32
|
-
currentIsProductionKey = value === 'true';
|
|
33
|
-
},
|
|
34
|
-
type: null,
|
|
35
|
-
};
|