@remotion/cloudrun 4.0.357 → 4.0.358
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-lint.log +44 -0
- package/.turbo/turbo-make.log +1 -4
- package/package.json +59 -57
- package/.turbo/turbo-test.log +0 -24
- package/LICENSE.md +0 -49
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
|
|
2
|
+
[0m[2m[35m$[0m [2m[1meslint src[0m
|
|
3
|
+
=============
|
|
4
|
+
|
|
5
|
+
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
|
|
6
|
+
|
|
7
|
+
You may find that it works just fine, or you may not.
|
|
8
|
+
|
|
9
|
+
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
|
|
10
|
+
|
|
11
|
+
YOUR TYPESCRIPT VERSION: 5.8.2
|
|
12
|
+
|
|
13
|
+
Please only submit bug reports when using the officially supported version.
|
|
14
|
+
|
|
15
|
+
=============
|
|
16
|
+
[0m[0m
|
|
17
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/api/check-if-service-exists.ts[24m[0m
|
|
18
|
+
[0m [2m59:14[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
19
|
+
[0m[0m
|
|
20
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/api/get-sites.ts[24m[0m
|
|
21
|
+
[0m [2m58:24[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
22
|
+
[0m [2m62:40[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
23
|
+
[0m[0m
|
|
24
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/api/render-media-on-cloudrun.ts[24m[0m
|
|
25
|
+
[0m [2m227:3[22m [33mwarning[39m Unexpected 'todo' comment: 'TODO: Add any sort of type safety' [2mno-warning-comments[22m[0m
|
|
26
|
+
[0m [2m236:17[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
27
|
+
[0m[0m
|
|
28
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/api/render-still-on-cloudrun.ts[24m[0m
|
|
29
|
+
[0m [2m174:17[22m [33mwarning[39m Unexpected any. Specify a different type [2m@typescript-eslint/no-explicit-any[22m[0m
|
|
30
|
+
[0m[0m
|
|
31
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/helpers/renderArgsCheck.ts[24m[0m
|
|
32
|
+
[0m [2m79:4[22m [33mwarning[39m Unexpected 'todo' comment: 'TODO: Log if there is an incompatible...' [2mno-warning-comments[22m[0m
|
|
33
|
+
[0m[0m
|
|
34
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/index.ts[24m[0m
|
|
35
|
+
[0m [2m192:2[22m [33mwarning[39m Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' [2mno-warning-comments[22m[0m
|
|
36
|
+
[0m[0m
|
|
37
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/still.ts[24m[0m
|
|
38
|
+
[0m [2m169:2[22m [33mwarning[39m Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' [2mno-warning-comments[22m[0m
|
|
39
|
+
[0m[0m
|
|
40
|
+
[0m[4m/Users/jonathanburger/remotion/packages/cloudrun/src/shared/constants.ts[24m[0m
|
|
41
|
+
[0m [2m22:1[22m [33mwarning[39m Unexpected 'todo' comment: 'TODO: In V5, Enable set this to 5' [2mno-warning-comments[22m[0m
|
|
42
|
+
[0m[0m
|
|
43
|
+
[0m[33m[1m✖ 10 problems (0 errors, 10 warnings)[22m[39m[0m
|
|
44
|
+
[0m[33m[1m[22m[39m[0m
|
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,5 +1,2 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
> @remotion/cloudrun@4.0.357 make /Users/jonathanburger/remotion/packages/cloudrun
|
|
4
|
-
> tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json
|
|
5
|
-
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mtsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json[0m
|
package/package.json
CHANGED
|
@@ -1,58 +1,60 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
}
|
|
2
|
+
"repository": {
|
|
3
|
+
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/cloudrun"
|
|
4
|
+
},
|
|
5
|
+
"name": "@remotion/cloudrun",
|
|
6
|
+
"version": "4.0.358",
|
|
7
|
+
"description": "Render Remotion videos on Google Cloud Run",
|
|
8
|
+
"main": "dist/index.js",
|
|
9
|
+
"sideEffects": false,
|
|
10
|
+
"scripts": {
|
|
11
|
+
"make": "tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json",
|
|
12
|
+
"makeruntime": "bun build.ts",
|
|
13
|
+
"lint": "eslint src",
|
|
14
|
+
"test": "bun test src",
|
|
15
|
+
"publish": "bun build.ts && cd container && ARTIFACT_REGISTRY_ENV=production node submit.mjs"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@google-cloud/artifact-registry": "3.5.1",
|
|
19
|
+
"@google-cloud/functions-framework": "3.4.6",
|
|
20
|
+
"@google-cloud/run": "1.5.1",
|
|
21
|
+
"@google-cloud/storage": "7.15.2",
|
|
22
|
+
"@google-cloud/resource-manager": "5.3.1",
|
|
23
|
+
"@google-cloud/logging": "11.2.0",
|
|
24
|
+
"@remotion/bundler": "4.0.357",
|
|
25
|
+
"@remotion/cli": "4.0.357",
|
|
26
|
+
"@remotion/renderer": "4.0.357",
|
|
27
|
+
"google-auth-library": "8.7.0",
|
|
28
|
+
"remotion": "4.0.357",
|
|
29
|
+
"zod": "3.22.3"
|
|
30
|
+
},
|
|
31
|
+
"devDependencies": {
|
|
32
|
+
"@remotion/compositor-linux-x64-gnu": "4.0.357",
|
|
33
|
+
"@types/minimist": "1.2.2",
|
|
34
|
+
"@remotion/eslint-config-internal": "4.0.357",
|
|
35
|
+
"eslint": "9.19.0",
|
|
36
|
+
"@types/node": "20.12.14"
|
|
37
|
+
},
|
|
38
|
+
"exports": {
|
|
39
|
+
"./package.json": "./package.json",
|
|
40
|
+
".": "./dist/index.js",
|
|
41
|
+
"./defaults": "./dist/defaults.js",
|
|
42
|
+
"./regions": "./dist/regions.js",
|
|
43
|
+
"./client": "./dist/client.js",
|
|
44
|
+
"./permissions.json": "./dist/shared/sa-permissions.json"
|
|
45
|
+
},
|
|
46
|
+
"typesVersions": {
|
|
47
|
+
">=1.0": {
|
|
48
|
+
"defaults": [
|
|
49
|
+
"dist/defaults.d.ts"
|
|
50
|
+
],
|
|
51
|
+
"regions": [
|
|
52
|
+
"dist/regions.d.ts"
|
|
53
|
+
],
|
|
54
|
+
"client": [
|
|
55
|
+
"dist/client.d.ts"
|
|
56
|
+
]
|
|
57
|
+
}
|
|
58
|
+
},
|
|
59
|
+
"homepage": "https://www.remotion.dev/docs/cloudrun"
|
|
60
|
+
}
|
package/.turbo/turbo-test.log
DELETED
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
[0m[2m[35m$[0m [2m[1mbun test src[0m
|
|
3
|
-
[0m[1mbun test [0m[2mv1.2.21 (7c45ed97)[0m
|
|
4
|
-
[0m
|
|
5
|
-
src/api/test/service-names.test.ts:
|
|
6
|
-
[0m[32m✓[0m[0m[1m Parse service names[0m [0m[2m[1.35ms[0m[2m][0m
|
|
7
|
-
[0m
|
|
8
|
-
src/api/test/running-in-what-server.test.ts:
|
|
9
|
-
[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.03ms[0m[2m][0m
|
|
11
|
-
[0m[32m✓[0m[0m[1m which project Id = remotion-test[0m [0m[2m[0.06ms[0m[2m][0m
|
|
12
|
-
[0m[32m✓[0m[0m[1m which project Id = remotion-test-cloudtask[0m [0m[2m[0.01ms[0m[2m][0m
|
|
13
|
-
[0m
|
|
14
|
-
src/api/test/payloads.test.ts:
|
|
15
|
-
[0m[32m✓[0m[0m[1m CloudRunPayload should work with and without optional webhook fields[0m [0m[2m[2.48ms[0m[2m][0m
|
|
16
|
-
[0m
|
|
17
|
-
src/api/test/make-console.test.ts:
|
|
18
|
-
[0m[32m✓[0m[0m[1m app is in cloud tasks[0m [0m[2m[0.34ms[0m[2m][0m
|
|
19
|
-
[0m[32m✓[0m[0m[1m app is not in cloud tasks[0m [0m[2m[0.03ms[0m[2m][0m
|
|
20
|
-
|
|
21
|
-
[0m[32m 8 pass[0m
|
|
22
|
-
[0m[2m 0 fail[0m
|
|
23
|
-
17 expect() calls
|
|
24
|
-
Ran 8 tests across 4 files. [0m[2m[[1m99.00ms[0m[2m][0m
|
package/LICENSE.md
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
# Remotion License
|
|
2
|
-
|
|
3
|
-
In Remotion 5.0, the license will slightly change. [View the changes here](https://github.com/remotion-dev/remotion/pull/3750).
|
|
4
|
-
|
|
5
|
-
---
|
|
6
|
-
|
|
7
|
-
Depending on the type of your legal entity, you are granted permission to use Remotion for your project. Individuals and small companies are allowed to use Remotion to create videos for free (even commercial), while a company license is required for for-profit organizations of a certain size. This two-tier system was designed to ensure funding for this project while still allowing the source code to be available and the program to be free for most. Read below for the exact terms of use.
|
|
8
|
-
|
|
9
|
-
- [Free License](#free-license)
|
|
10
|
-
- [Company License](#company-license)
|
|
11
|
-
|
|
12
|
-
## Free License
|
|
13
|
-
|
|
14
|
-
Copyright © 2025 [Remotion](https://www.remotion.dev)
|
|
15
|
-
|
|
16
|
-
### Eligibility
|
|
17
|
-
|
|
18
|
-
You are eligible to use Remotion for free if you are:
|
|
19
|
-
|
|
20
|
-
- an individual
|
|
21
|
-
- a for-profit organization with up to 3 employees
|
|
22
|
-
- a non-profit or not-for-profit organization
|
|
23
|
-
- evaluating whether Remotion is a good fit, and are not yet using it in a commercial way
|
|
24
|
-
|
|
25
|
-
### Allowed use cases
|
|
26
|
-
|
|
27
|
-
Permission is hereby granted, free of charge, to any person eligible for the "Free License", to use the software non-commercially or commercially for the purpose of creating videos and images and to modify the software to their own liking, for the purpose of fulfilling their custom use case or to contribute bug fixes or improvements back to Remotion.
|
|
28
|
-
|
|
29
|
-
### Disallowed use cases
|
|
30
|
-
|
|
31
|
-
It is not allowed to copy or modify Remotion code for the purpose of selling, renting, licensing, relicensing, or sublicensing your own derivate of Remotion.
|
|
32
|
-
|
|
33
|
-
### Warranty notice
|
|
34
|
-
|
|
35
|
-
The software is provided "as is", without warranty of any kind, express or implied, including but not limited to the warranties of merchantability, fitness for a particular purpose, and non-infringement. In no event shall the author or copyright holders be liable for any claim, damages or other liability, whether in an action of contract, tort or otherwise, arising from, out of or in connection with the software or the use or other dealings in the software.
|
|
36
|
-
|
|
37
|
-
### Support
|
|
38
|
-
|
|
39
|
-
Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
|
|
40
|
-
|
|
41
|
-
## Company License
|
|
42
|
-
|
|
43
|
-
You are required to obtain a Company License to use Remotion if you are not within the group of entities eligible for a Free License. This license will enable you to use Remotion for the allowed use cases specified in the Free License, and give you access to prioritized support (read the [Support Policy](https://www.remotion.dev/docs/support)).
|
|
44
|
-
|
|
45
|
-
Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
|
|
46
|
-
|
|
47
|
-
### FAQs
|
|
48
|
-
|
|
49
|
-
Are you not sure whether you need a Company License because of an edge case? Here are some [frequently asked questions](https://www.remotion.pro/faq).
|