@remotion/cloudrun 4.0.340 → 4.0.341

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
2
  
3
- > @remotion/cloudrun@4.0.340 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.341 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json
5
5
 
@@ -1,24 +1,27 @@
1
1
 
2
- $ bun test src
3
- bun test v1.2.19 (aad3abea)
2
+ 
3
+ > @remotion/cloudrun@4.0.311 test /Users/jonathanburger/remotion/packages/cloudrun
4
+ > bun test src
5
+
6
+ bun test v1.2.14 (6a363a38)
4
7
  
5
8
  src/api/test/service-names.test.ts:
6
- ✓ Parse service names [7.78ms]
9
+ ✓ Parse service names [0.48ms]
7
10
  
8
11
  src/api/test/running-in-what-server.test.ts:
9
- ✓ is running in cloud tasks = true [0.06ms]
10
- ✓ is running in cloud tasks = false [0.02ms]
11
- ✓ which project Id = remotion-test [0.04ms]
12
- ✓ which project Id = remotion-test-cloudtask [0.02ms]
12
+ ✓ is running in cloud tasks = true
13
+ ✓ is running in cloud tasks = false [0.06ms]
14
+ ✓ which project Id = remotion-test [0.01ms]
15
+ ✓ which project Id = remotion-test-cloudtask
13
16
  
14
17
  src/api/test/payloads.test.ts:
15
- ✓ CloudRunPayload should work with and without optional webhook fields [3.14ms]
18
+ ✓ CloudRunPayload should work with and without optional webhook fields [0.71ms]
16
19
  
17
20
  src/api/test/make-console.test.ts:
18
- ✓ app is in cloud tasks [1.69ms]
19
- ✓ app is not in cloud tasks
21
+ ✓ app is in cloud tasks [0.06ms]
22
+ ✓ app is not in cloud tasks [0.01ms]
20
23
 
21
24
   8 pass
22
25
   0 fail
23
26
  17 expect() calls
24
- Ran 8 tests across 4 files. [68.00ms]
27
+ Ran 8 tests across 4 files. [22.00ms]
package/LICENSE.md CHANGED
@@ -6,10 +6,10 @@ In Remotion 5.0, the license will slightly change. [View the changes here](https
6
6
 
7
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
8
 
9
- - [Free license](#free-license)
10
- - [Company license](#company-license)
9
+ - [Free License](#free-license)
10
+ - [Company License](#company-license)
11
11
 
12
- ## Free license
12
+ ## Free License
13
13
 
14
14
  Copyright © 2025 [Remotion](https://www.remotion.dev)
15
15
 
@@ -24,7 +24,7 @@ You are eligible to use Remotion for free if you are:
24
24
 
25
25
  ### Allowed use cases
26
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.
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
28
 
29
29
  ### Disallowed use cases
30
30
 
@@ -38,12 +38,12 @@ The software is provided "as is", without warranty of any kind, express or impli
38
38
 
39
39
  Support is provided on a best-we-can-do basis via GitHub Issues and Discord.
40
40
 
41
- ## Company license
41
+ ## Company License
42
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)).
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
44
 
45
45
  Visit [remotion.pro](https://www.remotion.pro/license) for pricing and to buy a license.
46
46
 
47
47
  ### FAQs
48
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).
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).
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.340",
6
+ "version": "4.0.341",
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/cli": "4.0.340",
20
- "@remotion/renderer": "4.0.340",
21
- "@remotion/bundler": "4.0.340",
22
- "remotion": "4.0.340"
19
+ "@remotion/bundler": "4.0.341",
20
+ "@remotion/cli": "4.0.341",
21
+ "remotion": "4.0.341",
22
+ "@remotion/renderer": "4.0.341"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
26
  "eslint": "9.19.0",
27
- "@remotion/compositor-linux-x64-gnu": "4.0.340",
28
- "@remotion/eslint-config-internal": "4.0.340"
27
+ "@remotion/compositor-linux-x64-gnu": "4.0.341",
28
+ "@remotion/eslint-config-internal": "4.0.341"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",