@remotion/serverless-client 4.0.448 → 4.0.450

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.
@@ -1000,7 +1000,7 @@ var validateFramesPerFunction = ({
1000
1000
  import * as tty from "tty";
1001
1001
 
1002
1002
  // ../core/dist/esm/version.mjs
1003
- var VERSION = "4.0.448";
1003
+ var VERSION = "4.0.450";
1004
1004
 
1005
1005
  // ../renderer/dist/esm/error-handling.mjs
1006
1006
  var isColorSupported = () => {
@@ -1314,7 +1314,7 @@ var printUsefulErrorMessage = (err, logLevel, indent) => {
1314
1314
  Log.info({ indent, logLevel }, "\uD83D\uDCA1 Get help for this issue: https://github.com/remotion-dev/remotion/issues/2439");
1315
1315
  }
1316
1316
  if (err.message.includes("AVCaptureDeviceTypeContinuityCamera")) {
1317
- Log.info({ indent, logLevel }, "\uD83D\uDCA1 Remotion requires macOS 13 (Ventura) or later.");
1317
+ Log.info({ indent, logLevel }, "\uD83D\uDCA1 Remotion requires macOS 15 (Sequoia) or later.");
1318
1318
  Log.info({ indent, logLevel }, "\uD83D\uDCA1 Get help for this issue: https://github.com/remotion-dev/remotion/issues/7027");
1319
1319
  }
1320
1320
  if (err.message.includes("EBADF")) {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless-client"
4
4
  },
5
5
  "name": "@remotion/serverless-client",
6
- "version": "4.0.448",
6
+ "version": "4.0.450",
7
7
  "main": "dist",
8
8
  "sideEffects": false,
9
9
  "scripts": {
@@ -24,10 +24,10 @@
24
24
  },
25
25
  "dependencies": {},
26
26
  "devDependencies": {
27
- "remotion": "4.0.448",
28
- "@remotion/streaming": "4.0.448",
29
- "@remotion/renderer": "4.0.448",
30
- "@remotion/eslint-config-internal": "4.0.448",
27
+ "remotion": "4.0.449",
28
+ "@remotion/streaming": "4.0.449",
29
+ "@remotion/renderer": "4.0.449",
30
+ "@remotion/eslint-config-internal": "4.0.449",
31
31
  "eslint": "9.19.0",
32
32
  "@typescript/native-preview": "7.0.0-dev.20260217.1"
33
33
  },