@remotion/cloudrun 4.0.81 → 4.0.82
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.
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
|
|
2
|
-
> @remotion/cloudrun@4.0.
|
|
2
|
+
> @remotion/cloudrun@4.0.81 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.
|
|
6
|
+
> @remotion/cloudrun@4.0.81 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.
|
|
11
|
+
> @remotion/cloudrun@4.0.81 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: "
|
|
80
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
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: "
|
|
122
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
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: "
|
|
187
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
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: "
|
|
212
|
+
logLevel: "verbose" | "info" | "warn" | "error";
|
|
213
213
|
delayRenderTimeoutInMilliseconds: number;
|
|
214
214
|
offthreadVideoCacheSizeInBytes: number | null;
|
|
215
215
|
frame: number;
|
package/dist/internals.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
export declare const CloudrunInternals: {
|
|
2
|
-
executeCommand: (args: string[], remotionRoot: string, logLevel: "
|
|
2
|
+
executeCommand: (args: string[], remotionRoot: string, logLevel: "verbose" | "info" | "warn" | "error") => Promise<void>;
|
|
3
3
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cloudrun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.82",
|
|
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.
|
|
16
|
-
"@remotion/
|
|
17
|
-
"remotion": "4.0.
|
|
18
|
-
"@remotion/
|
|
15
|
+
"@remotion/bundler": "4.0.82",
|
|
16
|
+
"@remotion/cli": "4.0.82",
|
|
17
|
+
"remotion": "4.0.82",
|
|
18
|
+
"@remotion/renderer": "4.0.82"
|
|
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.
|
|
29
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.82"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
> @remotion/cloudrun@4.0.71 test /Users/jonathanburger/remotion/packages/cloudrun
|
|
3
|
-
> vitest --run
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
RUN v0.31.1 /Users/jonathanburger/remotion/packages/cloudrun
|
|
7
|
-
|
|
8
|
-
✓ src/api/test/service-names.test.ts (1 test) 3ms
|
|
9
|
-
✓ src/api/test/make-console.test.ts (2 tests) 2ms
|
|
10
|
-
✓ src/api/test/running-in-what-server.test.ts (4 tests) 2ms
|
|
11
|
-
|
|
12
|
-
Test Files 3 passed (3)
|
|
13
|
-
Tests 7 passed (7)
|
|
14
|
-
Start at 12:17:00
|
|
15
|
-
Duration 739ms (transform 179ms, setup 0ms, collect 527ms, tests 7ms, environment 0ms, prepare 54ms)
|
|
16
|
-
|