@remotion/lambda 4.0.287 → 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.
- package/dist/api/upload-dir.js +1 -1
- package/dist/esm/index.mjs +2 -2
- package/package.json +12 -12
- package/remotionlambda-arm64.zip +0 -0
package/dist/api/upload-dir.js
CHANGED
|
@@ -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(
|
|
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 = {};
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
8607
|
+
version: "4.0.288",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -9730,7 +9730,7 @@ async function getFiles(directory, originalDirectory, toUpload) {
|
|
|
9730
9730
|
}));
|
|
9731
9731
|
return _files.flat(1);
|
|
9732
9732
|
}
|
|
9733
|
-
var limit = LambdaClientInternals4.pLimit(
|
|
9733
|
+
var limit = LambdaClientInternals4.pLimit(5);
|
|
9734
9734
|
var uploadDir = async ({
|
|
9735
9735
|
bucket,
|
|
9736
9736
|
region,
|
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.
|
|
6
|
+
"version": "4.0.288",
|
|
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.787.0",
|
|
22
22
|
"@smithy/abort-controller": "4.0.1",
|
|
23
23
|
"zod": "3.22.3",
|
|
24
|
-
"@remotion/bundler": "4.0.
|
|
25
|
-
"@remotion/
|
|
26
|
-
"@remotion/
|
|
27
|
-
"
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/streaming": "4.0.
|
|
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"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "^5.0.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"next": "15.2.4",
|
|
41
41
|
"pureimage": "0.4.13",
|
|
42
42
|
"zip-lib": "^0.7.2",
|
|
43
|
-
"@remotion/bundler": "4.0.
|
|
44
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
43
|
+
"@remotion/bundler": "4.0.288",
|
|
44
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.288",
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.288"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@remotion/bundler": "4.0.
|
|
48
|
+
"@remotion/bundler": "4.0.288"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|