@remotion/cloudrun 4.0.211 → 4.0.213

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.210 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.213 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > bun build.ts
4
4
 
5
5
  distribution bundled.
@@ -0,0 +1,30 @@
1
+
2
+ > @remotion/cloudrun@4.0.211 lint /Users/jonathanburger/remotion/packages/cloudrun
3
+ > eslint src --ext ts,tsx
4
+
5
+ 
6
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/check-if-service-exists.ts
7
+  59:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
8
+ 
9
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/get-sites.ts
10
+  60:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
11
+  64:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
+ 
13
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-media-on-cloudrun.ts
14
+  205:3 warning Unexpected 'todo' comment: 'TODO: Add any sort of type safety' no-warning-comments
15
+  214:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16
+ 
17
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-still-on-cloudrun.ts
18
+  160:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
19
+ 
20
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/helpers/renderArgsCheck.ts
21
+  79:4 warning Unexpected 'todo' comment: 'TODO: Log if there is an incompatible...' no-warning-comments
22
+ 
23
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/index.ts
24
+  180:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
25
+ 
26
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/still.ts
27
+  162:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
28
+ 
29
+ ✖ 9 problems (0 errors, 9 warnings)
30
+ 
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.211",
6
+ "version": "4.0.213",
7
7
  "description": "Render Remotion videos on Google Cloud Run",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -16,14 +16,14 @@
16
16
  "@google-cloud/logging": "^11.1.0",
17
17
  "google-auth-library": "^8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.211",
20
- "@remotion/cli": "4.0.211",
21
- "@remotion/renderer": "4.0.211",
22
- "remotion": "4.0.211"
19
+ "@remotion/bundler": "4.0.213",
20
+ "remotion": "4.0.213",
21
+ "@remotion/renderer": "4.0.213",
22
+ "@remotion/cli": "4.0.213"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
- "@remotion/compositor-linux-x64-gnu": "4.0.211"
26
+ "@remotion/compositor-linux-x64-gnu": "4.0.213"
27
27
  },
28
28
  "exports": {
29
29
  "./package.json": "./package.json",