@remotion/lambda 4.0.249 → 4.0.251
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/cli/log.d.ts
CHANGED
|
@@ -1,4 +1,7 @@
|
|
|
1
1
|
export declare const Log: {
|
|
2
|
+
trace: (options: import("@remotion/renderer").LogOptions & {
|
|
3
|
+
tag?: string;
|
|
4
|
+
}, ...args: Parameters<typeof console.log>) => boolean | void;
|
|
2
5
|
verbose: (options: import("@remotion/renderer").LogOptions & {
|
|
3
6
|
tag?: string;
|
|
4
7
|
}, ...args: Parameters<typeof console.log>) => boolean | void;
|
|
@@ -29,6 +29,7 @@ const get_current_region_1 = require("./helpers/get-current-region");
|
|
|
29
29
|
const get_folder_files_1 = require("./helpers/get-folder-files");
|
|
30
30
|
const get_output_url_from_metadata_1 = require("./helpers/get-output-url-from-metadata");
|
|
31
31
|
const make_aws_artifact_1 = require("./helpers/make-aws-artifact");
|
|
32
|
+
const parse_function_name_1 = require("./helpers/parse-function-name");
|
|
32
33
|
if (/^AWS_Lambda_nodejs(?:18|20)[.]x$/.test((_a = process.env.AWS_EXECUTION_ENV) !== null && _a !== void 0 ? _a : '') === true) {
|
|
33
34
|
process.env.FONTCONFIG_PATH = '/opt';
|
|
34
35
|
process.env.FONTCONFIG_FILE = '/opt/fonts.conf';
|
|
@@ -92,4 +93,5 @@ exports.awsImplementation = {
|
|
|
92
93
|
getAccountId: get_account_id_1.getAccountIdImplementation,
|
|
93
94
|
deleteFunction: delete_function_1.deleteFunction,
|
|
94
95
|
getFunctions: get_functions_1.getFunctions,
|
|
96
|
+
parseFunctionName: parse_function_name_1.parseFunctionName,
|
|
95
97
|
};
|
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.251",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -24,13 +24,13 @@
|
|
|
24
24
|
"express": "4.21.0",
|
|
25
25
|
"mime-types": "2.1.34",
|
|
26
26
|
"zod": "3.22.3",
|
|
27
|
-
"@remotion/bundler": "4.0.
|
|
28
|
-
"@remotion/
|
|
29
|
-
"@remotion/
|
|
30
|
-
"@remotion/
|
|
31
|
-
"@remotion/
|
|
32
|
-
"@remotion/
|
|
33
|
-
"remotion": "4.0.
|
|
27
|
+
"@remotion/bundler": "4.0.251",
|
|
28
|
+
"@remotion/streaming": "4.0.251",
|
|
29
|
+
"@remotion/studio-server": "4.0.251",
|
|
30
|
+
"@remotion/cli": "4.0.251",
|
|
31
|
+
"@remotion/serverless": "4.0.251",
|
|
32
|
+
"@remotion/renderer": "4.0.251",
|
|
33
|
+
"remotion": "4.0.251"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
36
|
"@types/mime-types": "2.1.1",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"next": "15.1.2",
|
|
41
41
|
"pureimage": "0.4.13",
|
|
42
42
|
"zip-lib": "^0.7.2",
|
|
43
|
-
"@remotion/bundler": "4.0.
|
|
44
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
45
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
43
|
+
"@remotion/bundler": "4.0.251",
|
|
44
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.251",
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.251"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@remotion/bundler": "4.0.
|
|
48
|
+
"@remotion/bundler": "4.0.251"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|