@remotion/renderer 3.2.13 → 3.2.15
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/screenshot-task.js +1 -1
- package/package.json +3 -3
package/dist/screenshot-task.js
CHANGED
|
@@ -42,7 +42,7 @@ const _screenshotTask = async (page, format, options) => {
|
|
|
42
42
|
if (err.message.includes('Unable to capture screenshot')) {
|
|
43
43
|
const errMessage = [
|
|
44
44
|
'Could not take a screenshot because Google Chrome ran out of memory or disk space.',
|
|
45
|
-
((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.
|
|
45
|
+
((_a = process === null || process === void 0 ? void 0 : process.env) === null || _a === void 0 ? void 0 : _a.__RESERVED_IS_INSIDE_REMOTION_LAMBDA)
|
|
46
46
|
? 'Deploy a new Lambda function with more memory or disk space.'
|
|
47
47
|
: 'Decrease the concurrency to use less RAM.',
|
|
48
48
|
].join(' ');
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/renderer",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.15",
|
|
4
4
|
"description": "Renderer for Remotion",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"dependencies": {
|
|
23
23
|
"execa": "5.1.1",
|
|
24
24
|
"extract-zip": "2.0.1",
|
|
25
|
-
"remotion": "3.2.
|
|
25
|
+
"remotion": "3.2.15",
|
|
26
26
|
"source-map": "^0.8.0-beta.0",
|
|
27
27
|
"ws": "8.7.0"
|
|
28
28
|
},
|
|
@@ -57,5 +57,5 @@
|
|
|
57
57
|
"publishConfig": {
|
|
58
58
|
"access": "public"
|
|
59
59
|
},
|
|
60
|
-
"gitHead": "
|
|
60
|
+
"gitHead": "7346704683815d274733cb3d280157b9ff570773"
|
|
61
61
|
}
|