@remotion/cloudrun 4.0.52 → 4.0.53

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,14 +1,14 @@
1
1
 
2
- > @remotion/cloudrun@4.0.51 build /Users/jonathanburger/remotion/packages/cloudrun
2
+ > @remotion/cloudrun@4.0.52 build /Users/jonathanburger/remotion/packages/cloudrun
3
3
  > tsc -d && cp src/shared/sa-permissions.json dist/shared/sa-permissions.json && pnpm run buildContainer && pnpm run tarInstaller
4
4
 
5
5
 
6
- > @remotion/cloudrun@4.0.51 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
6
+ > @remotion/cloudrun@4.0.52 buildContainer /Users/jonathanburger/remotion/packages/cloudrun
7
7
  > ts-node src/admin/bundle-renderLogic.ts
8
8
 
9
9
  distribution bundled.
10
10
 
11
- > @remotion/cloudrun@4.0.51 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
11
+ > @remotion/cloudrun@4.0.52 tarInstaller /Users/jonathanburger/remotion/packages/cloudrun
12
12
  > ts-node src/admin/bundle-installer.ts
13
13
 
14
14
  Making reproducible build with gtar
@@ -0,0 +1,27 @@
1
+
2
+ > @remotion/cloudrun@4.0.51 lint /Users/jonathanburger/remotion/packages/cloudrun
3
+ > eslint src --ext ts,tsx
4
+
5
+ Warning: React version was set to "detect" in eslint-plugin-react settings, but the "react" package is not installed. Assuming latest React version for linting.
6
+
7
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/check-if-service-exists.ts
8
+ 56:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
+
10
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-media-on-cloudrun.ts
11
+ 217:3 warning Unexpected 'todo' comment: 'TODO: Add any sort of type safety' no-warning-comments
12
+ 226:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
+
14
+ /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-still-on-cloudrun.ts
15
+ 153:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
16
+
17
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/helpers/renderArgsCheck.ts
18
+ 68:4 warning Unexpected 'todo' comment: 'TODO: Log if there is an incompatible...' no-warning-comments
19
+
20
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/index.ts
21
+ 119:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
22
+
23
+ /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/still.ts
24
+ 104:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
25
+
26
+ ✖ 7 problems (0 errors, 7 warnings)
27
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/cloudrun",
3
- "version": "4.0.52",
3
+ "version": "4.0.53",
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.52",
16
- "@remotion/cli": "4.0.52",
17
- "@remotion/renderer": "4.0.52",
18
- "remotion": "4.0.52"
15
+ "@remotion/bundler": "4.0.53",
16
+ "@remotion/cli": "4.0.53",
17
+ "remotion": "4.0.53",
18
+ "@remotion/renderer": "4.0.53"
19
19
  },
20
20
  "devDependencies": {
21
21
  "@jonny/eslint-config": "3.0.276",
@@ -25,8 +25,8 @@
25
25
  "prettier": "3.0.2",
26
26
  "prettier-plugin-organize-imports": "^3.2.2",
27
27
  "ts-node": "^10.8.0",
28
- "vitest": "0.24.3",
29
- "@remotion/compositor-linux-x64-gnu": "4.0.52"
28
+ "vitest": "0.31.1",
29
+ "@remotion/compositor-linux-x64-gnu": "4.0.53"
30
30
  },
31
31
  "exports": {
32
32
  "./package.json": "./package.json",