@remotion/cloudrun 4.0.318 → 4.0.320

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.
@@ -0,0 +1,47 @@
1
+
2
+ 
3
+ > @remotion/cloudrun@4.0.318 lint /Users/jonathanburger/remotion/packages/cloudrun
4
+ > eslint src
5
+
6
+ =============
7
+
8
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
9
+
10
+ You may find that it works just fine, or you may not.
11
+
12
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
13
+
14
+ YOUR TYPESCRIPT VERSION: 5.8.2
15
+
16
+ Please only submit bug reports when using the officially supported version.
17
+
18
+ =============
19
+ 
20
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/check-if-service-exists.ts
21
+  59:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
22
+ 
23
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/get-sites.ts
24
+  58:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
25
+  62:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
26
+ 
27
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-media-on-cloudrun.ts
28
+  225:3 warning Unexpected 'todo' comment: 'TODO: Add any sort of type safety' no-warning-comments
29
+  234:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
30
+ 
31
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-still-on-cloudrun.ts
32
+  172:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
33
+ 
34
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/helpers/renderArgsCheck.ts
35
+  79:4 warning Unexpected 'todo' comment: 'TODO: Log if there is an incompatible...' no-warning-comments
36
+ 
37
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/index.ts
38
+  187:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
39
+ 
40
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/still.ts
41
+  164:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
42
+ 
43
+ /Users/jonathanburger/remotion/packages/cloudrun/src/shared/constants.ts
44
+  22:1 warning Unexpected 'todo' comment: 'TODO: In V5, Enable set this to 5' no-warning-comments
45
+ 
46
+ ✖ 10 problems (0 errors, 10 warnings)
47
+ 
@@ -1,5 +1,5 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.318 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.320 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json
5
5
 
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.318",
6
+ "version": "4.0.320",
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.318",
20
- "@remotion/renderer": "4.0.318",
21
- "@remotion/cli": "4.0.318",
22
- "remotion": "4.0.318"
19
+ "@remotion/bundler": "4.0.320",
20
+ "@remotion/cli": "4.0.320",
21
+ "@remotion/renderer": "4.0.320",
22
+ "remotion": "4.0.320"
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.318",
28
- "@remotion/eslint-config-internal": "4.0.318"
27
+ "@remotion/eslint-config-internal": "4.0.320",
28
+ "@remotion/compositor-linux-x64-gnu": "4.0.320"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",