@remotion/cloudrun 4.0.178 → 4.0.179

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.177 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.178 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > bun build.ts
4
4
 
5
5
  distribution bundled.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
4
4
  },
5
5
  "name": "@remotion/cloudrun",
6
- "version": "4.0.178",
6
+ "version": "4.0.179",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,14 +16,14 @@
16
16
  "@google-cloud/logging": "^11.1.0",
17
17
  "google-auth-library": "^8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.178",
20
- "@remotion/renderer": "4.0.178",
21
- "@remotion/cli": "4.0.178",
22
- "remotion": "4.0.178"
19
+ "@remotion/cli": "4.0.179",
20
+ "@remotion/bundler": "4.0.179",
21
+ "@remotion/renderer": "4.0.179",
22
+ "remotion": "4.0.179"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
- "@remotion/compositor-linux-x64-gnu": "4.0.178"
26
+ "@remotion/compositor-linux-x64-gnu": "4.0.179"
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",
@@ -1,20 +0,0 @@
1
-
2
- > @remotion/cloudrun@4.0.163 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
- ✓ src/api/test/make-console.test.ts (2)
10
- ✓ src/api/test/running-in-what-server.test.ts (4)
11
-  ✓ 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
-
15
-  Test Files  3 passed (3)
16
-  Tests  7 passed (7)
17
-  Start at  19:38:46
18
-  Duration  887ms (transform 278ms, setup 0ms, collect 429ms, tests 5ms, environment 0ms, prepare 109ms)
19
-
20
- [?25h