@remotion/lambda-client 4.0.298 → 4.0.300
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.
- package/.turbo/turbo-lint.log +24 -0
- package/.turbo/turbo-make.log +2 -2
- package/.turbo/turbo-test.log +23 -0
- package/dist/esm/index.mjs +1 -1
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @remotion/lambda-client@4.0.298 lint /Users/jonathanburger/remotion/packages/lambda-client
|
|
4
|
+
> eslint src
|
|
5
|
+
|
|
6
|
+
=============
|
|
7
|
+
|
|
8
|
+
WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
|
|
9
|
+
|
|
10
|
+
You may find that it works just fine, or you may not.
|
|
11
|
+
|
|
12
|
+
SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
|
|
13
|
+
|
|
14
|
+
YOUR TYPESCRIPT VERSION: 5.8.2
|
|
15
|
+
|
|
16
|
+
Please only submit bug reports when using the officially supported version.
|
|
17
|
+
|
|
18
|
+
=============
|
|
19
|
+
[0m[0m
|
|
20
|
+
[0m[4m/Users/jonathanburger/remotion/packages/lambda-client/src/constants.ts[24m[0m
|
|
21
|
+
[0m [2m20:1[22m [33mwarning[39m Unexpected 'todo' comment: 'TODO: In V5, Enable set this to 10240' [2mno-warning-comments[22m[0m
|
|
22
|
+
[0m[0m
|
|
23
|
+
[0m[33m[1m✖ 1 problem (0 errors, 1 warning)[22m[39m[0m
|
|
24
|
+
[0m[33m[1m[22m[39m[0m
|
package/.turbo/turbo-make.log
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
|
|
3
|
-
> @remotion/lambda-client@4.0.
|
|
3
|
+
> @remotion/lambda-client@4.0.300 make /Users/jonathanburger/remotion/packages/lambda-client
|
|
4
4
|
> tsc -d && bun --env-file=../.env.bundle bundle.ts
|
|
5
5
|
|
|
6
|
-
[0m[2m[[
|
|
6
|
+
[0m[2m[[1m1.87s[0m[2m][0m Generated.
|
|
@@ -0,0 +1,23 @@
|
|
|
1
|
+
|
|
2
|
+
|
|
3
|
+
> @remotion/lambda-client@4.0.298 test /Users/jonathanburger/remotion/packages/lambda-client
|
|
4
|
+
> bun test src
|
|
5
|
+
|
|
6
|
+
[0m[1mbun test [0m[2mv1.2.10 (db2e7d7f)[0m
|
|
7
|
+
[0m
|
|
8
|
+
src/test/price-calculation.test.ts:
|
|
9
|
+
[0m[32m✓[0m[0m[1m Should not throw while calculating prices when time shifts occur[0m [0m[2m[1.32ms[0m[2m][0m
|
|
10
|
+
[0m
|
|
11
|
+
src/test/pricing.test.ts:
|
|
12
|
+
[0m[32m✓[0m[0m[1m Should calculate costs accurately[0m [0m[2m[0.09ms[0m[2m][0m
|
|
13
|
+
[0m
|
|
14
|
+
src/test/encode-aws-url.test.ts:
|
|
15
|
+
[0m[32m✓[0m[0m[1m Encode AWS URL test[0m [0m[2m[0.33ms[0m[2m][0m
|
|
16
|
+
[0m
|
|
17
|
+
src/test/validate-disk-size-in-mb.test.ts:
|
|
18
|
+
[0m[32m✓[0m[0m[1m Disk size tests[0m [0m[2m[0.18ms[0m[2m][0m
|
|
19
|
+
|
|
20
|
+
[0m[32m 4 pass[0m
|
|
21
|
+
[0m[2m 0 fail[0m
|
|
22
|
+
9 expect() calls
|
|
23
|
+
Ran 4 tests across 4 files. [0m[2m[[1m1.83s[0m[2m][0m
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
16877
|
+
var VERSION = "4.0.300";
|
|
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.
|
|
6
|
+
"version": "4.0.300",
|
|
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.
|
|
30
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
29
|
+
"@remotion/serverless-client": "4.0.300",
|
|
30
|
+
"@remotion/eslint-config-internal": "4.0.300"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|