@remotion/cloudrun 4.0.409 → 4.0.411

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.
@@ -151,8 +151,8 @@ const renderMediaSingleThread = async (body, res) => {
151
151
  hardwareAcceleration: 'disable',
152
152
  chromeMode: 'headless-shell',
153
153
  onLog: renderer_1.RenderInternals.defaultOnLog,
154
- apiKey: null,
155
154
  licenseKey: null,
155
+ isProduction: null,
156
156
  });
157
157
  const storage = new storage_1.Storage();
158
158
  const publicUpload = body.privacy === 'public' || !body.privacy;
@@ -81,8 +81,8 @@ const renderStillSingleThread = async (body, res) => {
81
81
  chromeMode: 'headless-shell',
82
82
  mediaCacheSizeInBytes: body.mediaCacheSizeInBytes,
83
83
  onLog: renderer_1.RenderInternals.defaultOnLog,
84
- apiKey: null,
85
84
  licenseKey: null,
85
+ isProduction: null,
86
86
  });
87
87
  log_1.Log.info({ indent: false, logLevel: body.logLevel }, 'Still rendered');
88
88
  const storage = new storage_1.Storage();
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.409",
6
+ "version": "4.0.411",
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.409",
25
- "@remotion/cli": "4.0.409",
26
- "@remotion/renderer": "4.0.409",
24
+ "@remotion/bundler": "4.0.411",
25
+ "@remotion/cli": "4.0.411",
26
+ "@remotion/renderer": "4.0.411",
27
27
  "google-auth-library": "8.7.0",
28
- "remotion": "4.0.409",
28
+ "remotion": "4.0.411",
29
29
  "zod": "3.22.3"
30
30
  },
31
31
  "devDependencies": {
32
- "@remotion/compositor-linux-x64-gnu": "4.0.409",
32
+ "@remotion/compositor-linux-x64-gnu": "4.0.411",
33
33
  "@types/minimist": "1.2.2",
34
- "@remotion/eslint-config-internal": "4.0.409",
34
+ "@remotion/eslint-config-internal": "4.0.411",
35
35
  "eslint": "9.19.0",
36
36
  "@types/node": "20.12.14"
37
37
  },