@remotion/renderer 4.0.0-fastlambda.10 → 4.0.0-fastlambda.11
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/open-browser.js +3 -0
- package/package.json +4 -4
package/dist/open-browser.js
CHANGED
|
@@ -53,6 +53,9 @@ const openBrowser = async (browser, options) => {
|
|
|
53
53
|
'--disable-default-apps',
|
|
54
54
|
'--disable-dev-shm-usage',
|
|
55
55
|
'--disable-extensions',
|
|
56
|
+
'--no-proxy-server',
|
|
57
|
+
"--proxy-server='direct://'",
|
|
58
|
+
'--proxy-bypass-list=*',
|
|
56
59
|
// TODO: remove AvoidUnnecessaryBeforeUnloadCheckSync below
|
|
57
60
|
// once crbug.com/1324138 is fixed and released.
|
|
58
61
|
'--disable-features=Translate,BackForwardCache,AvoidUnnecessaryBeforeUnloadCheckSync',
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/renderer",
|
|
3
|
-
"version": "4.0.0-fastlambda.
|
|
3
|
+
"version": "4.0.0-fastlambda.11+a37d8b175",
|
|
4
4
|
"description": "Renderer for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -20,10 +20,10 @@
|
|
|
20
20
|
"url": "https://github.com/remotion-dev/remotion/issues"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@remotion/bundler": "4.0.0-fastlambda.
|
|
23
|
+
"@remotion/bundler": "4.0.0-fastlambda.11+a37d8b175",
|
|
24
24
|
"execa": "5.1.1",
|
|
25
25
|
"puppeteer-core": "13.5.1",
|
|
26
|
-
"remotion": "4.0.0-fastlambda.
|
|
26
|
+
"remotion": "4.0.0-fastlambda.11+a37d8b175",
|
|
27
27
|
"serve-handler": "6.1.3",
|
|
28
28
|
"source-map": "^0.8.0-beta.0"
|
|
29
29
|
},
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "a37d8b17591c74bb6f0ee66cfe6fac46ad552419"
|
|
64
64
|
}
|