@remotion/cloudrun 4.0.237 → 4.0.239

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,6 +1,6 @@
1
1
 
2
2
  
3
- > @remotion/cloudrun@4.0.236 make /Users/jonathanburger/remotion/packages/cloudrun
3
+ > @remotion/cloudrun@4.0.238 make /Users/jonathanburger/remotion/packages/cloudrun
4
4
  > tsc -d && bun build.ts
5
5
 
6
- [5.96ms] Made reproducible build with gtar
6
+ [6.01ms] Made reproducible build with gtar
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.237",
6
+ "version": "4.0.239",
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.1.0",
17
17
  "google-auth-library": "^8.7.0",
18
18
  "zod": "3.22.3",
19
- "@remotion/bundler": "4.0.237",
20
- "@remotion/cli": "4.0.237",
21
- "@remotion/renderer": "4.0.237",
22
- "remotion": "4.0.237"
19
+ "@remotion/bundler": "4.0.239",
20
+ "@remotion/cli": "4.0.239",
21
+ "@remotion/renderer": "4.0.239",
22
+ "remotion": "4.0.239"
23
23
  },
24
24
  "devDependencies": {
25
25
  "@types/minimist": "1.2.2",
26
26
  "eslint": "9.14.0",
27
- "@remotion/eslint-config-internal": "4.0.237",
28
- "@remotion/compositor-linux-x64-gnu": "4.0.237"
27
+ "@remotion/compositor-linux-x64-gnu": "4.0.239",
28
+ "@remotion/eslint-config-internal": "4.0.239"
29
29
  },
30
30
  "exports": {
31
31
  "./package.json": "./package.json",
@@ -1,31 +0,0 @@
1
-
2
- 
3
- > @remotion/cloudrun@4.0.235 lint /Users/jonathanburger/remotion/packages/cloudrun
4
- > eslint src
5
-
6
- 
7
- /Users/jonathanburger/remotion/packages/cloudrun/src/api/check-if-service-exists.ts
8
-  59:14 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
9
- 
10
- /Users/jonathanburger/remotion/packages/cloudrun/src/api/get-sites.ts
11
-  60:24 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
12
-  64:40 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
13
- 
14
- /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-media-on-cloudrun.ts
15
-  209:3 warning Unexpected 'todo' comment: 'TODO: Add any sort of type safety' no-warning-comments
16
-  218:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
17
- 
18
- /Users/jonathanburger/remotion/packages/cloudrun/src/api/render-still-on-cloudrun.ts
19
-  161:17 warning Unexpected any. Specify a different type @typescript-eslint/no-explicit-any
20
- 
21
- /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/helpers/renderArgsCheck.ts
22
-  79:4 warning Unexpected 'todo' comment: 'TODO: Log if there is an incompatible...' no-warning-comments
23
- 
24
- /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/render/index.ts
25
-  181:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
26
- 
27
- /Users/jonathanburger/remotion/packages/cloudrun/src/cli/commands/still.ts
28
-  162:2 warning Unexpected 'todo' comment: 'Todo: Check cloudRunUrl is valid, as the...' no-warning-comments
29
- 
30
- ✖ 9 problems (0 errors, 9 warnings)
31
- 
@@ -1,24 +0,0 @@
1
-
2
- 
3
- > @remotion/cloudrun@4.0.235 test /Users/jonathanburger/remotion/packages/cloudrun
4
- > bun test src
5
-
6
- bun test v1.1.38 (bf2f153f)
7
- 
8
- src/api/test/service-names.test.ts:
9
- ✓ Parse service names [0.38ms]
10
- 
11
- src/api/test/running-in-what-server.test.ts:
12
- ✓ is running in cloud tasks = true
13
- ✓ is running in cloud tasks = false [0.08ms]
14
- ✓ which project Id = remotion-test
15
- ✓ which project Id = remotion-test-cloudtask
16
- 
17
- src/api/test/make-console.test.ts:
18
- ✓ app is in cloud tasks
19
- ✓ app is not in cloud tasks [0.08ms]
20
-
21
-  7 pass
22
-  0 fail
23
- 11 expect() calls
24
- Ran 7 tests across 3 files. [17.00ms]