@remotion/lambda 4.0.0-fastlambda.3 → 4.0.0-fastlambda.5
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.
|
@@ -22,7 +22,7 @@ const validateFramesPerLambda = (framesPerLambda) => {
|
|
|
22
22
|
throw new TypeError(`'framesPerLambda' needs to be an integer, passed ${framesPerLambda}`);
|
|
23
23
|
}
|
|
24
24
|
if (framesPerLambda < constants_1.MINIMUM_FRAMES_PER_LAMBDA) {
|
|
25
|
-
throw new TypeError(
|
|
25
|
+
throw new TypeError(`The framesPerLambda needs to be at least 4, but is ${framesPerLambda}`);
|
|
26
26
|
}
|
|
27
27
|
};
|
|
28
28
|
exports.validateFramesPerLambda = validateFramesPerLambda;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "4.0.0-fastlambda.
|
|
3
|
+
"version": "4.0.0-fastlambda.5+861af2196",
|
|
4
4
|
"description": "Distributed renderer for Remotion based on AWS Lambda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -31,14 +31,14 @@
|
|
|
31
31
|
"@aws-sdk/client-service-quotas": "3.58.0",
|
|
32
32
|
"@aws-sdk/lib-storage": "3.58.0",
|
|
33
33
|
"@aws-sdk/s3-request-presigner": "3.58.0",
|
|
34
|
-
"@remotion/bundler": "4.0.0-fastlambda.
|
|
35
|
-
"@remotion/cli": "4.0.0-fastlambda.
|
|
36
|
-
"@remotion/renderer": "4.0.0-fastlambda.
|
|
34
|
+
"@remotion/bundler": "4.0.0-fastlambda.5+861af2196",
|
|
35
|
+
"@remotion/cli": "4.0.0-fastlambda.5+861af2196",
|
|
36
|
+
"@remotion/renderer": "4.0.0-fastlambda.5+861af2196",
|
|
37
37
|
"aws-policies": "^1.0.1",
|
|
38
38
|
"dotenv": "^10.0.0",
|
|
39
39
|
"minimist": "1.2.6",
|
|
40
40
|
"p-limit": "^3.1.0",
|
|
41
|
-
"remotion": "4.0.0-fastlambda.
|
|
41
|
+
"remotion": "4.0.0-fastlambda.5+861af2196"
|
|
42
42
|
},
|
|
43
43
|
"peerDependencies": {
|
|
44
44
|
"react": ">=16.8.0",
|
|
@@ -63,5 +63,5 @@
|
|
|
63
63
|
"publishConfig": {
|
|
64
64
|
"access": "public"
|
|
65
65
|
},
|
|
66
|
-
"gitHead": "
|
|
66
|
+
"gitHead": "861af2196b375f96fdc0786521b9b966f7fb7982"
|
|
67
67
|
}
|
package/remotionlambda.zip
CHANGED
|
Binary file
|