@remotion/lambda 4.0.489 → 4.0.491
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
CHANGED
|
@@ -14,7 +14,7 @@ const get_s3_operations_1 = require("../shared/get-s3-operations");
|
|
|
14
14
|
const validate_site_name_1 = require("../shared/validate-site-name");
|
|
15
15
|
const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options, region, privacy, gitSource, throwIfSiteExists, providerSpecifics, forcePathStyle, fullClientSpecifics, requestHandler, }) => {
|
|
16
16
|
var _a, _b;
|
|
17
|
-
var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o
|
|
17
|
+
var _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o;
|
|
18
18
|
lambda_client_1.LambdaClientInternals.validateAwsRegion(region);
|
|
19
19
|
(0, serverless_1.validateBucketName)({
|
|
20
20
|
bucketName,
|
|
@@ -66,10 +66,9 @@ const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options,
|
|
|
66
66
|
askAIEnabled: (_j = options === null || options === void 0 ? void 0 : options.askAIEnabled) !== null && _j !== void 0 ? _j : true,
|
|
67
67
|
interactivityEnabled: (_k = options === null || options === void 0 ? void 0 : options.interactivityEnabled) !== null && _k !== void 0 ? _k : true,
|
|
68
68
|
audioLatencyHint: null,
|
|
69
|
-
|
|
70
|
-
keyboardShortcutsEnabled: (_m = options === null || options === void 0 ? void 0 : options.keyboardShortcutsEnabled) !== null && _m !== void 0 ? _m : true,
|
|
69
|
+
keyboardShortcutsEnabled: (_l = options === null || options === void 0 ? void 0 : options.keyboardShortcutsEnabled) !== null && _l !== void 0 ? _l : true,
|
|
71
70
|
renderDefaults: null,
|
|
72
|
-
rspack: (
|
|
71
|
+
rspack: (_m = options === null || options === void 0 ? void 0 : options.rspack) !== null && _m !== void 0 ? _m : false,
|
|
73
72
|
symlinkPublicDir: false,
|
|
74
73
|
}),
|
|
75
74
|
]);
|
|
@@ -99,7 +98,7 @@ const mandatoryDeploySite = async ({ bucketName, entryPoint, siteName, options,
|
|
|
99
98
|
bucket: bucketName,
|
|
100
99
|
region,
|
|
101
100
|
localDir: bundled,
|
|
102
|
-
onProgress: (
|
|
101
|
+
onProgress: (_o = options === null || options === void 0 ? void 0 : options.onUploadProgress) !== null && _o !== void 0 ? _o : (() => undefined),
|
|
103
102
|
keyPrefix: subFolder,
|
|
104
103
|
privacy: privacy !== null && privacy !== void 0 ? privacy : 'public',
|
|
105
104
|
toUpload,
|
|
@@ -16,7 +16,7 @@ const progress_bar_1 = require("../../helpers/progress-bar");
|
|
|
16
16
|
const quit_1 = require("../../helpers/quit");
|
|
17
17
|
const log_1 = require("../../log");
|
|
18
18
|
exports.SITES_CREATE_SUBCOMMAND = 'create';
|
|
19
|
-
const { folderExpiryOption, publicDirOption, throwIfSiteExistsOption, disableGitSourceOption, askAIOption,
|
|
19
|
+
const { folderExpiryOption, publicDirOption, throwIfSiteExistsOption, disableGitSourceOption, askAIOption, keyboardShortcutsOption, } = client_1.BrowserSafeApis.options;
|
|
20
20
|
const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation) => {
|
|
21
21
|
var _a, _b, _c, _d, _e;
|
|
22
22
|
const { file, reason } = cli_1.CliInternals.findEntryPoint({
|
|
@@ -111,9 +111,6 @@ const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementatio
|
|
|
111
111
|
const askAIEnabled = askAIOption.getValue({
|
|
112
112
|
commandLine: cli_1.CliInternals.parsedCli,
|
|
113
113
|
}).value;
|
|
114
|
-
const experimentalClientSideRenderingEnabled = experimentalClientSideRenderingOption.getValue({
|
|
115
|
-
commandLine: cli_1.CliInternals.parsedCli,
|
|
116
|
-
}).value;
|
|
117
114
|
const keyboardShortcutsEnabled = keyboardShortcutsOption.getValue({
|
|
118
115
|
commandLine: cli_1.CliInternals.parsedCli,
|
|
119
116
|
}).value;
|
|
@@ -160,7 +157,6 @@ const sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementatio
|
|
|
160
157
|
webpackOverride: (_c = config_1.ConfigInternals.getWebpackOverrideFn()) !== null && _c !== void 0 ? _c : ((f) => f),
|
|
161
158
|
bypassBucketNameValidation: Boolean(args_1.parsedLambdaCli['force-bucket-name']),
|
|
162
159
|
askAIEnabled,
|
|
163
|
-
experimentalClientSideRenderingEnabled,
|
|
164
160
|
keyboardShortcutsEnabled,
|
|
165
161
|
},
|
|
166
162
|
region: (0, get_aws_region_1.getAwsRegion)(),
|
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.491",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
scripts: {
|
|
@@ -10180,7 +10180,6 @@ var mandatoryDeploySite = async ({
|
|
|
10180
10180
|
askAIEnabled: options?.askAIEnabled ?? true,
|
|
10181
10181
|
interactivityEnabled: options?.interactivityEnabled ?? true,
|
|
10182
10182
|
audioLatencyHint: null,
|
|
10183
|
-
experimentalClientSideRenderingEnabled: options?.experimentalClientSideRenderingEnabled ?? false,
|
|
10184
10183
|
keyboardShortcutsEnabled: options?.keyboardShortcutsEnabled ?? true,
|
|
10185
10184
|
renderDefaults: null,
|
|
10186
10185
|
rspack: options?.rspack ?? false,
|
|
@@ -12241,7 +12240,6 @@ var {
|
|
|
12241
12240
|
throwIfSiteExistsOption,
|
|
12242
12241
|
disableGitSourceOption,
|
|
12243
12242
|
askAIOption,
|
|
12244
|
-
experimentalClientSideRenderingOption,
|
|
12245
12243
|
keyboardShortcutsOption
|
|
12246
12244
|
} = BrowserSafeApis4.options;
|
|
12247
12245
|
var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation) => {
|
|
@@ -12335,9 +12333,6 @@ var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation)
|
|
|
12335
12333
|
const askAIEnabled = askAIOption.getValue({
|
|
12336
12334
|
commandLine: CliInternals16.parsedCli
|
|
12337
12335
|
}).value;
|
|
12338
|
-
const experimentalClientSideRenderingEnabled = experimentalClientSideRenderingOption.getValue({
|
|
12339
|
-
commandLine: CliInternals16.parsedCli
|
|
12340
|
-
}).value;
|
|
12341
12336
|
const keyboardShortcutsEnabled = keyboardShortcutsOption.getValue({
|
|
12342
12337
|
commandLine: CliInternals16.parsedCli
|
|
12343
12338
|
}).value;
|
|
@@ -12384,7 +12379,6 @@ var sitesCreateSubcommand = async (args, remotionRoot, logLevel, implementation)
|
|
|
12384
12379
|
webpackOverride: ConfigInternals2.getWebpackOverrideFn() ?? ((f) => f),
|
|
12385
12380
|
bypassBucketNameValidation: Boolean(parsedLambdaCli["force-bucket-name"]),
|
|
12386
12381
|
askAIEnabled,
|
|
12387
|
-
experimentalClientSideRenderingEnabled,
|
|
12388
12382
|
keyboardShortcutsEnabled
|
|
12389
12383
|
},
|
|
12390
12384
|
region: getAwsRegion(),
|
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.491",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"scripts": {
|
|
@@ -28,22 +28,22 @@
|
|
|
28
28
|
"@aws-sdk/client-cloudwatch-logs": "3.986.0",
|
|
29
29
|
"@aws-sdk/client-service-quotas": "3.986.0",
|
|
30
30
|
"@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.
|
|
31
|
+
"@remotion/bundler": "4.0.491",
|
|
32
|
+
"@remotion/cli": "4.0.491",
|
|
33
|
+
"@remotion/lambda-client": "4.0.491",
|
|
34
|
+
"@remotion/renderer": "4.0.491",
|
|
35
|
+
"@remotion/serverless": "4.0.491",
|
|
36
|
+
"@remotion/streaming": "4.0.491",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.491",
|
|
39
39
|
"zod": "4.3.6"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.491",
|
|
43
43
|
"@types/express": "5.0.1",
|
|
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.491",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.491",
|
|
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
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.491"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|