@remotion/lambda 4.0.429 → 4.0.431
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 +2 -1
- package/package.json +13 -12
- package/remotionlambda-arm64.zip +0 -0
package/dist/esm/index.mjs
CHANGED
|
@@ -8604,12 +8604,13 @@ 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.431",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
8611
8611
|
scripts: {
|
|
8612
8612
|
formatting: "oxfmt src --check",
|
|
8613
|
+
format: "oxfmt src",
|
|
8613
8614
|
lint: "eslint src",
|
|
8614
8615
|
testlambda: "exit 0",
|
|
8615
8616
|
test: "bun test src/test/unit",
|
package/package.json
CHANGED
|
@@ -3,12 +3,13 @@
|
|
|
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.431",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
10
10
|
"scripts": {
|
|
11
11
|
"formatting": "oxfmt src --check",
|
|
12
|
+
"format": "oxfmt src",
|
|
12
13
|
"lint": "eslint src",
|
|
13
14
|
"testlambda": "exit 0",
|
|
14
15
|
"test": "bun test src/test/unit",
|
|
@@ -28,22 +29,22 @@
|
|
|
28
29
|
"@aws-sdk/client-cloudwatch-logs": "3.986.0",
|
|
29
30
|
"@aws-sdk/client-service-quotas": "3.986.0",
|
|
30
31
|
"@aws-sdk/lib-storage": "3.986.0",
|
|
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.
|
|
32
|
+
"@remotion/bundler": "4.0.431",
|
|
33
|
+
"@remotion/cli": "4.0.431",
|
|
34
|
+
"@remotion/lambda-client": "4.0.431",
|
|
35
|
+
"@remotion/renderer": "4.0.431",
|
|
36
|
+
"@remotion/serverless": "4.0.431",
|
|
37
|
+
"@remotion/streaming": "4.0.431",
|
|
37
38
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
39
|
+
"remotion": "4.0.431",
|
|
39
40
|
"zod": "4.3.6"
|
|
40
41
|
},
|
|
41
42
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
43
|
+
"@remotion/bundler": "4.0.431",
|
|
43
44
|
"@types/express": "^5.0.0",
|
|
44
45
|
"express": "4.21.0",
|
|
45
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
46
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
46
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.431",
|
|
47
|
+
"@remotion/eslint-config-internal": "4.0.431",
|
|
47
48
|
"mime-types": "2.1.34",
|
|
48
49
|
"@types/mime-types": "2.1.1",
|
|
49
50
|
"@types/minimist": "1.2.2",
|
|
@@ -55,7 +56,7 @@
|
|
|
55
56
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
56
57
|
},
|
|
57
58
|
"peerDependencies": {
|
|
58
|
-
"@remotion/bundler": "4.0.
|
|
59
|
+
"@remotion/bundler": "4.0.431"
|
|
59
60
|
},
|
|
60
61
|
"publishConfig": {
|
|
61
62
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|