@remotion/serverless-client 4.0.311 → 4.0.313

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/serverless-client@4.0.311 make /Users/jonathanburger/remotion/packages/serverless-client
3
+ > @remotion/serverless-client@4.0.313 make /Users/jonathanburger/remotion/packages/serverless-client
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [6.75ms] Generated.
6
+ [7.04ms] Generated.
@@ -1,35 +1,35 @@
1
1
 
2
2
  
3
- > @remotion/serverless-client@4.0.306 test /Users/jonathanburger/remotion/packages/serverless-client
3
+ > @remotion/serverless-client@4.0.311 test /Users/jonathanburger/remotion/packages/serverless-client
4
4
  > bun test src
5
5
 
6
6
  bun test v1.2.14 (6a363a38)
7
7
  
8
8
  src/test/dont-contain-forbidden.test.ts:
9
- ✓ Should not contain forbidden imports [2.51ms]
9
+ ✓ Should not contain forbidden imports [6.58ms]
10
10
  
11
11
  src/test/expected-out-name.test.ts:
12
- ✓ Should get a custom outname [0.11ms]
13
- ✓ Should save to a different outname [0.43ms]
14
- ✓ For stills [0.06ms]
15
- ✓ Just a custom name [0.03ms]
16
- ✓ Should throw on invalid names [0.05ms]
17
- ✓ Should allow outName an outname with a slash
18
- ✓ Should allow outName an outname with colon
12
+ ✓ Should get a custom outname [0.15ms]
13
+ ✓ Should save to a different outname [0.56ms]
14
+ ✓ For stills [0.05ms]
15
+ ✓ Just a custom name [0.07ms]
16
+ ✓ Should throw on invalid names [0.26ms]
17
+ ✓ Should allow outName an outname with a slash [0.05ms]
18
+ ✓ Should allow outName an outname with colon [0.36ms]
19
19
  
20
20
  src/test/most-expensive-chunks.test.ts:
21
- ✓ Should calculate most expensive chunks [0.09ms]
22
- ✓ Render starting from frame 10 should have correct offset [0.02ms]
23
- ✓ Render starting from frame 10 and last chunk in most expensive should be corret [0.02ms]
21
+ ✓ Should calculate most expensive chunks [0.17ms]
22
+ ✓ Render starting from frame 10 should have correct offset [0.03ms]
23
+ ✓ Render starting from frame 10 and last chunk in most expensive should be corret [0.06ms]
24
24
  
25
25
  src/test/min-max.test.ts:
26
- ✓ min() and max() > Implemented min() functions correctly [0.04ms]
27
- ✓ min() and max() > Implemented max() functions correctly [0.02ms]
28
- ✓ min() and max() > min() should throw on empty arr [0.04ms]
29
- ✓ min() and max() > max() should throw on empty arr [0.01ms]
30
- ✓ min() and max() > Custom max() should not throw [0.93ms]
26
+ ✓ min() and max() > Implemented min() functions correctly [0.07ms]
27
+ ✓ min() and max() > Implemented max() functions correctly [0.04ms]
28
+ ✓ min() and max() > min() should throw on empty arr [0.06ms]
29
+ ✓ min() and max() > max() should throw on empty arr
30
+ ✓ min() and max() > Custom max() should not throw [1.23ms]
31
31
 
32
32
   16 pass
33
33
   0 fail
34
34
  19 expect() calls
35
- Ran 16 tests across 4 files. [16.00ms]
35
+ Ran 16 tests across 4 files. [33.00ms]
@@ -971,7 +971,7 @@ var validateFramesPerFunction = ({
971
971
  import * as tty from "tty";
972
972
 
973
973
  // ../core/dist/esm/version.mjs
974
- var VERSION = "4.0.311";
974
+ var VERSION = "4.0.313";
975
975
 
976
976
  // ../renderer/dist/esm/error-handling.mjs
977
977
  var isColorSupported = () => {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/serverless-client"
4
4
  },
5
5
  "name": "@remotion/serverless-client",
6
- "version": "4.0.311",
6
+ "version": "4.0.313",
7
7
  "main": "dist",
8
8
  "sideEffects": false,
9
9
  "author": "Jonny Burger <jonny@remotion.dev>",
@@ -18,10 +18,10 @@
18
18
  "dependencies": {},
19
19
  "devDependencies": {
20
20
  "eslint": "9.19.0",
21
- "remotion": "4.0.311",
22
- "@remotion/eslint-config-internal": "4.0.311",
23
- "@remotion/renderer": "4.0.311",
24
- "@remotion/streaming": "4.0.311"
21
+ "remotion": "4.0.313",
22
+ "@remotion/renderer": "4.0.313",
23
+ "@remotion/eslint-config-internal": "4.0.313",
24
+ "@remotion/streaming": "4.0.313"
25
25
  },
26
26
  "exports": {
27
27
  "./package.json": "./package.json",