@remotion/cloudrun 4.0.353 → 4.0.354
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-make.log +1 -1
- package/.turbo/turbo-test.log +13 -10
- package/package.json +7 -7
package/.turbo/turbo-make.log
CHANGED
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,24 +1,27 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
2
|
+
|
|
3
|
+
> @remotion/cloudrun@4.0.311 test /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
|
+
> bun test src
|
|
5
|
+
|
|
6
|
+
[0m[1mbun test [0m[2mv1.2.14 (6a363a38)[0m
|
|
4
7
|
[0m
|
|
5
8
|
src/api/test/service-names.test.ts:
|
|
6
|
-
[0m[32m✓[0m[0m[1m Parse service names[0m [0m[2m[
|
|
9
|
+
[0m[32m✓[0m[0m[1m Parse service names[0m [0m[2m[0.48ms[0m[2m][0m
|
|
7
10
|
[0m
|
|
8
11
|
src/api/test/running-in-what-server.test.ts:
|
|
9
12
|
[0m[32m✓[0m[0m[1m is running in cloud tasks = true[0m
|
|
10
|
-
[0m[32m✓[0m[0m[1m is running in cloud tasks = false[0m [0m[2m[0.
|
|
11
|
-
[0m[32m✓[0m[0m[1m which project Id = remotion-test[0m [0m[2m[0.
|
|
12
|
-
[0m[32m✓[0m[0m[1m which project Id = remotion-test-cloudtask[0m
|
|
13
|
+
[0m[32m✓[0m[0m[1m is running in cloud tasks = false[0m [0m[2m[0.06ms[0m[2m][0m
|
|
14
|
+
[0m[32m✓[0m[0m[1m which project Id = remotion-test[0m [0m[2m[0.01ms[0m[2m][0m
|
|
15
|
+
[0m[32m✓[0m[0m[1m which project Id = remotion-test-cloudtask[0m
|
|
13
16
|
[0m
|
|
14
17
|
src/api/test/payloads.test.ts:
|
|
15
|
-
[0m[32m✓[0m[0m[1m CloudRunPayload should work with and without optional webhook fields[0m [0m[2m[
|
|
18
|
+
[0m[32m✓[0m[0m[1m CloudRunPayload should work with and without optional webhook fields[0m [0m[2m[0.71ms[0m[2m][0m
|
|
16
19
|
[0m
|
|
17
20
|
src/api/test/make-console.test.ts:
|
|
18
|
-
[0m[32m✓[0m[0m[1m app is in cloud tasks[0m [0m[2m[0.
|
|
19
|
-
[0m[32m✓[0m[0m[1m app is not in cloud tasks[0m [0m[2m[0.
|
|
21
|
+
[0m[32m✓[0m[0m[1m app is in cloud tasks[0m [0m[2m[0.06ms[0m[2m][0m
|
|
22
|
+
[0m[32m✓[0m[0m[1m app is not in cloud tasks[0m [0m[2m[0.01ms[0m[2m][0m
|
|
20
23
|
|
|
21
24
|
[0m[32m 8 pass[0m
|
|
22
25
|
[0m[2m 0 fail[0m
|
|
23
26
|
17 expect() calls
|
|
24
|
-
Ran 8 tests across 4 files. [0m[2m[[
|
|
27
|
+
Ran 8 tests across 4 files. [0m[2m[[1m22.00ms[0m[2m][0m
|
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.
|
|
6
|
+
"version": "4.0.354",
|
|
7
7
|
"description": "Render Remotion videos on Google Cloud Run",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -16,16 +16,16 @@
|
|
|
16
16
|
"@google-cloud/logging": "11.2.0",
|
|
17
17
|
"google-auth-library": "8.7.0",
|
|
18
18
|
"zod": "3.22.3",
|
|
19
|
-
"@remotion/bundler": "4.0.
|
|
20
|
-
"@remotion/
|
|
21
|
-
"@remotion/
|
|
22
|
-
"remotion": "4.0.
|
|
19
|
+
"@remotion/bundler": "4.0.354",
|
|
20
|
+
"@remotion/renderer": "4.0.354",
|
|
21
|
+
"@remotion/cli": "4.0.354",
|
|
22
|
+
"remotion": "4.0.354"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
25
|
"@types/minimist": "1.2.2",
|
|
26
26
|
"eslint": "9.19.0",
|
|
27
|
-
"@remotion/
|
|
28
|
-
"@remotion/
|
|
27
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.354",
|
|
28
|
+
"@remotion/eslint-config-internal": "4.0.354"
|
|
29
29
|
},
|
|
30
30
|
"exports": {
|
|
31
31
|
"./package.json": "./package.json",
|