@remotion/serverless 4.0.380 → 4.0.381
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.
|
@@ -38,11 +38,16 @@ const forgetBrowserEventLoopImplementation = ({ logLevel, launchedBrowser, }) =>
|
|
|
38
38
|
};
|
|
39
39
|
exports.forgetBrowserEventLoopImplementation = forgetBrowserEventLoopImplementation;
|
|
40
40
|
const getBrowserInstanceImplementation = async ({ logLevel, indent, chromiumOptions, providerSpecifics, insideFunctionSpecifics, }) => {
|
|
41
|
-
var _a;
|
|
41
|
+
var _a, _b, _c, _d, _e, _f;
|
|
42
42
|
const actualChromiumOptions = {
|
|
43
43
|
...chromiumOptions,
|
|
44
|
+
darkMode: (_a = chromiumOptions.darkMode) !== null && _a !== void 0 ? _a : false,
|
|
45
|
+
disableWebSecurity: (_b = chromiumOptions.disableWebSecurity) !== null && _b !== void 0 ? _b : false,
|
|
46
|
+
headless: (_c = chromiumOptions.headless) !== null && _c !== void 0 ? _c : true,
|
|
47
|
+
userAgent: (_d = chromiumOptions.userAgent) !== null && _d !== void 0 ? _d : null,
|
|
48
|
+
ignoreCertificateErrors: (_e = chromiumOptions.ignoreCertificateErrors) !== null && _e !== void 0 ? _e : false,
|
|
44
49
|
// Override the `null` value, which might come from CLI with swANGLE
|
|
45
|
-
gl: (
|
|
50
|
+
gl: (_f = chromiumOptions.gl) !== null && _f !== void 0 ? _f : 'swangle',
|
|
46
51
|
enableMultiProcessOnLinux: false,
|
|
47
52
|
};
|
|
48
53
|
const configurationString = makeConfigurationString(actualChromiumOptions, logLevel);
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless"
|
|
4
4
|
},
|
|
5
5
|
"name": "@remotion/serverless",
|
|
6
|
-
"version": "4.0.
|
|
6
|
+
"version": "4.0.381",
|
|
7
7
|
"description": "A runtime for distributed rendering",
|
|
8
8
|
"main": "dist",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -23,13 +23,13 @@
|
|
|
23
23
|
"access": "public"
|
|
24
24
|
},
|
|
25
25
|
"dependencies": {
|
|
26
|
-
"@remotion/renderer": "4.0.
|
|
27
|
-
"@remotion/bundler": "4.0.
|
|
28
|
-
"@remotion/licensing": "4.0.
|
|
29
|
-
"@remotion/serverless-client": "4.0.
|
|
26
|
+
"@remotion/renderer": "4.0.381",
|
|
27
|
+
"@remotion/bundler": "4.0.381",
|
|
28
|
+
"@remotion/licensing": "4.0.381",
|
|
29
|
+
"@remotion/serverless-client": "4.0.381"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
32
|
+
"@remotion/eslint-config-internal": "4.0.381",
|
|
33
33
|
"eslint": "9.19.0"
|
|
34
34
|
},
|
|
35
35
|
"exports": {
|