@remotion/lambda 4.0.409 → 4.0.411
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.
|
@@ -254,10 +254,10 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
|
|
|
254
254
|
indent: false,
|
|
255
255
|
forcePathStyle: (_m = args_1.parsedLambdaCli['force-path-style']) !== null && _m !== void 0 ? _m : false,
|
|
256
256
|
metadata: metadata !== null && metadata !== void 0 ? metadata : null,
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
storageClass: (_q = args_1.parsedLambdaCli['storage-class']) !== null && _q !== void 0 ? _q : null,
|
|
257
|
+
licenseKey: (_o = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _o !== void 0 ? _o : null,
|
|
258
|
+
storageClass: (_p = args_1.parsedLambdaCli['storage-class']) !== null && _p !== void 0 ? _p : null,
|
|
260
259
|
requestHandler: null,
|
|
260
|
+
isProduction: (_q = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.isProductionOption.cliFlag]) !== null && _q !== void 0 ? _q : true,
|
|
261
261
|
});
|
|
262
262
|
const progressBar = cli_1.CliInternals.createOverwriteableCliOutput({
|
|
263
263
|
quiet: cli_1.CliInternals.quietFlagProvided(),
|
|
@@ -182,16 +182,16 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
|
|
|
182
182
|
},
|
|
183
183
|
deleteAfter: deleteAfter !== null && deleteAfter !== void 0 ? deleteAfter : null,
|
|
184
184
|
storageClass: (_f = args_1.parsedLambdaCli['storage-class']) !== null && _f !== void 0 ? _f : null,
|
|
185
|
-
|
|
186
|
-
licenseKey: (_h = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _h !== void 0 ? _h : null,
|
|
185
|
+
licenseKey: (_g = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.licenseKeyOption.cliFlag]) !== null && _g !== void 0 ? _g : null,
|
|
187
186
|
downloadBehavior: { type: 'play-in-browser' },
|
|
188
|
-
forceBucketName: (
|
|
189
|
-
forcePathStyle: (
|
|
187
|
+
forceBucketName: (_h = args_1.parsedLambdaCli['force-bucket-name']) !== null && _h !== void 0 ? _h : null,
|
|
188
|
+
forcePathStyle: (_j = args_1.parsedLambdaCli['force-path-style']) !== null && _j !== void 0 ? _j : false,
|
|
190
189
|
indent: false,
|
|
191
190
|
offthreadVideoCacheSizeInBytes,
|
|
192
191
|
offthreadVideoThreads: null,
|
|
193
192
|
requestHandler: null,
|
|
194
193
|
mediaCacheSizeInBytes,
|
|
194
|
+
isProduction: (_k = args_1.parsedLambdaCli[client_1.BrowserSafeApis.options.isProductionOption.cliFlag]) !== null && _k !== void 0 ? _k : true,
|
|
195
195
|
});
|
|
196
196
|
log_1.Log.info({ indent: false, logLevel }, cli_1.CliInternals.chalk.gray(`Render ID: ${cli_1.CliInternals.makeHyperlink({ text: res.renderId, fallback: res.renderId, url: lambda_client_1.LambdaClientInternals.getS3RenderUrl({ bucketName: res.bucketName, renderId: res.renderId, region: (0, get_aws_region_1.getAwsRegion)() }) })}`));
|
|
197
197
|
log_1.Log.info({ indent: false, logLevel }, cli_1.CliInternals.chalk.gray(`Bucket: ${cli_1.CliInternals.makeHyperlink({ text: res.bucketName, fallback: res.bucketName, url: `https://${(0, get_aws_region_1.getAwsRegion)()}.console.aws.amazon.com/s3/buckets/${res.bucketName}/?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.411",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -11868,10 +11868,10 @@ var renderCommand = async ({
|
|
|
11868
11868
|
indent: false,
|
|
11869
11869
|
forcePathStyle: parsedLambdaCli["force-path-style"] ?? false,
|
|
11870
11870
|
metadata: metadata ?? null,
|
|
11871
|
-
apiKey: parsedLambdaCli[BrowserSafeApis3.options.apiKeyOption.cliFlag] ?? null,
|
|
11872
11871
|
licenseKey: parsedLambdaCli[BrowserSafeApis3.options.licenseKeyOption.cliFlag] ?? null,
|
|
11873
11872
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
11874
|
-
requestHandler: null
|
|
11873
|
+
requestHandler: null,
|
|
11874
|
+
isProduction: parsedLambdaCli[BrowserSafeApis3.options.isProductionOption.cliFlag] ?? true
|
|
11875
11875
|
});
|
|
11876
11876
|
const progressBar = CliInternals14.createOverwriteableCliOutput({
|
|
11877
11877
|
quiet: CliInternals14.quietFlagProvided(),
|
|
@@ -12695,7 +12695,6 @@ var stillCommand = async ({
|
|
|
12695
12695
|
},
|
|
12696
12696
|
deleteAfter: deleteAfter ?? null,
|
|
12697
12697
|
storageClass: parsedLambdaCli["storage-class"] ?? null,
|
|
12698
|
-
apiKey: parsedLambdaCli[BrowserSafeApis5.options.apiKeyOption.cliFlag] ?? null,
|
|
12699
12698
|
licenseKey: parsedLambdaCli[BrowserSafeApis5.options.licenseKeyOption.cliFlag] ?? null,
|
|
12700
12699
|
downloadBehavior: { type: "play-in-browser" },
|
|
12701
12700
|
forceBucketName: parsedLambdaCli["force-bucket-name"] ?? null,
|
|
@@ -12704,7 +12703,8 @@ var stillCommand = async ({
|
|
|
12704
12703
|
offthreadVideoCacheSizeInBytes,
|
|
12705
12704
|
offthreadVideoThreads: null,
|
|
12706
12705
|
requestHandler: null,
|
|
12707
|
-
mediaCacheSizeInBytes
|
|
12706
|
+
mediaCacheSizeInBytes,
|
|
12707
|
+
isProduction: parsedLambdaCli[BrowserSafeApis5.options.isProductionOption.cliFlag] ?? true
|
|
12708
12708
|
});
|
|
12709
12709
|
Log.info({ indent: false, logLevel }, CliInternals21.chalk.gray(`Render ID: ${CliInternals21.makeHyperlink({ text: res.renderId, fallback: res.renderId, url: LambdaClientInternals20.getS3RenderUrl({ bucketName: res.bucketName, renderId: res.renderId, region: getAwsRegion() }) })}`));
|
|
12710
12710
|
Log.info({ indent: false, logLevel }, CliInternals21.chalk.gray(`Bucket: ${CliInternals21.makeHyperlink({ text: res.bucketName, fallback: res.bucketName, url: `https://${getAwsRegion()}.console.aws.amazon.com/s3/buckets/${res.bucketName}/?region=${getAwsRegion()}` })}`));
|
package/dist/index.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ declare const getRenderProgress: (input: GetRenderProgressInput) => Promise<Rend
|
|
|
32
32
|
declare const renderStillOnLambda: (input: RenderStillOnLambdaInput & {
|
|
33
33
|
quality?: never;
|
|
34
34
|
dumpBrowserLogs?: boolean;
|
|
35
|
+
apiKey?: string | null;
|
|
35
36
|
}) => Promise<RenderStillOnLambdaOutput>;
|
|
36
37
|
/**
|
|
37
38
|
* @deprecated Import this from `@remotion/lambda-client` instead
|
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.411",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -28,33 +28,33 @@
|
|
|
28
28
|
"@aws-sdk/client-cloudwatch-logs": "3.936.0",
|
|
29
29
|
"@aws-sdk/client-service-quotas": "3.936.0",
|
|
30
30
|
"@aws-sdk/lib-storage": "3.936.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.411",
|
|
32
|
+
"@remotion/cli": "4.0.411",
|
|
33
|
+
"@remotion/lambda-client": "4.0.411",
|
|
34
|
+
"@remotion/renderer": "4.0.411",
|
|
35
|
+
"@remotion/serverless": "4.0.411",
|
|
36
|
+
"@remotion/streaming": "4.0.411",
|
|
37
37
|
"@smithy/abort-controller": "4.0.1",
|
|
38
|
-
"remotion": "4.0.
|
|
38
|
+
"remotion": "4.0.411",
|
|
39
39
|
"zod": "3.22.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@remotion/bundler": "4.0.
|
|
42
|
+
"@remotion/bundler": "4.0.411",
|
|
43
43
|
"@types/express": "^5.0.0",
|
|
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.411",
|
|
46
|
+
"@remotion/eslint-config-internal": "4.0.411",
|
|
47
47
|
"mime-types": "2.1.34",
|
|
48
48
|
"@types/mime-types": "2.1.1",
|
|
49
49
|
"@types/minimist": "1.2.2",
|
|
50
50
|
"@types/prompt": "^1.1.0",
|
|
51
51
|
"eslint": "9.19.0",
|
|
52
|
-
"next": "16.
|
|
52
|
+
"next": "16.1.5",
|
|
53
53
|
"pureimage": "0.4.13",
|
|
54
54
|
"@types/node": "20.12.14"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
57
|
-
"@remotion/bundler": "4.0.
|
|
57
|
+
"@remotion/bundler": "4.0.411"
|
|
58
58
|
},
|
|
59
59
|
"publishConfig": {
|
|
60
60
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|