@remotion/lambda-client 4.0.415 → 4.0.417

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/cjs/index.js CHANGED
@@ -66556,7 +66556,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
66556
66556
  }
66557
66557
  }
66558
66558
  };
66559
- var VERSION = "4.0.415";
66559
+ var VERSION = "4.0.417";
66560
66560
  var isColorSupported = () => {
66561
66561
  const env = process.env || {};
66562
66562
  const isForceDisabled = "NO_COLOR" in env;
@@ -70640,7 +70640,7 @@ var lambdaWriteFileImplementation = async (params) => {
70640
70640
  };
70641
70641
 
70642
70642
  // src/aws-provider.ts
70643
- if (/^AWS_Lambda_nodejs(?:18|20)[.]x$/.test(process.env.AWS_EXECUTION_ENV ?? "") === true) {
70643
+ if (/^AWS_Lambda_nodejs(?:18|20|24)[.]x$/.test(process.env.AWS_EXECUTION_ENV ?? "") === true) {
70644
70644
  process.env.FONTCONFIG_PATH = "/opt";
70645
70645
  process.env.FONTCONFIG_FILE = "/opt/fonts.conf";
70646
70646
  process.env.DISABLE_FROM_SURFACE = "1";
@@ -65899,7 +65899,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
65899
65899
  }
65900
65900
  }
65901
65901
  };
65902
- var VERSION = "4.0.415";
65902
+ var VERSION = "4.0.417";
65903
65903
  var isColorSupported = () => {
65904
65904
  const env = process.env || {};
65905
65905
  const isForceDisabled = "NO_COLOR" in env;
@@ -70467,7 +70467,7 @@ var lambdaWriteFileImplementation = async (params) => {
70467
70467
  };
70468
70468
 
70469
70469
  // src/aws-provider.ts
70470
- if (/^AWS_Lambda_nodejs(?:18|20)[.]x$/.test(process.env.AWS_EXECUTION_ENV ?? "") === true) {
70470
+ if (/^AWS_Lambda_nodejs(?:18|20|24)[.]x$/.test(process.env.AWS_EXECUTION_ENV ?? "") === true) {
70471
70471
  process.env.FONTCONFIG_PATH = "/opt";
70472
70472
  process.env.FONTCONFIG_FILE = "/opt/fonts.conf";
70473
70473
  process.env.DISABLE_FROM_SURFACE = "1";
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda-client"
4
4
  },
5
5
  "name": "@remotion/lambda-client",
6
- "version": "4.0.415",
6
+ "version": "4.0.417",
7
7
  "main": "dist/cjs/index.js",
8
8
  "sideEffects": false,
9
9
  "scripts": {
@@ -26,10 +26,10 @@
26
26
  "@aws-sdk/lib-storage": "3.936.0",
27
27
  "mime-types": "2.1.34",
28
28
  "@aws-sdk/credential-provider-ini": "3.936.0",
29
- "@remotion/serverless-client": "4.0.414",
29
+ "@remotion/serverless-client": "4.0.417",
30
30
  "@types/express": "^5.0.0",
31
31
  "express": "4.21.0",
32
- "@remotion/eslint-config-internal": "4.0.414",
32
+ "@remotion/eslint-config-internal": "4.0.417",
33
33
  "eslint": "9.19.0",
34
34
  "next": "16.1.5",
35
35
  "@types/mime-types": "2.1.1"