@remotion/cloudrun 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.
@@ -114,6 +114,7 @@ const renderCommand = async (args, remotionRoot, logLevel) => {
114
114
  indent,
115
115
  logLevel,
116
116
  quiet: cli_1.CliInternals.quietFlagProvided(),
117
+ onProgress: () => undefined,
117
118
  }),
118
119
  chromeMode: 'headless-shell',
119
120
  mediaCacheSizeInBytes,
@@ -98,6 +98,7 @@ const stillCommand = async (args, remotionRoot, logLevel) => {
98
98
  indent,
99
99
  logLevel,
100
100
  quiet: cli_1.CliInternals.quietFlagProvided(),
101
+ onProgress: () => undefined,
101
102
  }),
102
103
  chromeMode: 'headless-shell',
103
104
  offthreadVideoThreads: 1,
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
4
4
  },
5
5
  "name": "@remotion/cloudrun",
6
- "version": "4.0.399",
6
+ "version": "4.0.401",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -21,17 +21,17 @@
21
21
  "@google-cloud/storage": "7.15.2",
22
22
  "@google-cloud/resource-manager": "5.3.1",
23
23
  "@google-cloud/logging": "11.2.0",
24
- "@remotion/bundler": "4.0.399",
25
- "@remotion/cli": "4.0.399",
26
- "@remotion/renderer": "4.0.399",
24
+ "@remotion/bundler": "4.0.401",
25
+ "@remotion/cli": "4.0.401",
26
+ "@remotion/renderer": "4.0.401",
27
27
  "google-auth-library": "8.7.0",
28
- "remotion": "4.0.399",
28
+ "remotion": "4.0.401",
29
29
  "zod": "3.22.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@remotion/compositor-linux-x64-gnu": "4.0.399",
32
+ "@remotion/compositor-linux-x64-gnu": "4.0.401",
33
33
  "@types/minimist": "1.2.2",
34
- "@remotion/eslint-config-internal": "4.0.399",
34
+ "@remotion/eslint-config-internal": "4.0.401",
35
35
  "eslint": "9.19.0",
36
36
  "@types/node": "20.12.14"
37
37
  },