@remotion/lambda 4.0.312 → 4.0.314

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.
@@ -5,7 +5,7 @@ const cli_1 = require("@remotion/cli");
5
5
  const no_react_1 = require("remotion/no-react");
6
6
  const makeBundleProgress = ({ progress, doneIn }) => {
7
7
  return [
8
- `${doneIn === null ? 'Bundling' : 'Bundled'} video`.padEnd(cli_1.CliInternals.LABEL_WIDTH, ' '),
8
+ `${doneIn === null ? 'Bundling' : 'Bundled'} site`.padEnd(cli_1.CliInternals.LABEL_WIDTH, ' '),
9
9
  cli_1.CliInternals.makeProgressBar(progress / 100, false),
10
10
  doneIn === null
11
11
  ? `${Math.round(progress)}%`
@@ -8604,7 +8604,7 @@ var require_package = __commonJS((exports, module) => {
8604
8604
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8605
  },
8606
8606
  name: "@remotion/lambda",
8607
- version: "4.0.312",
8607
+ version: "4.0.314",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -11993,7 +11993,7 @@ import { CliInternals as CliInternals15 } from "@remotion/cli";
11993
11993
  import { NoReactInternals as NoReactInternals3 } from "remotion/no-react";
11994
11994
  var makeBundleProgress = ({ progress, doneIn }) => {
11995
11995
  return [
11996
- `${doneIn === null ? "Bundling" : "Bundled"} video`.padEnd(CliInternals15.LABEL_WIDTH, " "),
11996
+ `${doneIn === null ? "Bundling" : "Bundled"} site`.padEnd(CliInternals15.LABEL_WIDTH, " "),
11997
11997
  CliInternals15.makeProgressBar(progress / 100, false),
11998
11998
  doneIn === null ? `${Math.round(progress)}%` : CliInternals15.chalk.gray(`${doneIn}ms`)
11999
11999
  ].join(" ");
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.312",
6
+ "version": "4.0.314",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -21,13 +21,13 @@
21
21
  "@aws-sdk/lib-storage": "3.787.0",
22
22
  "@smithy/abort-controller": "4.0.1",
23
23
  "zod": "3.22.3",
24
- "@remotion/cli": "4.0.312",
25
- "@remotion/bundler": "4.0.312",
26
- "@remotion/renderer": "4.0.312",
27
- "@remotion/lambda-client": "4.0.312",
28
- "@remotion/streaming": "4.0.312",
29
- "@remotion/serverless": "4.0.312",
30
- "remotion": "4.0.312"
24
+ "@remotion/bundler": "4.0.314",
25
+ "@remotion/cli": "4.0.314",
26
+ "@remotion/serverless": "4.0.314",
27
+ "@remotion/renderer": "4.0.314",
28
+ "remotion": "4.0.314",
29
+ "@remotion/lambda-client": "4.0.314",
30
+ "@remotion/streaming": "4.0.314"
31
31
  },
32
32
  "devDependencies": {
33
33
  "@types/express": "^5.0.0",
@@ -40,12 +40,12 @@
40
40
  "next": "15.2.4",
41
41
  "pureimage": "0.4.13",
42
42
  "zip-lib": "^0.7.2",
43
- "@remotion/compositor-linux-arm64-gnu": "4.0.312",
44
- "@remotion/eslint-config-internal": "4.0.312",
45
- "@remotion/bundler": "4.0.312"
43
+ "@remotion/bundler": "4.0.314",
44
+ "@remotion/compositor-linux-arm64-gnu": "4.0.314",
45
+ "@remotion/eslint-config-internal": "4.0.314"
46
46
  },
47
47
  "peerDependencies": {
48
- "@remotion/bundler": "4.0.312"
48
+ "@remotion/bundler": "4.0.314"
49
49
  },
50
50
  "publishConfig": {
51
51
  "access": "public"
Binary file