@remotion/lambda 3.3.92 → 3.3.94
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/functions/launch.js
CHANGED
|
@@ -189,7 +189,6 @@ const innerLaunchHandler = async (params, options) => {
|
|
|
189
189
|
everyNthFrame: params.everyNthFrame,
|
|
190
190
|
});
|
|
191
191
|
const sortedChunks = chunks.slice().sort((a, b) => a[0] - b[0]);
|
|
192
|
-
const invokers = Math.round(Math.sqrt(chunks.length));
|
|
193
192
|
const reqSend = (0, timer_1.timer)('sending off requests');
|
|
194
193
|
const lambdaPayloads = chunks.map((chunkPayload) => {
|
|
195
194
|
var _a;
|
|
@@ -240,9 +239,8 @@ const innerLaunchHandler = async (params, options) => {
|
|
|
240
239
|
estimatedTotalLambdaInvokations: [
|
|
241
240
|
// Direct invokations
|
|
242
241
|
chunks.length,
|
|
243
|
-
// Parent invokers
|
|
244
|
-
invokers,
|
|
245
242
|
// This function
|
|
243
|
+
1,
|
|
246
244
|
].reduce((a, b) => a + b, 0),
|
|
247
245
|
estimatedRenderLambdaInvokations: chunks.length,
|
|
248
246
|
compositionId: comp.id,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "3.3.
|
|
3
|
+
"version": "3.3.94",
|
|
4
4
|
"description": "Distributed renderer for Remotion based on AWS Lambda",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -23,18 +23,18 @@
|
|
|
23
23
|
"@aws-sdk/credential-providers": "3.272.0",
|
|
24
24
|
"@aws-sdk/lib-storage": "3.272.0",
|
|
25
25
|
"@aws-sdk/s3-request-presigner": "3.272.0",
|
|
26
|
-
"@remotion/bundler": "3.3.
|
|
27
|
-
"@remotion/cli": "3.3.
|
|
28
|
-
"@remotion/renderer": "3.3.
|
|
26
|
+
"@remotion/bundler": "3.3.94",
|
|
27
|
+
"@remotion/cli": "3.3.94",
|
|
28
|
+
"@remotion/renderer": "3.3.94",
|
|
29
29
|
"aws-policies": "^1.0.1",
|
|
30
30
|
"mime-types": "2.1.34",
|
|
31
|
-
"remotion": "3.3.
|
|
31
|
+
"remotion": "3.3.94"
|
|
32
32
|
},
|
|
33
33
|
"devDependencies": {
|
|
34
34
|
"@jonny/eslint-config": "3.0.266",
|
|
35
|
-
"@remotion/bundler": "3.3.
|
|
36
|
-
"@remotion/compositor-linux-arm64-musl": "3.3.
|
|
37
|
-
"@remotion/compositor-linux-x64-musl": "3.3.
|
|
35
|
+
"@remotion/bundler": "3.3.94",
|
|
36
|
+
"@remotion/compositor-linux-arm64-musl": "3.3.94",
|
|
37
|
+
"@remotion/compositor-linux-x64-musl": "3.3.94",
|
|
38
38
|
"@types/mime-types": "2.1.1",
|
|
39
39
|
"@types/minimist": "1.2.2",
|
|
40
40
|
"@types/node": "^14.14.14",
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"zip-lib": "^0.7.2"
|
|
49
49
|
},
|
|
50
50
|
"peerDependencies": {
|
|
51
|
-
"@remotion/bundler": "3.3.
|
|
51
|
+
"@remotion/bundler": "3.3.94"
|
|
52
52
|
},
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|
package/remotionlambda-x64.zip
CHANGED
|
Binary file
|