@remotion/cloudrun 4.0.125 → 4.0.127
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,15 +1,15 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/cloudrun@4.0.
|
|
3
|
+
> @remotion/cloudrun@4.0.126 build /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
4
|
> tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
|
|
5
5
|
|
|
6
6
|
|
|
7
|
-
> @remotion/cloudrun@4.0.
|
|
7
|
+
> @remotion/cloudrun@4.0.126 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
|
|
8
8
|
> ts-node src/admin/bundle-renderLogic.ts
|
|
9
9
|
|
|
10
10
|
distribution bundled.
|
|
11
11
|
|
|
12
|
-
> @remotion/cloudrun@4.0.
|
|
12
|
+
> @remotion/cloudrun@4.0.126 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
|
|
13
13
|
> ts-node src/admin/bundle-installer.ts
|
|
14
14
|
|
|
15
15
|
Making reproducible build with gtar
|
|
@@ -18,7 +18,12 @@ const log_1 = require("../../log");
|
|
|
18
18
|
exports.SITES_CREATE_SUBCOMMAND = 'create';
|
|
19
19
|
const sitesCreateSubcommand = async (args, remotionRoot, logLevel) => {
|
|
20
20
|
var _a, _b;
|
|
21
|
-
const { file, reason } = cli_1.CliInternals.findEntryPoint(
|
|
21
|
+
const { file, reason } = cli_1.CliInternals.findEntryPoint({
|
|
22
|
+
args,
|
|
23
|
+
remotionRoot,
|
|
24
|
+
logLevel,
|
|
25
|
+
allowDirectory: false,
|
|
26
|
+
});
|
|
22
27
|
if (!file) {
|
|
23
28
|
log_1.Log.error({ indent: false, logLevel }, 'No entry file passed.');
|
|
24
29
|
log_1.Log.info({ indent: false, logLevel }, 'Pass an additional argument specifying the entry file of your Remotion project:');
|
|
@@ -97,6 +97,7 @@ const renderMediaSingleThread = async (body, res) => {
|
|
|
97
97
|
binariesDirectory: null,
|
|
98
98
|
separateAudioTo: null,
|
|
99
99
|
forSeamlessAacConcatenation: false,
|
|
100
|
+
compositionStart: 0,
|
|
100
101
|
});
|
|
101
102
|
const storage = new storage_1.Storage();
|
|
102
103
|
const publicUpload = body.privacy === 'public' || !body.privacy;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/cloudrun",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.127",
|
|
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/
|
|
18
|
-
"remotion": "4.0.
|
|
15
|
+
"@remotion/bundler": "4.0.127",
|
|
16
|
+
"@remotion/cli": "4.0.127",
|
|
17
|
+
"@remotion/renderer": "4.0.127",
|
|
18
|
+
"remotion": "4.0.127"
|
|
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.4",
|
|
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.127"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
|
32
32
|
"./package.json": "./package.json",
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
> @remotion/cloudrun@4.0.122 test /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
|
-
> vitest --run
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
[7m[1m[36m RUN [39m[22m[27m [36mv0.31.1[39m [90m/Users/jonathanburger/remotion/packages/cloudrun[39m
|
|
8
|
-
|
|
9
|
-
[?25l [32m✓[39m [2msrc/api/test/[22mservice-names[2m.test.ts[22m[2m (1)[22m
|
|
10
|
-
[90m·[39m [2msrc/api/test/[22mmake-console[2m.test.ts[22m[2m (2)[22m
|
|
11
|
-
[?25l[2K[1A[2K[1A[2K[G [32m✓[39m [2msrc/api/test/[22mservice-names[2m.test.ts[22m[2m (1)[22m
|
|
12
|
-
[32m✓[39m [2msrc/api/test/[22mmake-console[2m.test.ts[22m[2m (2)[22m
|
|
13
|
-
[32m✓[39m [2msrc/api/test/[22mrunning-in-what-server[2m.test.ts[22m[2m (4)[22m
|
|
14
|
-
[2K[1A[2K[1A[2K[1A[2K[G [32m✓[39m [2msrc/api/test/[22mservice-names[2m.test.ts[22m[2m (1)[22m
|
|
15
|
-
[32m✓[39m [2msrc/api/test/[22mmake-console[2m.test.ts[22m[2m (2)[22m
|
|
16
|
-
[32m✓[39m [2msrc/api/test/[22mrunning-in-what-server[2m.test.ts[22m[2m (4)[22m
|
|
17
|
-
|
|
18
|
-
[2m Test Files [22m [1m[32m3 passed[39m[22m[90m (3)[39m
|
|
19
|
-
[2m Tests [22m [1m[32m7 passed[39m[22m[90m (7)[39m
|
|
20
|
-
[2m Start at [22m 10:25:38
|
|
21
|
-
[2m Duration [22m 1.29s[2m (transform 342ms, setup 0ms, collect 753ms, tests 8ms, environment 0ms, prepare 71ms)[22m
|
|
22
|
-
|
|
23
|
-
[?25h
|