@remotion/cloudrun 4.0.143 → 4.0.145

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.142 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.144 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > bun build.ts
4
4
 
5
5
  $ ts-node src/admin/bundle-renderLogic.ts
package/LICENSE.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Remotion License
2
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
+
3
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.
4
8
 
5
9
  - [Free license](#free-license)
@@ -71,7 +71,7 @@ export declare const internalRenderMediaOnCloudrun: ({ cloudRunUrl, serviceName,
71
71
  * @param params.codec The media codec which should be used for encoding.
72
72
  * @param params.forceBucketName The name of the bucket that the output file should be uploaded to.
73
73
  * @param params.privacy Whether the output file should be public or private.
74
- * @param params.outputFile The name of the output file.
74
+ * @param params.outName The name of the output file.
75
75
  * @param params.updateRenderProgress A callback that is called with the progress of the render.
76
76
  * @param params.jpegQuality JPEG quality if JPEG was selected as the image format.
77
77
  * @param params.audioCodec The encoding of the audio of the output video.
@@ -137,7 +137,7 @@ exports.internalRenderMediaOnCloudrun = pure_1.NoReactAPIs.wrapWithErrorHandling
137
137
  * @param params.codec The media codec which should be used for encoding.
138
138
  * @param params.forceBucketName The name of the bucket that the output file should be uploaded to.
139
139
  * @param params.privacy Whether the output file should be public or private.
140
- * @param params.outputFile The name of the output file.
140
+ * @param params.outName The name of the output file.
141
141
  * @param params.updateRenderProgress A callback that is called with the progress of the render.
142
142
  * @param params.jpegQuality JPEG quality if JPEG was selected as the image format.
143
143
  * @param params.audioCodec The encoding of the audio of the output video.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cloudrun",
3
- "version": "4.0.143",
3
+ "version": "4.0.145",
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.143",
16
- "@remotion/cli": "4.0.143",
17
- "@remotion/renderer": "4.0.143",
18
- "remotion": "4.0.143"
15
+ "@remotion/cli": "4.0.145",
16
+ "@remotion/bundler": "4.0.145",
17
+ "remotion": "4.0.145",
18
+ "@remotion/renderer": "4.0.145"
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.143"
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.145"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",