@remotion/lambda-client 4.0.311 → 4.0.312

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.311 make /Users/jonathanburger/remotion/packages/lambda-client
3
+ > @remotion/lambda-client@4.0.312 make /Users/jonathanburger/remotion/packages/lambda-client
4
4
  > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
5
 
6
- [73.08ms] Generated.
6
+ [72.66ms] Generated.
@@ -1,23 +1,23 @@
1
1
 
2
2
  
3
- > @remotion/lambda-client@4.0.306 test /Users/jonathanburger/remotion/packages/lambda-client
3
+ > @remotion/lambda-client@4.0.311 test /Users/jonathanburger/remotion/packages/lambda-client
4
4
  > bun test src
5
5
 
6
6
  bun test v1.2.14 (6a363a38)
7
7
  
8
8
  src/test/price-calculation.test.ts:
9
- ✓ Should not throw while calculating prices when time shifts occur [2.20ms]
9
+ ✓ Should not throw while calculating prices when time shifts occur [2.80ms]
10
10
  
11
11
  src/test/pricing.test.ts:
12
- ✓ Should calculate costs accurately
12
+ ✓ Should calculate costs accurately [0.19ms]
13
13
  
14
14
  src/test/encode-aws-url.test.ts:
15
- ✓ Encode AWS URL test
15
+ ✓ Encode AWS URL test [0.17ms]
16
16
  
17
17
  src/test/validate-disk-size-in-mb.test.ts:
18
- ✓ Disk size tests
18
+ ✓ Disk size tests [0.32ms]
19
19
 
20
20
   4 pass
21
21
   0 fail
22
22
  9 expect() calls
23
- Ran 4 tests across 4 files. [116.00ms]
23
+ Ran 4 tests across 4 files. [507.00ms]
@@ -16874,7 +16874,7 @@ var validateFramesPerFunction = ({
16874
16874
  throw new TypeError(`The framesPerLambda needs to be at least ${effectiveMinimum}, but is ${framesPerFunction}`);
16875
16875
  }
16876
16876
  };
16877
- var VERSION = "4.0.311";
16877
+ var VERSION = "4.0.312";
16878
16878
  var isColorSupported = () => {
16879
16879
  const env = process.env || {};
16880
16880
  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.311",
6
+ "version": "4.0.312",
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.2.4",
28
28
  "@types/mime-types": "2.1.1",
29
- "@remotion/serverless-client": "4.0.311",
30
- "@remotion/eslint-config-internal": "4.0.311"
29
+ "@remotion/serverless-client": "4.0.312",
30
+ "@remotion/eslint-config-internal": "4.0.312"
31
31
  },
32
32
  "publishConfig": {
33
33
  "access": "public"