@remotion/lambda-client 4.0.269 → 4.0.271

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.
@@ -1,6 +1,6 @@
1
1
 
2
2
  
3
- > @remotion/lambda-client@4.0.269 make /Users/jonathanburger/remotion/packages/lambda-client
3
+ > @remotion/lambda-client@4.0.271 make /Users/jonathanburger/remotion/packages/lambda-client
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [9.44ms] Generated.
6
+ [18.84ms] Generated.
@@ -917,7 +917,7 @@ var validateFramesPerFunction = ({
917
917
  throw new TypeError(`The framesPerLambda needs to be at least ${effectiveMinimum}, but is ${framesPerFunction}`);
918
918
  }
919
919
  };
920
- var VERSION = "4.0.269";
920
+ var VERSION = "4.0.271";
921
921
  var isColorSupported = () => {
922
922
  const env = process.env || {};
923
923
  const isForceDisabled = "NO_COLOR" in env;
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.269",
6
+ "version": "4.0.271",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "author": "Jonny Burger <jonny@remotion.dev>",
@@ -25,8 +25,8 @@
25
25
  "eslint": "9.19.0",
26
26
  "next": "15.1.6",
27
27
  "@types/mime-types": "2.1.1",
28
- "@remotion/serverless-client": "4.0.269",
29
- "@remotion/eslint-config-internal": "4.0.269"
28
+ "@remotion/serverless-client": "4.0.271",
29
+ "@remotion/eslint-config-internal": "4.0.271"
30
30
  },
31
31
  "publishConfig": {
32
32
  "access": "public"