@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.
@@ -1,15 +1,15 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.124 build /Users/jonathanburger/remotion/packages/cloudrun
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.124 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
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.124 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
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(args, remotionRoot, logLevel);
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.125",
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.125",
16
- "@remotion/renderer": "4.0.125",
17
- "@remotion/cli": "4.0.125",
18
- "remotion": "4.0.125"
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.125"
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.127"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",
@@ -1,23 +0,0 @@
1
-
2
- 
3
- > @remotion/cloudrun@4.0.122 test /Users/jonathanburger/remotion/packages/cloudrun
4
- > vitest --run
5
-
6
-
7
-  RUN  v0.31.1 /Users/jonathanburger/remotion/packages/cloudrun
8
-
9
- [?25l ✓ src/api/test/service-names.test.ts (1)
10
- · src/api/test/make-console.test.ts (2)
11
- [?25l ✓ src/api/test/service-names.test.ts (1)
12
- ✓ src/api/test/make-console.test.ts (2)
13
- ✓ src/api/test/running-in-what-server.test.ts (4)
14
-  ✓ src/api/test/service-names.test.ts (1)
15
- ✓ src/api/test/make-console.test.ts (2)
16
- ✓ src/api/test/running-in-what-server.test.ts (4)
17
-
18
-  Test Files  3 passed (3)
19
-  Tests  7 passed (7)
20
-  Start at  10:25:38
21
-  Duration  1.29s (transform 342ms, setup 0ms, collect 753ms, tests 8ms, environment 0ms, prepare 71ms)
22
-
23
- [?25h