@remotion/cloudrun 4.0.355 → 4.0.356

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.
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.355 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.356 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json
5
5
 
package/dist/cli/log.d.ts CHANGED
@@ -1,4 +1,7 @@
1
1
  export declare const Log: {
2
+ formatLogs: (logLevel: import("@remotion/renderer").LogLevel, options: import("@remotion/renderer").LogOptions & {
3
+ tag?: string;
4
+ }, args: Parameters<typeof console.log>) => string[];
2
5
  trace: (options: import("@remotion/renderer").LogOptions & {
3
6
  tag?: string;
4
7
  }, message?: any, ...optionalParams: any[]) => boolean | void;
@@ -145,6 +145,7 @@ const renderMediaSingleThread = async (body, res) => {
145
145
  metadata: (_o = body.metadata) !== null && _o !== void 0 ? _o : null,
146
146
  hardwareAcceleration: 'disable',
147
147
  chromeMode: 'headless-shell',
148
+ onLog: renderer_1.RenderInternals.defaultOnLog,
148
149
  });
149
150
  const storage = new storage_1.Storage();
150
151
  const publicUpload = body.privacy === 'public' || !body.privacy;
@@ -75,6 +75,7 @@ const renderStillSingleThread = async (body, res) => {
75
75
  },
76
76
  chromeMode: 'headless-shell',
77
77
  mediaCacheSizeInBytes: body.mediaCacheSizeInBytes,
78
+ onLog: renderer_1.RenderInternals.defaultOnLog,
78
79
  });
79
80
  log_1.Log.info({ indent: false, logLevel: body.logLevel }, 'Still rendered');
80
81
  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.355",
6
+ "version": "4.0.356",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,16 +16,16 @@
16
16
  "@google-cloud/logging": "11.2.0",
17
17
  "google-auth-library": "8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.355",
20
- "@remotion/renderer": "4.0.355",
21
- "remotion": "4.0.355",
22
- "@remotion/cli": "4.0.355"
19
+ "@remotion/bundler": "4.0.356",
20
+ "@remotion/renderer": "4.0.356",
21
+ "@remotion/cli": "4.0.356",
22
+ "remotion": "4.0.356"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
26
  "eslint": "9.19.0",
27
- "@remotion/compositor-linux-x64-gnu": "4.0.355",
28
- "@remotion/eslint-config-internal": "4.0.355"
27
+ "@remotion/eslint-config-internal": "4.0.356",
28
+ "@remotion/compositor-linux-x64-gnu": "4.0.356"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",