@remotion/lambda 4.0.375 → 4.0.377

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.
@@ -35,7 +35,7 @@ const getBucketName = (region) => {
35
35
  return `remotionlambda-binaries-${region}`;
36
36
  };
37
37
  const makeLayerPublic = async () => {
38
- const runtimes = ['nodejs20.x'];
38
+ const runtimes = ['nodejs22.x'];
39
39
  const layers = [
40
40
  'fonts',
41
41
  'chromium',
@@ -67,7 +67,7 @@ const createFunction = async ({ createCloudWatchLogGroup, region, zipFile, funct
67
67
  FunctionName: functionName,
68
68
  Handler: 'index.handler',
69
69
  Role: customRoleArn !== null && customRoleArn !== void 0 ? customRoleArn : defaultRoleName,
70
- Runtime: 'nodejs20.x',
70
+ Runtime: 'nodejs22.x',
71
71
  Description: 'Renders a Remotion video.',
72
72
  MemorySize: memorySizeInMb,
73
73
  Timeout: timeoutInSeconds,
@@ -121,7 +121,7 @@ const createFunction = async ({ createCloudWatchLogGroup, region, zipFile, funct
121
121
  }
122
122
  renderer_1.RenderInternals.Log.verbose({ indent: false, logLevel }, 'Function is now ready.');
123
123
  renderer_1.RenderInternals.Log.verbose({ indent: false, logLevel }, 'Locking the runtime version of the function...');
124
- const RuntimeVersionArn = `arn:aws:lambda:${region}::runtime:da57c20c4b965d5b75540f6865a35fc8030358e33ec44ecfed33e90901a27a72`;
124
+ const RuntimeVersionArn = `arn:aws:lambda:${region}::runtime:bbff6dbb70f7ec465eee20d07035db8b2d55506273cd6188d5bf1123c218e508`;
125
125
  try {
126
126
  await lambda_client_1.LambdaClientInternals.getLambdaClient(region, undefined, requestHandler).send(new client_lambda_1.PutRuntimeManagementConfigCommand({
127
127
  FunctionName,
@@ -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.375",
8607
+ version: "4.0.377",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -9634,7 +9634,7 @@ var createFunction = async ({
9634
9634
  FunctionName: functionName,
9635
9635
  Handler: "index.handler",
9636
9636
  Role: customRoleArn ?? defaultRoleName,
9637
- Runtime: "nodejs20.x",
9637
+ Runtime: "nodejs22.x",
9638
9638
  Description: "Renders a Remotion video.",
9639
9639
  MemorySize: memorySizeInMb,
9640
9640
  Timeout: timeoutInSeconds,
@@ -9683,7 +9683,7 @@ var createFunction = async ({
9683
9683
  }
9684
9684
  RenderInternals.Log.verbose({ indent: false, logLevel }, "Function is now ready.");
9685
9685
  RenderInternals.Log.verbose({ indent: false, logLevel }, "Locking the runtime version of the function...");
9686
- const RuntimeVersionArn = `arn:aws:lambda:${region}::runtime:da57c20c4b965d5b75540f6865a35fc8030358e33ec44ecfed33e90901a27a72`;
9686
+ const RuntimeVersionArn = `arn:aws:lambda:${region}::runtime:bbff6dbb70f7ec465eee20d07035db8b2d55506273cd6188d5bf1123c218e508`;
9687
9687
  try {
9688
9688
  await LambdaClientInternals3.getLambdaClient(region, undefined, requestHandler).send(new PutRuntimeManagementConfigCommand({
9689
9689
  FunctionName,
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.375",
6
+ "version": "4.0.377",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -28,22 +28,22 @@
28
28
  "@aws-sdk/client-cloudwatch-logs": "3.787.0",
29
29
  "@aws-sdk/client-service-quotas": "3.787.0",
30
30
  "@aws-sdk/lib-storage": "3.787.0",
31
- "@remotion/bundler": "4.0.375",
32
- "@remotion/cli": "4.0.375",
33
- "@remotion/lambda-client": "4.0.375",
34
- "@remotion/renderer": "4.0.375",
35
- "@remotion/serverless": "4.0.375",
36
- "@remotion/streaming": "4.0.375",
31
+ "@remotion/bundler": "4.0.377",
32
+ "@remotion/cli": "4.0.377",
33
+ "@remotion/lambda-client": "4.0.377",
34
+ "@remotion/renderer": "4.0.377",
35
+ "@remotion/serverless": "4.0.377",
36
+ "@remotion/streaming": "4.0.377",
37
37
  "@smithy/abort-controller": "4.0.1",
38
- "remotion": "4.0.375",
38
+ "remotion": "4.0.377",
39
39
  "zod": "3.22.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@remotion/bundler": "4.0.375",
42
+ "@remotion/bundler": "4.0.377",
43
43
  "@types/express": "^5.0.0",
44
44
  "express": "4.21.0",
45
- "@remotion/compositor-linux-arm64-gnu": "4.0.375",
46
- "@remotion/eslint-config-internal": "4.0.375",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.377",
46
+ "@remotion/eslint-config-internal": "4.0.377",
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
  "@types/node": "20.12.14"
55
55
  },
56
56
  "peerDependencies": {
57
- "@remotion/bundler": "4.0.375"
57
+ "@remotion/bundler": "4.0.377"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
Binary file