@remotion/lambda 3.3.26 → 3.3.28

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.
@@ -1 +1 @@
1
- export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-south-1" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-south-1" | "ap-east-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "me-south-1" | "sa-east-1";
1
+ export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "sa-east-1" | "eu-south-1" | "af-south-1" | "ap-east-1" | "me-south-1";
@@ -199,7 +199,9 @@ const stillHandler = async (params, options) => {
199
199
  const { bucketName } = await (0, get_or_create_bucket_1.getOrCreateBucket)({
200
200
  region: (0, get_current_region_1.getCurrentRegionInFunction)(),
201
201
  });
202
- (0, write_lambda_error_1.writeLambdaError)({
202
+ // `await` elided on purpose here; using `void` to mark it as intentional
203
+ // eslint-disable-next-line no-void
204
+ void (0, write_lambda_error_1.writeLambdaError)({
203
205
  bucketName,
204
206
  errorInfo: {
205
207
  chunk: null,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "3.3.26",
3
+ "version": "3.3.28",
4
4
  "description": "Distributed renderer for Remotion based on AWS Lambda",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -33,12 +33,12 @@
33
33
  "@aws-sdk/credential-providers": "3.215.0",
34
34
  "@aws-sdk/lib-storage": "3.215.0",
35
35
  "@aws-sdk/s3-request-presigner": "3.215.0",
36
- "@remotion/bundler": "3.3.26",
37
- "@remotion/cli": "3.3.26",
38
- "@remotion/renderer": "3.3.26",
36
+ "@remotion/bundler": "3.3.28",
37
+ "@remotion/cli": "3.3.28",
38
+ "@remotion/renderer": "3.3.28",
39
39
  "aws-policies": "^1.0.1",
40
40
  "mime-types": "2.1.34",
41
- "remotion": "3.3.26"
41
+ "remotion": "3.3.28"
42
42
  },
43
43
  "peerDependencies": {
44
44
  "react": ">=16.8.0",
@@ -46,8 +46,8 @@
46
46
  },
47
47
  "devDependencies": {
48
48
  "@jonny/eslint-config": "3.0.266",
49
- "@remotion/compositor-linux-arm64-musl": "3.3.26",
50
- "@remotion/compositor-linux-x64-musl": "3.3.26",
49
+ "@remotion/compositor-linux-arm64-musl": "3.3.28",
50
+ "@remotion/compositor-linux-x64-musl": "3.3.28",
51
51
  "@types/mime-types": "2.1.1",
52
52
  "@types/minimist": "1.2.2",
53
53
  "@types/node": "^14.14.14",
@@ -63,5 +63,5 @@
63
63
  "publishConfig": {
64
64
  "access": "public"
65
65
  },
66
- "gitHead": "8efe8771f7c2b1d22bd50e8c81cc37ae054dfae9"
66
+ "gitHead": "0caa0bec583b5e4c2b12b7375c365e02c2378eeb"
67
67
  }
Binary file
Binary file