@remotion/lambda 4.0.399 → 4.0.401

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.
@@ -168,6 +168,7 @@ const renderCommand = async ({ args, remotionRoot, logLevel, providerSpecifics,
168
168
  indent,
169
169
  logLevel,
170
170
  quiet: cli_1.CliInternals.quietFlagProvided(),
171
+ onProgress: () => undefined,
171
172
  }),
172
173
  chromeMode: 'headless-shell',
173
174
  mediaCacheSizeInBytes: mediaCacheSizeInBytes,
@@ -118,6 +118,7 @@ const stillCommand = async ({ args, remotionRoot, logLevel, providerSpecifics, }
118
118
  indent,
119
119
  logLevel,
120
120
  quiet: cli_1.CliInternals.quietFlagProvided(),
121
+ onProgress: () => undefined,
121
122
  }),
122
123
  chromeMode: 'headless-shell',
123
124
  mediaCacheSizeInBytes: mediaCacheSizeInBytes,
@@ -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.399",
8607
+ version: "4.0.401",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -11766,7 +11766,10 @@ var renderCommand = async ({
11766
11766
  onBrowserDownload: CliInternals14.defaultBrowserDownloadProgress({
11767
11767
  indent,
11768
11768
  logLevel,
11769
- quiet: CliInternals14.quietFlagProvided()
11769
+ quiet: CliInternals14.quietFlagProvided(),
11770
+ onProgress: () => {
11771
+ return;
11772
+ }
11770
11773
  }),
11771
11774
  chromeMode: "headless-shell",
11772
11775
  mediaCacheSizeInBytes
@@ -12592,7 +12595,10 @@ var stillCommand = async ({
12592
12595
  onBrowserDownload: CliInternals21.defaultBrowserDownloadProgress({
12593
12596
  indent,
12594
12597
  logLevel,
12595
- quiet: CliInternals21.quietFlagProvided()
12598
+ quiet: CliInternals21.quietFlagProvided(),
12599
+ onProgress: () => {
12600
+ return;
12601
+ }
12596
12602
  }),
12597
12603
  chromeMode: "headless-shell",
12598
12604
  mediaCacheSizeInBytes
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.399",
6
+ "version": "4.0.401",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -28,22 +28,22 @@
28
28
  "@aws-sdk/client-cloudwatch-logs": "3.936.0",
29
29
  "@aws-sdk/client-service-quotas": "3.936.0",
30
30
  "@aws-sdk/lib-storage": "3.936.0",
31
- "@remotion/bundler": "4.0.399",
32
- "@remotion/cli": "4.0.399",
33
- "@remotion/lambda-client": "4.0.399",
34
- "@remotion/renderer": "4.0.399",
35
- "@remotion/serverless": "4.0.399",
36
- "@remotion/streaming": "4.0.399",
31
+ "@remotion/bundler": "4.0.401",
32
+ "@remotion/cli": "4.0.401",
33
+ "@remotion/lambda-client": "4.0.401",
34
+ "@remotion/renderer": "4.0.401",
35
+ "@remotion/serverless": "4.0.401",
36
+ "@remotion/streaming": "4.0.401",
37
37
  "@smithy/abort-controller": "4.0.1",
38
- "remotion": "4.0.399",
38
+ "remotion": "4.0.401",
39
39
  "zod": "3.22.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@remotion/bundler": "4.0.399",
42
+ "@remotion/bundler": "4.0.401",
43
43
  "@types/express": "^5.0.0",
44
44
  "express": "4.21.0",
45
- "@remotion/compositor-linux-arm64-gnu": "4.0.399",
46
- "@remotion/eslint-config-internal": "4.0.399",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.401",
46
+ "@remotion/eslint-config-internal": "4.0.401",
47
47
  "mime-types": "2.1.34",
48
48
  "@types/mime-types": "2.1.1",
49
49
  "@types/minimist": "1.2.2",
@@ -54,7 +54,7 @@
54
54
  "@types/node": "20.12.14"
55
55
  },
56
56
  "peerDependencies": {
57
- "@remotion/bundler": "4.0.399"
57
+ "@remotion/bundler": "4.0.401"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
Binary file