@remotion/lambda 4.0.263 → 4.0.265
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.
|
@@ -26,7 +26,7 @@ const findFunctionName = async ({ logLevel, providerSpecifics, }) => {
|
|
|
26
26
|
if (cliFlag) {
|
|
27
27
|
const compatibleFunctionExists = lambdasWithMatchingVersion.find((l) => l.functionName === cliFlag);
|
|
28
28
|
if (!compatibleFunctionExists) {
|
|
29
|
-
log_1.Log.warn({ indent: false, logLevel }, `Function "${cliFlag}" does not match naming convention ${
|
|
29
|
+
log_1.Log.warn({ indent: false, logLevel }, `Function "${cliFlag}" does not match naming convention ${lambda_client_1.LambdaClientInternals.innerSpeculateFunctionName({ diskSizeInMb: '[disk]', memorySizeInMb: '[memory]', timeoutInSeconds: '[timeout]' })}.`);
|
|
30
30
|
log_1.Log.warn({ indent: false, logLevel }, 'Remotion relies on the naming to determine function information. This is an unsupported workflow.');
|
|
31
31
|
if (lambdasWithMatchingVersion.length > 0) {
|
|
32
32
|
log_1.Log.info(logOptions, 'The following functions were found:');
|
package/dist/cli/log.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
export declare const Log: {
|
|
2
|
-
trace: (options: import("@remotion/renderer
|
|
2
|
+
trace: (options: import("@remotion/renderer").LogOptions & {
|
|
3
3
|
tag?: string;
|
|
4
4
|
}, ...args: Parameters<typeof console.log>) => boolean | void;
|
|
5
5
|
verbose: (options: import("@remotion/renderer").LogOptions & {
|
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.265",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -21,13 +21,13 @@
|
|
|
21
21
|
"@aws-sdk/lib-storage": "3.738.0",
|
|
22
22
|
"@smithy/abort-controller": "4.0.1",
|
|
23
23
|
"zod": "3.22.3",
|
|
24
|
-
"@remotion/bundler": "4.0.
|
|
25
|
-
"@remotion/cli": "4.0.
|
|
26
|
-
"@remotion/
|
|
27
|
-
"@remotion/
|
|
28
|
-
"remotion": "4.0.
|
|
29
|
-
"
|
|
30
|
-
"@remotion/
|
|
24
|
+
"@remotion/bundler": "4.0.265",
|
|
25
|
+
"@remotion/cli": "4.0.265",
|
|
26
|
+
"@remotion/lambda-client": "4.0.265",
|
|
27
|
+
"@remotion/renderer": "4.0.265",
|
|
28
|
+
"@remotion/streaming": "4.0.265",
|
|
29
|
+
"remotion": "4.0.265",
|
|
30
|
+
"@remotion/serverless": "4.0.265"
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@types/express": "^5.0.0",
|
|
@@ -40,12 +40,12 @@
|
|
|
40
40
|
"next": "15.1.6",
|
|
41
41
|
"pureimage": "0.4.13",
|
|
42
42
|
"zip-lib": "^0.7.2",
|
|
43
|
-
"@remotion/bundler": "4.0.
|
|
44
|
-
"@remotion/
|
|
45
|
-
"@remotion/
|
|
43
|
+
"@remotion/bundler": "4.0.265",
|
|
44
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.265",
|
|
45
|
+
"@remotion/eslint-config-internal": "4.0.265"
|
|
46
46
|
},
|
|
47
47
|
"peerDependencies": {
|
|
48
|
-
"@remotion/bundler": "4.0.
|
|
48
|
+
"@remotion/bundler": "4.0.265"
|
|
49
49
|
},
|
|
50
50
|
"publishConfig": {
|
|
51
51
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|