@remotion/cloudrun 4.0.82 → 4.0.83

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,14 +1,14 @@
1
1
 
2
- > @remotion/cloudrun@4.0.81 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.82 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
4
4
 
5
5
 
6
- > @remotion/cloudrun@4.0.81 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
6
+ > @remotion/cloudrun@4.0.82 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
7
7
  > ts-node src/admin/bundle-renderLogic.ts
8
8
 
9
9
  distribution bundled.
10
10
 
11
- > @remotion/cloudrun@4.0.81 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
11
+ > @remotion/cloudrun@4.0.82 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
12
12
  > ts-node src/admin/bundle-installer.ts
13
13
 
14
14
  Making reproducible build with gtar
@@ -77,7 +77,7 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
77
77
  envVariables: Record<string, string>;
78
78
  muted: boolean;
79
79
  outputBucket: string;
80
- logLevel: "verbose" | "info" | "warn" | "error";
80
+ logLevel: "error" | "verbose" | "info" | "warn";
81
81
  delayRenderTimeoutInMilliseconds: number;
82
82
  concurrency: string | number | null;
83
83
  enforceAudioTrack: boolean;
@@ -119,7 +119,7 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
119
119
  envVariables: Record<string, string>;
120
120
  muted: boolean;
121
121
  outputBucket: string;
122
- logLevel: "verbose" | "info" | "warn" | "error";
122
+ logLevel: "error" | "verbose" | "info" | "warn";
123
123
  delayRenderTimeoutInMilliseconds: number;
124
124
  concurrency: string | number | null;
125
125
  enforceAudioTrack: boolean;
@@ -184,7 +184,7 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
184
184
  envVariables: Record<string, string>;
185
185
  outputBucket: string;
186
186
  privacy: "public" | "private";
187
- logLevel: "verbose" | "info" | "warn" | "error";
187
+ logLevel: "error" | "verbose" | "info" | "warn";
188
188
  delayRenderTimeoutInMilliseconds: number;
189
189
  offthreadVideoCacheSizeInBytes: number | null;
190
190
  frame: number;
@@ -209,7 +209,7 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
209
209
  envVariables: Record<string, string>;
210
210
  outputBucket: string;
211
211
  privacy: "public" | "private";
212
- logLevel: "verbose" | "info" | "warn" | "error";
212
+ logLevel: "error" | "verbose" | "info" | "warn";
213
213
  delayRenderTimeoutInMilliseconds: number;
214
214
  offthreadVideoCacheSizeInBytes: number | null;
215
215
  frame: number;
@@ -1,3 +1,3 @@
1
1
  export declare const CloudrunInternals: {
2
- executeCommand: (args: string[], remotionRoot: string, logLevel: "verbose" | "info" | "warn" | "error") => Promise<void>;
2
+ executeCommand: (args: string[], remotionRoot: string, logLevel: "error" | "verbose" | "info" | "warn") => Promise<void>;
3
3
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cloudrun",
3
- "version": "4.0.82",
3
+ "version": "4.0.83",
4
4
  "description": "GCP Cloud Run alternative to lambda rendering",
5
5
  "main": "dist/index.js",
6
6
  "dependencies": {
@@ -12,10 +12,10 @@
12
12
  "@google-cloud/logging": "^10.5.0",
13
13
  "google-auth-library": "^8.7.0",
14
14
  "zod": "^3.22.3",
15
- "@remotion/bundler": "4.0.82",
16
- "@remotion/cli": "4.0.82",
17
- "remotion": "4.0.82",
18
- "@remotion/renderer": "4.0.82"
15
+ "@remotion/bundler": "4.0.83",
16
+ "@remotion/cli": "4.0.83",
17
+ "remotion": "4.0.83",
18
+ "@remotion/renderer": "4.0.83"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@jonny/eslint-config": "3.0.276",
@@ -26,7 +26,7 @@
26
26
  "prettier-plugin-organize-imports": "^3.2.2",
27
27
  "ts-node": "^10.8.0",
28
28
  "vitest": "0.31.1",
29
- "@remotion/compositor-linux-x64-gnu": "4.0.82"
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.83"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",