@remotion/lambda 4.0.198 → 4.0.200

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.
@@ -54,7 +54,7 @@ const findFunctionName = async (logLevel) => {
54
54
  log_1.Log.info(logOptions);
55
55
  log_1.Log.info(logOptions, 'Possible solutions:');
56
56
  log_1.Log.info(logOptions, '- Define using `--function-name` which function you want to use.');
57
- log_1.Log.info(logOptions, `- Delete extraneous lambda functions in your AWS console or using:`);
57
+ log_1.Log.info(logOptions, `- Delete extraneous Lambda functions in your AWS console or using:`);
58
58
  log_1.Log.info(logOptions, ` npx ${constants_1.BINARY_NAME} ${functions_1.FUNCTIONS_COMMAND} ${rm_1.FUNCTIONS_RM_SUBCOMMAND} $(npx ${constants_1.BINARY_NAME} ${functions_1.FUNCTIONS_COMMAND} ${ls_1.FUNCTIONS_LS_SUBCOMMAND} -q) -y`);
59
59
  log_1.Log.info(logOptions);
60
60
  log_1.Log.info(logOptions, `The following functions were found (only showing v${version_1.VERSION}):`);
@@ -118,7 +118,8 @@ const getProgress = async ({ bucketName, renderId, expectedBucketOwner, region,
118
118
  .map((_, i) => i)
119
119
  .filter((index) => {
120
120
  var _a;
121
- return !((_a = overallProgress.chunks) !== null && _a !== void 0 ? _a : []).find((c) => c === index);
121
+ return (typeof ((_a = overallProgress.chunks) !== null && _a !== void 0 ? _a : []).find((c) => c === index) !==
122
+ 'undefined');
122
123
  })
123
124
  : null;
124
125
  // We add a 20 second buffer for it, since AWS timeshifts can be quite a lot. Once it's 20sec over the limit, we consider it timed out
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.198",
6
+ "version": "4.0.200",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -22,13 +22,13 @@
22
22
  "@aws-sdk/s3-request-presigner": "3.583.0",
23
23
  "mime-types": "2.1.34",
24
24
  "zod": "3.22.3",
25
- "@remotion/cli": "4.0.198",
26
- "@remotion/renderer": "4.0.198",
27
- "@remotion/streaming": "4.0.198",
28
- "@remotion/serverless": "4.0.198",
29
- "remotion": "4.0.198",
30
- "@remotion/bundler": "4.0.198",
31
- "@remotion/studio-server": "4.0.198"
25
+ "@remotion/bundler": "4.0.200",
26
+ "@remotion/renderer": "4.0.200",
27
+ "@remotion/cli": "4.0.200",
28
+ "@remotion/studio-server": "4.0.200",
29
+ "@remotion/streaming": "4.0.200",
30
+ "@remotion/serverless": "4.0.200",
31
+ "remotion": "4.0.200"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@types/mime-types": "2.1.1",
@@ -37,11 +37,11 @@
37
37
  "pureimage": "0.4.13",
38
38
  "vitest": "0.31.1",
39
39
  "zip-lib": "^0.7.2",
40
- "@remotion/bundler": "4.0.198",
41
- "@remotion/compositor-linux-arm64-gnu": "4.0.198"
40
+ "@remotion/bundler": "4.0.200",
41
+ "@remotion/compositor-linux-arm64-gnu": "4.0.200"
42
42
  },
43
43
  "peerDependencies": {
44
- "@remotion/bundler": "4.0.198"
44
+ "@remotion/bundler": "4.0.200"
45
45
  },
46
46
  "publishConfig": {
47
47
  "access": "public"
Binary file