@remotion/serverless-client 4.0.448 → 4.0.449
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/esm/index.mjs +2 -2
- package/package.json +1 -1
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
1003
|
+
var VERSION = "4.0.449";
|
|
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
|
|
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