@remotion/cloudrun 4.0.26 → 4.0.27

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.
@@ -51,8 +51,8 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
51
51
  preferLossless: z.ZodBoolean;
52
52
  offthreadVideoCacheSizeInBytes: z.ZodNullable<z.ZodNumber>;
53
53
  }, "strip", z.ZodTypeAny, {
54
- serveUrl: string;
55
54
  type: "media";
55
+ serveUrl: string;
56
56
  composition: string;
57
57
  codec: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif";
58
58
  serializedInputPropsWithCustomSchema: string;
@@ -90,8 +90,8 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
90
90
  outName?: string | undefined;
91
91
  privacy?: "public" | "private" | undefined;
92
92
  }, {
93
- serveUrl: string;
94
93
  type: "media";
94
+ serveUrl: string;
95
95
  composition: string;
96
96
  codec: "h264" | "h265" | "vp8" | "vp9" | "mp3" | "aac" | "wav" | "prores" | "h264-mkv" | "gif";
97
97
  serializedInputPropsWithCustomSchema: string;
@@ -166,8 +166,8 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
166
166
  logLevel: z.ZodEnum<["verbose", "info", "warn", "error"]>;
167
167
  offthreadVideoCacheSizeInBytes: z.ZodNullable<z.ZodNumber>;
168
168
  }, "strip", z.ZodTypeAny, {
169
- serveUrl: string;
170
169
  type: "still";
170
+ serveUrl: string;
171
171
  composition: string;
172
172
  serializedInputPropsWithCustomSchema: string;
173
173
  imageFormat: "png" | "jpeg" | "pdf" | "webp";
@@ -191,8 +191,8 @@ export declare const CloudRunPayload: z.ZodDiscriminatedUnion<"type", [z.ZodObje
191
191
  } | undefined;
192
192
  outName?: string | undefined;
193
193
  }, {
194
- serveUrl: string;
195
194
  type: "still";
195
+ serveUrl: string;
196
196
  composition: string;
197
197
  serializedInputPropsWithCustomSchema: string;
198
198
  imageFormat: "png" | "jpeg" | "pdf" | "webp";
@@ -222,13 +222,13 @@ declare const renderFailResponsePayload: z.ZodObject<{
222
222
  name: z.ZodString;
223
223
  stack: z.ZodString;
224
224
  }, "strip", z.ZodTypeAny, {
225
- message: string;
226
225
  type: "error";
226
+ message: string;
227
227
  name: string;
228
228
  stack: string;
229
229
  }, {
230
- message: string;
231
230
  type: "error";
231
+ message: string;
232
232
  name: string;
233
233
  stack: string;
234
234
  }>;
@@ -241,19 +241,19 @@ declare const renderStillOnCloudrunResponsePayload: z.ZodObject<{
241
241
  renderId: z.ZodString;
242
242
  privacy: z.ZodEnum<["public-read", "project-private"]>;
243
243
  }, "strip", z.ZodTypeAny, {
244
- bucketName: string;
245
- size: number;
246
244
  type: "success";
247
245
  privacy: "public-read" | "project-private";
248
246
  cloudStorageUri: string;
247
+ size: number;
248
+ bucketName: string;
249
249
  renderId: string;
250
250
  publicUrl?: string | null | undefined;
251
251
  }, {
252
- bucketName: string;
253
- size: number;
254
252
  type: "success";
255
253
  privacy: "public-read" | "project-private";
256
254
  cloudStorageUri: string;
255
+ size: number;
256
+ bucketName: string;
257
257
  renderId: string;
258
258
  publicUrl?: string | null | undefined;
259
259
  }>;
@@ -266,19 +266,19 @@ declare const renderMediaOnCloudrunResponsePayload: z.ZodObject<{
266
266
  renderId: z.ZodString;
267
267
  privacy: z.ZodEnum<["public-read", "project-private"]>;
268
268
  }, "strip", z.ZodTypeAny, {
269
- bucketName: string;
270
- size: number;
271
269
  type: "success";
272
270
  privacy: "public-read" | "project-private";
273
271
  cloudStorageUri: string;
272
+ size: number;
273
+ bucketName: string;
274
274
  renderId: string;
275
275
  publicUrl?: string | null | undefined;
276
276
  }, {
277
- bucketName: string;
278
- size: number;
279
277
  type: "success";
280
278
  privacy: "public-read" | "project-private";
281
279
  cloudStorageUri: string;
280
+ size: number;
281
+ bucketName: string;
282
282
  renderId: string;
283
283
  publicUrl?: string | null | undefined;
284
284
  }>;
@@ -290,15 +290,15 @@ declare const cloudRunCrashResponse: z.ZodObject<{
290
290
  requestCrashTime: z.ZodString;
291
291
  requestElapsedTimeInSeconds: z.ZodNumber;
292
292
  }, "strip", z.ZodTypeAny, {
293
- message: "Service crashed without sending a response. Check the logs in GCP console.";
294
293
  type: "crash";
294
+ message: "Service crashed without sending a response. Check the logs in GCP console.";
295
295
  cloudRunEndpoint: string;
296
296
  requestStartTime: string;
297
297
  requestCrashTime: string;
298
298
  requestElapsedTimeInSeconds: number;
299
299
  }, {
300
- message: "Service crashed without sending a response. Check the logs in GCP console.";
301
300
  type: "crash";
301
+ message: "Service crashed without sending a response. Check the logs in GCP console.";
302
302
  cloudRunEndpoint: string;
303
303
  requestStartTime: string;
304
304
  requestCrashTime: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cloudrun",
3
- "version": "4.0.26",
3
+ "version": "4.0.27",
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.21.4",
15
- "@remotion/cli": "4.0.26",
16
- "@remotion/bundler": "4.0.26",
17
- "@remotion/renderer": "4.0.26",
18
- "remotion": "4.0.26"
15
+ "@remotion/bundler": "4.0.27",
16
+ "@remotion/renderer": "4.0.27",
17
+ "remotion": "4.0.27",
18
+ "@remotion/cli": "4.0.27"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@jonny/eslint-config": "3.0.266",
@@ -26,7 +26,7 @@
26
26
  "prettier-plugin-organize-imports": "^3.2.2",
27
27
  "ts-node": "^10.8.0",
28
28
  "vitest": "0.24.3",
29
- "@remotion/compositor-linux-x64-gnu": "4.0.26"
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.27"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",