@remotion/lambda 4.0.0-fastlambda.3 → 4.0.0-fastlambda.7

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('The framesPerLambda needs to be at least 4.');
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+58f892c91",
3
+ "version": "4.0.0-fastlambda.7+85d0ed68b",
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.3+58f892c91",
35
- "@remotion/cli": "4.0.0-fastlambda.3+58f892c91",
36
- "@remotion/renderer": "4.0.0-fastlambda.3+58f892c91",
34
+ "@remotion/bundler": "4.0.0-fastlambda.7+85d0ed68b",
35
+ "@remotion/cli": "4.0.0-fastlambda.7+85d0ed68b",
36
+ "@remotion/renderer": "4.0.0-fastlambda.7+85d0ed68b",
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.3+58f892c91"
41
+ "remotion": "4.0.0-fastlambda.7+85d0ed68b"
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": "58f892c915490a9b59ccba65f146a5e6a05f9d80"
66
+ "gitHead": "85d0ed68b731bae20dbc07b68bb3e7087beedebf"
67
67
  }
Binary file