@remotion/lambda-client 4.0.346 → 4.0.347

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.346 make /Users/jonathanburger/remotion/packages/lambda-client
3
+ > @remotion/lambda-client@4.0.347 make /Users/jonathanburger/remotion/packages/lambda-client
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [62.85ms] Generated.
6
+ [48.12ms] Generated.
@@ -17161,7 +17161,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
17161
17161
  }
17162
17162
  }
17163
17163
  };
17164
- var VERSION = "4.0.346";
17164
+ var VERSION = "4.0.347";
17165
17165
  var isColorSupported = () => {
17166
17166
  const env = process.env || {};
17167
17167
  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.346",
6
+ "version": "4.0.347",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "author": "Jonny Burger <jonny@remotion.dev>",
@@ -26,8 +26,8 @@
26
26
  "eslint": "9.19.0",
27
27
  "next": "15.4.7",
28
28
  "@types/mime-types": "2.1.1",
29
- "@remotion/eslint-config-internal": "4.0.346",
30
- "@remotion/serverless-client": "4.0.346"
29
+ "@remotion/serverless-client": "4.0.347",
30
+ "@remotion/eslint-config-internal": "4.0.347"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"