@remotion/lambda 4.0.277 → 4.0.279
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 +3 -3
- package/package.json +14 -14
- 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.279",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -8683,10 +8683,10 @@ var require_package = __commonJS((exports, module) => {
|
|
|
8683
8683
|
typesVersions: {
|
|
8684
8684
|
">=1.0": {
|
|
8685
8685
|
client: [
|
|
8686
|
-
"dist/client.d.ts"
|
|
8686
|
+
"./dist/client.d.ts"
|
|
8687
8687
|
],
|
|
8688
8688
|
policies: [
|
|
8689
|
-
"dist/policies.d.ts"
|
|
8689
|
+
"./dist/policies.d.ts"
|
|
8690
8690
|
]
|
|
8691
8691
|
}
|
|
8692
8692
|
},
|
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.279",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -20,13 +20,13 @@
|
|
|
20
20
|
"@aws-sdk/lib-storage": "3.738.0",
|
|
21
21
|
"@smithy/abort-controller": "4.0.1",
|
|
22
22
|
"zod": "3.22.3",
|
|
23
|
-
"@remotion/
|
|
24
|
-
"@remotion/
|
|
25
|
-
"@remotion/
|
|
26
|
-
"@remotion/
|
|
27
|
-
"@remotion/
|
|
28
|
-
"@remotion/
|
|
29
|
-
"remotion": "4.0.
|
|
23
|
+
"@remotion/lambda-client": "4.0.279",
|
|
24
|
+
"@remotion/bundler": "4.0.279",
|
|
25
|
+
"@remotion/serverless": "4.0.279",
|
|
26
|
+
"@remotion/renderer": "4.0.279",
|
|
27
|
+
"@remotion/cli": "4.0.279",
|
|
28
|
+
"@remotion/streaming": "4.0.279",
|
|
29
|
+
"remotion": "4.0.279"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/express": "^5.0.0",
|
|
@@ -39,12 +39,12 @@
|
|
|
39
39
|
"next": "15.1.6",
|
|
40
40
|
"pureimage": "0.4.13",
|
|
41
41
|
"zip-lib": "^0.7.2",
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
43
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
44
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.279",
|
|
43
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.279",
|
|
44
|
+
"@remotion/eslint-config-internal": "4.0.279"
|
|
45
45
|
},
|
|
46
46
|
"peerDependencies": {
|
|
47
|
-
"@remotion/bundler": "4.0.
|
|
47
|
+
"@remotion/bundler": "4.0.279"
|
|
48
48
|
},
|
|
49
49
|
"publishConfig": {
|
|
50
50
|
"access": "public"
|
|
@@ -73,10 +73,10 @@
|
|
|
73
73
|
"typesVersions": {
|
|
74
74
|
">=1.0": {
|
|
75
75
|
"client": [
|
|
76
|
-
"dist/client.d.ts"
|
|
76
|
+
"./dist/client.d.ts"
|
|
77
77
|
],
|
|
78
78
|
"policies": [
|
|
79
|
-
"dist/policies.d.ts"
|
|
79
|
+
"./dist/policies.d.ts"
|
|
80
80
|
]
|
|
81
81
|
}
|
|
82
82
|
},
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|