@remotion/lambda-client 4.0.354 → 4.0.355

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/lambda-client@4.0.354 make /Users/jonathanburger/remotion/packages/lambda-client
3
+ > @remotion/lambda-client@4.0.355 make /Users/jonathanburger/remotion/packages/lambda-client
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [87.05ms] Generated.
6
+ [265.96ms] Generated.
@@ -1,23 +1,28 @@
1
1
 
2
- 
3
- > @remotion/lambda-client@4.0.311 test /Users/jonathanburger/remotion/packages/lambda-client
4
- > bun test src
5
-
6
- bun test v1.2.14 (6a363a38)
2
+ $ bun test src
3
+ bun test v1.2.21 (7c45ed97)
4
+ 
5
+ src/test/request-handler.test.ts:
6
+ ✓ RequestHandler type should be properly exported and defined [0.20ms]
7
+ ✓ API input types should accept requestHandler option [0.09ms]
8
+ 
9
+ src/test/concurrency-payload.test.ts:
10
+ ✓ Should include concurrency field in payload [3.45ms]
11
+ ✓ Should handle null concurrency [0.63ms]
7
12
  
8
13
  src/test/price-calculation.test.ts:
9
- ✓ Should not throw while calculating prices when time shifts occur [2.80ms]
14
+ ✓ Should not throw while calculating prices when time shifts occur [1.08ms]
10
15
  
11
16
  src/test/pricing.test.ts:
12
- ✓ Should calculate costs accurately [0.19ms]
17
+ ✓ Should calculate costs accurately [0.34ms]
13
18
  
14
19
  src/test/encode-aws-url.test.ts:
15
20
  ✓ Encode AWS URL test [0.17ms]
16
21
  
17
22
  src/test/validate-disk-size-in-mb.test.ts:
18
- ✓ Disk size tests [0.32ms]
23
+ ✓ Disk size tests [2.71ms]
19
24
 
20
-  4 pass
25
+  8 pass
21
26
   0 fail
22
- 9 expect() calls
23
- Ran 4 tests across 4 files. [507.00ms]
27
+ 17 expect() calls
28
+ Ran 8 tests across 6 files. [716.00ms]
@@ -16679,7 +16679,7 @@ var validateDownloadBehavior = (downloadBehavior) => {
16679
16679
  }
16680
16680
  }
16681
16681
  };
16682
- var VERSION = "4.0.354";
16682
+ var VERSION = "4.0.355";
16683
16683
  var isColorSupported = () => {
16684
16684
  const env = process.env || {};
16685
16685
  const isForceDisabled = "NO_COLOR" in env;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda-client"
4
4
  },
5
5
  "name": "@remotion/lambda-client",
6
- "version": "4.0.354",
6
+ "version": "4.0.355",
7
7
  "main": "dist/index.js",
8
8
  "sideEffects": false,
9
9
  "author": "Jonny Burger <jonny@remotion.dev>",
@@ -26,8 +26,8 @@
26
26
  "eslint": "9.19.0",
27
27
  "next": "15.4.7",
28
28
  "@types/mime-types": "2.1.1",
29
- "@remotion/serverless-client": "4.0.354",
30
- "@remotion/eslint-config-internal": "4.0.354"
29
+ "@remotion/serverless-client": "4.0.355",
30
+ "@remotion/eslint-config-internal": "4.0.355"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"