@remotion/lambda 4.0.286 → 4.0.288

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.
@@ -40,7 +40,7 @@ async function getFiles(directory, originalDirectory, toUpload) {
40
40
  }));
41
41
  return _files.flat(1);
42
42
  }
43
- const limit = lambda_client_1.LambdaClientInternals.pLimit(15);
43
+ const limit = lambda_client_1.LambdaClientInternals.pLimit(5);
44
44
  const uploadDir = async ({ bucket, region, localDir, onProgress, keyPrefix, privacy, toUpload, forcePathStyle, }) => {
45
45
  const files = await getFiles(localDir, localDir, toUpload);
46
46
  const progresses = {};
@@ -8604,7 +8604,7 @@ var require_package = __commonJS((exports, module) => {
8604
8604
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8605
  },
8606
8606
  name: "@remotion/lambda",
8607
- version: "4.0.286",
8607
+ version: "4.0.288",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -8620,14 +8620,15 @@ var require_package = __commonJS((exports, module) => {
8620
8620
  author: "Jonny Burger <jonny@remotion.dev>",
8621
8621
  license: "MIT",
8622
8622
  dependencies: {
8623
- "@aws-sdk/s3-request-presigner": "3.738.0",
8624
- "@aws-sdk/client-lambda": "3.738.0",
8625
- "@aws-sdk/client-s3": "3.738.0",
8626
- "@aws-sdk/client-sts": "3.738.0",
8627
- "@aws-sdk/client-iam": "3.738.0",
8628
- "@aws-sdk/client-cloudwatch-logs": "3.738.0",
8629
- "@aws-sdk/client-service-quotas": "3.738.0",
8630
- "@aws-sdk/lib-storage": "3.738.0",
8623
+ "@aws-sdk/s3-request-presigner": "3.787.0",
8624
+ "@aws-sdk/middleware-flexible-checksums": "3.787.0",
8625
+ "@aws-sdk/client-lambda": "3.787.0",
8626
+ "@aws-sdk/client-s3": "3.787.0",
8627
+ "@aws-sdk/client-sts": "3.787.0",
8628
+ "@aws-sdk/client-iam": "3.787.0",
8629
+ "@aws-sdk/client-cloudwatch-logs": "3.787.0",
8630
+ "@aws-sdk/client-service-quotas": "3.787.0",
8631
+ "@aws-sdk/lib-storage": "3.787.0",
8631
8632
  "@remotion/bundler": "workspace:*",
8632
8633
  "@remotion/cli": "workspace:*",
8633
8634
  "@remotion/lambda-client": "workspace:*",
@@ -9729,7 +9730,7 @@ async function getFiles(directory, originalDirectory, toUpload) {
9729
9730
  }));
9730
9731
  return _files.flat(1);
9731
9732
  }
9732
- var limit = LambdaClientInternals4.pLimit(15);
9733
+ var limit = LambdaClientInternals4.pLimit(5);
9733
9734
  var uploadDir = async ({
9734
9735
  bucket,
9735
9736
  region,
package/package.json CHANGED
@@ -3,30 +3,31 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.286",
6
+ "version": "4.0.288",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
10
10
  "author": "Jonny Burger <jonny@remotion.dev>",
11
11
  "license": "MIT",
12
12
  "dependencies": {
13
- "@aws-sdk/s3-request-presigner": "3.738.0",
14
- "@aws-sdk/client-lambda": "3.738.0",
15
- "@aws-sdk/client-s3": "3.738.0",
16
- "@aws-sdk/client-sts": "3.738.0",
17
- "@aws-sdk/client-iam": "3.738.0",
18
- "@aws-sdk/client-cloudwatch-logs": "3.738.0",
19
- "@aws-sdk/client-service-quotas": "3.738.0",
20
- "@aws-sdk/lib-storage": "3.738.0",
13
+ "@aws-sdk/s3-request-presigner": "3.787.0",
14
+ "@aws-sdk/middleware-flexible-checksums": "3.787.0",
15
+ "@aws-sdk/client-lambda": "3.787.0",
16
+ "@aws-sdk/client-s3": "3.787.0",
17
+ "@aws-sdk/client-sts": "3.787.0",
18
+ "@aws-sdk/client-iam": "3.787.0",
19
+ "@aws-sdk/client-cloudwatch-logs": "3.787.0",
20
+ "@aws-sdk/client-service-quotas": "3.787.0",
21
+ "@aws-sdk/lib-storage": "3.787.0",
21
22
  "@smithy/abort-controller": "4.0.1",
22
23
  "zod": "3.22.3",
23
- "@remotion/bundler": "4.0.286",
24
- "@remotion/lambda-client": "4.0.286",
25
- "@remotion/cli": "4.0.286",
26
- "@remotion/renderer": "4.0.286",
27
- "@remotion/serverless": "4.0.286",
28
- "@remotion/streaming": "4.0.286",
29
- "remotion": "4.0.286"
24
+ "@remotion/bundler": "4.0.288",
25
+ "@remotion/lambda-client": "4.0.288",
26
+ "@remotion/serverless": "4.0.288",
27
+ "remotion": "4.0.288",
28
+ "@remotion/cli": "4.0.288",
29
+ "@remotion/renderer": "4.0.288",
30
+ "@remotion/streaming": "4.0.288"
30
31
  },
31
32
  "devDependencies": {
32
33
  "@types/express": "^5.0.0",
@@ -39,12 +40,12 @@
39
40
  "next": "15.2.4",
40
41
  "pureimage": "0.4.13",
41
42
  "zip-lib": "^0.7.2",
42
- "@remotion/bundler": "4.0.286",
43
- "@remotion/compositor-linux-arm64-gnu": "4.0.286",
44
- "@remotion/eslint-config-internal": "4.0.286"
43
+ "@remotion/bundler": "4.0.288",
44
+ "@remotion/compositor-linux-arm64-gnu": "4.0.288",
45
+ "@remotion/eslint-config-internal": "4.0.288"
45
46
  },
46
47
  "peerDependencies": {
47
- "@remotion/bundler": "4.0.286"
48
+ "@remotion/bundler": "4.0.288"
48
49
  },
49
50
  "publishConfig": {
50
51
  "access": "public"
Binary file