@remotion/lambda 4.0.271 → 4.0.273
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 +1 -2
- package/package.json +12 -13
- 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.273",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -8621,7 +8621,6 @@ var require_package = __commonJS((exports, module) => {
|
|
|
8621
8621
|
license: "MIT",
|
|
8622
8622
|
dependencies: {
|
|
8623
8623
|
"@aws-sdk/s3-request-presigner": "3.738.0",
|
|
8624
|
-
"@aws-sdk/credential-providers": "3.738.0",
|
|
8625
8624
|
"@aws-sdk/client-lambda": "3.738.0",
|
|
8626
8625
|
"@aws-sdk/client-s3": "3.738.0",
|
|
8627
8626
|
"@aws-sdk/client-sts": "3.738.0",
|
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.273",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -11,7 +11,6 @@
|
|
|
11
11
|
"license": "MIT",
|
|
12
12
|
"dependencies": {
|
|
13
13
|
"@aws-sdk/s3-request-presigner": "3.738.0",
|
|
14
|
-
"@aws-sdk/credential-providers": "3.738.0",
|
|
15
14
|
"@aws-sdk/client-lambda": "3.738.0",
|
|
16
15
|
"@aws-sdk/client-s3": "3.738.0",
|
|
17
16
|
"@aws-sdk/client-sts": "3.738.0",
|
|
@@ -21,13 +20,13 @@
|
|
|
21
20
|
"@aws-sdk/lib-storage": "3.738.0",
|
|
22
21
|
"@smithy/abort-controller": "4.0.1",
|
|
23
22
|
"zod": "3.22.3",
|
|
24
|
-
"@remotion/bundler": "4.0.
|
|
25
|
-
"@remotion/
|
|
26
|
-
"@remotion/
|
|
27
|
-
"@remotion/
|
|
28
|
-
"@remotion/
|
|
29
|
-
"@remotion/
|
|
30
|
-
"remotion": "4.0.
|
|
23
|
+
"@remotion/bundler": "4.0.273",
|
|
24
|
+
"@remotion/cli": "4.0.273",
|
|
25
|
+
"@remotion/lambda-client": "4.0.273",
|
|
26
|
+
"@remotion/renderer": "4.0.273",
|
|
27
|
+
"@remotion/serverless": "4.0.273",
|
|
28
|
+
"@remotion/streaming": "4.0.273",
|
|
29
|
+
"remotion": "4.0.273"
|
|
31
30
|
},
|
|
32
31
|
"devDependencies": {
|
|
33
32
|
"@types/express": "^5.0.0",
|
|
@@ -40,12 +39,12 @@
|
|
|
40
39
|
"next": "15.1.6",
|
|
41
40
|
"pureimage": "0.4.13",
|
|
42
41
|
"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.
|
|
42
|
+
"@remotion/bundler": "4.0.273",
|
|
43
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.273",
|
|
44
|
+
"@remotion/eslint-config-internal": "4.0.273"
|
|
46
45
|
},
|
|
47
46
|
"peerDependencies": {
|
|
48
|
-
"@remotion/bundler": "4.0.
|
|
47
|
+
"@remotion/bundler": "4.0.273"
|
|
49
48
|
},
|
|
50
49
|
"publishConfig": {
|
|
51
50
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|