@remotion/lambda-client 4.0.358 → 4.0.361

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,3 +1,3 @@
1
1
 
2
2
  $ tsc -d && bun --env-file=../.env.bundle bundle.ts
3
- [93.43ms] Generated.
3
+ [58.15ms] Generated.
@@ -16679,7 +16679,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
16679
16679
  }
16680
16680
  }
16681
16681
  };
16682
- var VERSION = "4.0.358";
16682
+ var VERSION = "4.0.361";
16683
16683
  var isColorSupported = () => {
16684
16684
  const env = process.env || {};
16685
16685
  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.358",
6
+ "version": "4.0.361",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "scripts": {
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@aws-sdk/credential-provider-ini": "3.787.0",
30
- "@remotion/serverless-client": "4.0.357",
30
+ "@remotion/serverless-client": "4.0.361",
31
31
  "@types/express": "^5.0.0",
32
32
  "express": "4.21.0",
33
- "@remotion/eslint-config-internal": "4.0.357",
33
+ "@remotion/eslint-config-internal": "4.0.361",
34
34
  "eslint": "9.19.0",
35
35
  "next": "15.4.7",
36
36
  "@types/mime-types": "2.1.1"