@remotion/lambda 4.0.377 → 4.0.378
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/esm/index.mjs +10 -10
- package/package.json +21 -21
- package/remotionlambda-arm64.zip +0 -0
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.378",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -8620,15 +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": "
|
|
8624
|
-
"@aws-sdk/middleware-flexible-checksums": "
|
|
8625
|
-
"@aws-sdk/client-lambda": "
|
|
8626
|
-
"@aws-sdk/client-s3": "
|
|
8627
|
-
"@aws-sdk/client-sts": "
|
|
8628
|
-
"@aws-sdk/client-iam": "
|
|
8629
|
-
"@aws-sdk/client-cloudwatch-logs": "
|
|
8630
|
-
"@aws-sdk/client-service-quotas": "
|
|
8631
|
-
"@aws-sdk/lib-storage": "
|
|
8623
|
+
"@aws-sdk/s3-request-presigner": "catalog:",
|
|
8624
|
+
"@aws-sdk/middleware-flexible-checksums": "catalog:",
|
|
8625
|
+
"@aws-sdk/client-lambda": "catalog:",
|
|
8626
|
+
"@aws-sdk/client-s3": "catalog:",
|
|
8627
|
+
"@aws-sdk/client-sts": "catalog:",
|
|
8628
|
+
"@aws-sdk/client-iam": "catalog:",
|
|
8629
|
+
"@aws-sdk/client-cloudwatch-logs": "catalog:",
|
|
8630
|
+
"@aws-sdk/client-service-quotas": "catalog:",
|
|
8631
|
+
"@aws-sdk/lib-storage": "catalog:",
|
|
8632
8632
|
"@remotion/bundler": "workspace:*",
|
|
8633
8633
|
"@remotion/cli": "workspace:*",
|
|
8634
8634
|
"@remotion/lambda-client": "workspace:*",
|
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.378",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -19,31 +19,31 @@
|
|
|
19
19
|
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
20
20
|
"license": "MIT",
|
|
21
21
|
"dependencies": {
|
|
22
|
-
"@aws-sdk/s3-request-presigner": "3.
|
|
23
|
-
"@aws-sdk/middleware-flexible-checksums": "3.
|
|
24
|
-
"@aws-sdk/client-lambda": "3.
|
|
25
|
-
"@aws-sdk/client-s3": "3.
|
|
26
|
-
"@aws-sdk/client-sts": "3.
|
|
27
|
-
"@aws-sdk/client-iam": "3.
|
|
28
|
-
"@aws-sdk/client-cloudwatch-logs": "3.
|
|
29
|
-
"@aws-sdk/client-service-quotas": "3.
|
|
30
|
-
"@aws-sdk/lib-storage": "3.
|
|
31
|
-
"@remotion/bundler": "4.0.
|
|
32
|
-
"@remotion/cli": "4.0.
|
|
33
|
-
"@remotion/lambda-client": "4.0.
|
|
34
|
-
"@remotion/renderer": "4.0.
|
|
35
|
-
"@remotion/serverless": "4.0.
|
|
36
|
-
"@remotion/streaming": "4.0.
|
|
22
|
+
"@aws-sdk/s3-request-presigner": "3.936.0",
|
|
23
|
+
"@aws-sdk/middleware-flexible-checksums": "3.936.0",
|
|
24
|
+
"@aws-sdk/client-lambda": "3.936.0",
|
|
25
|
+
"@aws-sdk/client-s3": "3.936.0",
|
|
26
|
+
"@aws-sdk/client-sts": "3.936.0",
|
|
27
|
+
"@aws-sdk/client-iam": "3.936.0",
|
|
28
|
+
"@aws-sdk/client-cloudwatch-logs": "3.936.0",
|
|
29
|
+
"@aws-sdk/client-service-quotas": "3.936.0",
|
|
30
|
+
"@aws-sdk/lib-storage": "3.936.0",
|
|
31
|
+
"@remotion/bundler": "4.0.378",
|
|
32
|
+
"@remotion/cli": "4.0.378",
|
|
33
|
+
"@remotion/lambda-client": "4.0.378",
|
|
34
|
+
"@remotion/renderer": "4.0.378",
|
|
35
|
+
"@remotion/serverless": "4.0.378",
|
|
36
|
+
"@remotion/streaming": "4.0.378",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.378",
|
|
39
39
|
"zod": "3.22.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.378",
|
|
43
43
|
"@types/express": "^5.0.0",
|
|
44
44
|
"express": "4.21.0",
|
|
45
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
46
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.378",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.378",
|
|
47
47
|
"mime-types": "2.1.34",
|
|
48
48
|
"@types/mime-types": "2.1.1",
|
|
49
49
|
"@types/minimist": "1.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@types/node": "20.12.14"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.378"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|