@remotion/lambda 4.0.461 → 4.0.462
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/api/deploy-site.js +1 -0
- package/dist/esm/index.mjs +3 -3
- package/package.json +12 -13
- package/remotionlambda-arm64.zip +0 -0
package/dist/api/deploy-site.js
CHANGED
|
@@ -69,6 +69,7 @@ const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options,
|
|
|
69
69
|
keyboardShortcutsEnabled: (_l = options === null || options === void 0 ? void 0 : options.keyboardShortcutsEnabled) !== null && _l !== void 0 ? _l : true,
|
|
70
70
|
renderDefaults: null,
|
|
71
71
|
rspack: (_m = options === null || options === void 0 ? void 0 : options.rspack) !== null && _m !== void 0 ? _m : false,
|
|
72
|
+
symlinkPublicDir: false,
|
|
72
73
|
}),
|
|
73
74
|
]);
|
|
74
75
|
if (throwIfSiteExists && files.length > 0) {
|
package/dist/esm/index.mjs
CHANGED
|
@@ -8604,10 +8604,9 @@ 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.462",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
|
-
sideEffects: false,
|
|
8611
8610
|
scripts: {
|
|
8612
8611
|
formatting: "oxfmt src --check",
|
|
8613
8612
|
format: "oxfmt src",
|
|
@@ -10183,7 +10182,8 @@ var mandatoryDeploySite = async ({
|
|
|
10183
10182
|
experimentalClientSideRenderingEnabled: options?.experimentalClientSideRenderingEnabled ?? false,
|
|
10184
10183
|
keyboardShortcutsEnabled: options?.keyboardShortcutsEnabled ?? true,
|
|
10185
10184
|
renderDefaults: null,
|
|
10186
|
-
rspack: options?.rspack ?? false
|
|
10185
|
+
rspack: options?.rspack ?? false,
|
|
10186
|
+
symlinkPublicDir: false
|
|
10187
10187
|
})
|
|
10188
10188
|
]);
|
|
10189
10189
|
if (throwIfSiteExists && files.length > 0) {
|
package/package.json
CHANGED
|
@@ -3,10 +3,9 @@
|
|
|
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.462",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
|
-
"sideEffects": false,
|
|
10
9
|
"scripts": {
|
|
11
10
|
"formatting": "oxfmt src --check",
|
|
12
11
|
"format": "oxfmt src",
|
|
@@ -29,22 +28,22 @@
|
|
|
29
28
|
"@aws-sdk/client-cloudwatch-logs": "3.986.0",
|
|
30
29
|
"@aws-sdk/client-service-quotas": "3.986.0",
|
|
31
30
|
"@aws-sdk/lib-storage": "3.986.0",
|
|
32
|
-
"@remotion/bundler": "4.0.
|
|
33
|
-
"@remotion/cli": "4.0.
|
|
34
|
-
"@remotion/lambda-client": "4.0.
|
|
35
|
-
"@remotion/renderer": "4.0.
|
|
36
|
-
"@remotion/serverless": "4.0.
|
|
37
|
-
"@remotion/streaming": "4.0.
|
|
31
|
+
"@remotion/bundler": "4.0.462",
|
|
32
|
+
"@remotion/cli": "4.0.462",
|
|
33
|
+
"@remotion/lambda-client": "4.0.462",
|
|
34
|
+
"@remotion/renderer": "4.0.462",
|
|
35
|
+
"@remotion/serverless": "4.0.462",
|
|
36
|
+
"@remotion/streaming": "4.0.462",
|
|
38
37
|
"@smithy/abort-controller": "4.0.1",
|
|
39
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.462",
|
|
40
39
|
"zod": "4.3.6"
|
|
41
40
|
},
|
|
42
41
|
"devDependencies": {
|
|
43
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.462",
|
|
44
43
|
"@types/express": "5.0.1",
|
|
45
44
|
"express": "4.21.0",
|
|
46
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
47
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
45
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.462",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.462",
|
|
48
47
|
"mime-types": "2.1.34",
|
|
49
48
|
"@types/mime-types": "2.1.1",
|
|
50
49
|
"@types/minimist": "1.2.2",
|
|
@@ -55,7 +54,7 @@
|
|
|
55
54
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
56
55
|
},
|
|
57
56
|
"peerDependencies": {
|
|
58
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.462"
|
|
59
58
|
},
|
|
60
59
|
"publishConfig": {
|
|
61
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|