@remotion/lambda 4.0.261 → 4.0.262

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.
@@ -61,10 +61,10 @@ const uploadDir = async ({ bucket, region, localDir, onProgress, keyPrefix, priv
61
61
  : privacy === 'private'
62
62
  ? 'private'
63
63
  : 'public-read';
64
- const paralellUploads3 = new lib_storage_1.Upload({
64
+ const parallelUploadsS3 = new lib_storage_1.Upload({
65
65
  client,
66
- queueSize: 4,
67
- partSize: 5 * 1024 * 1024,
66
+ queueSize: 2,
67
+ partSize: 40 * 1024 * 1024,
68
68
  params: {
69
69
  Key,
70
70
  Bucket: bucket,
@@ -73,11 +73,11 @@ const uploadDir = async ({ bucket, region, localDir, onProgress, keyPrefix, priv
73
73
  ContentType,
74
74
  },
75
75
  });
76
- paralellUploads3.on('httpUploadProgress', (progress) => {
76
+ parallelUploadsS3.on('httpUploadProgress', (progress) => {
77
77
  var _a;
78
78
  progresses[filePath.name] = (_a = progress.loaded) !== null && _a !== void 0 ? _a : 0;
79
79
  });
80
- const prom = await paralellUploads3.done();
80
+ const prom = await parallelUploadsS3.done();
81
81
  return prom;
82
82
  };
83
83
  const uploadWithRetry = async (filePath) => {
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.261",
6
+ "version": "4.0.262",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -21,13 +21,13 @@
21
21
  "@aws-sdk/lib-storage": "3.738.0",
22
22
  "@smithy/abort-controller": "4.0.1",
23
23
  "zod": "3.22.3",
24
- "@remotion/bundler": "4.0.261",
25
- "@remotion/renderer": "4.0.261",
26
- "@remotion/lambda-client": "4.0.261",
27
- "@remotion/serverless": "4.0.261",
28
- "remotion": "4.0.261",
29
- "@remotion/cli": "4.0.261",
30
- "@remotion/streaming": "4.0.261"
24
+ "@remotion/bundler": "4.0.262",
25
+ "@remotion/cli": "4.0.262",
26
+ "@remotion/lambda-client": "4.0.262",
27
+ "@remotion/serverless": "4.0.262",
28
+ "@remotion/streaming": "4.0.262",
29
+ "@remotion/renderer": "4.0.262",
30
+ "remotion": "4.0.262"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",
@@ -40,12 +40,12 @@
40
40
  "next": "15.1.6",
41
41
  "pureimage": "0.4.13",
42
42
  "zip-lib": "^0.7.2",
43
- "@remotion/bundler": "4.0.261",
44
- "@remotion/compositor-linux-arm64-gnu": "4.0.261",
45
- "@remotion/eslint-config-internal": "4.0.261"
43
+ "@remotion/bundler": "4.0.262",
44
+ "@remotion/eslint-config-internal": "4.0.262",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.262"
46
46
  },
47
47
  "peerDependencies": {
48
- "@remotion/bundler": "4.0.261"
48
+ "@remotion/bundler": "4.0.262"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
Binary file