@remotion/cloudrun 4.0.149 → 4.0.150

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,5 +1,5 @@
1
1
 
2
- > @remotion/cloudrun@4.0.148 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.149 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > bun build.ts
4
4
 
5
5
  $ ts-node src/admin/bundle-renderLogic.ts
@@ -0,0 +1,21 @@
1
+
2
+ > @remotion/cloudrun@4.0.149 test /Users/jonathanburger/remotion/packages/cloudrun
3
+ > vitest --run
4
+
5
+
6
+  RUN  v0.31.1 /Users/jonathanburger/remotion/packages/cloudrun
7
+
8
+ [?25l ✓ src/api/test/service-names.test.ts (1)
9
+ [?25l ✓ src/api/test/service-names.test.ts (1)
10
+ ✓ src/api/test/make-console.test.ts (2)
11
+ · src/api/test/running-in-what-server.test.ts (4)
12
+  ✓ src/api/test/service-names.test.ts (1)
13
+ ✓ src/api/test/make-console.test.ts (2)
14
+ ✓ src/api/test/running-in-what-server.test.ts (4)
15
+
16
+  Test Files  3 passed (3)
17
+  Tests  7 passed (7)
18
+  Start at  13:41:54
19
+  Duration  641ms (transform 201ms, setup 0ms, collect 399ms, tests 6ms, environment 0ms, prepare 52ms)
20
+
21
+ [?25h
package/build.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import {$} from 'bun';
2
2
 
3
- await $`bunx tsc -d`;
3
+ await $`bun x tsc -d`;
4
4
 
5
5
  const permissions = Bun.file('src/shared/sa-permissions.json');
6
6
  await Bun.write('dist/shared/sa-permissions.json', permissions);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cloudrun",
3
- "version": "4.0.149",
3
+ "version": "4.0.150",
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.149",
16
- "@remotion/cli": "4.0.149",
17
- "@remotion/renderer": "4.0.149",
18
- "remotion": "4.0.149"
15
+ "@remotion/bundler": "4.0.150",
16
+ "@remotion/renderer": "4.0.150",
17
+ "remotion": "4.0.150",
18
+ "@remotion/cli": "4.0.150"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@jonny/eslint-config": "3.0.281",
@@ -26,7 +26,7 @@
26
26
  "prettier-plugin-organize-imports": "^3.2.4",
27
27
  "ts-node": "10.9.2",
28
28
  "vitest": "0.31.1",
29
- "@remotion/compositor-linux-x64-gnu": "4.0.149"
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.150"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",