@remotion/lambda-client 4.0.346 → 4.0.349
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-make.log +2 -2
- package/.turbo/turbo-test.log +16 -11
- package/dist/esm/index.mjs +629 -1111
- package/package.json +3 -3
- package/tsconfig.tsbuildinfo +1 -1
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.349 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[[1m236.58ms[0m[2m][0m Generated.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,23 +1,28 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[0m[
|
|
2
|
+
[0m[2m[35m$[0m [2m[1mbun test src[0m
|
|
3
|
+
[0m[1mbun test [0m[2mv1.2.21 (7c45ed97)[0m
|
|
4
|
+
[0m
|
|
5
|
+
src/test/request-handler.test.ts:
|
|
6
|
+
[0m[32m✓[0m[0m[1m RequestHandler type should be properly exported and defined[0m [0m[2m[0.20ms[0m[2m][0m
|
|
7
|
+
[0m[32m✓[0m[0m[1m API input types should accept requestHandler option[0m [0m[2m[0.09ms[0m[2m][0m
|
|
8
|
+
[0m
|
|
9
|
+
src/test/concurrency-payload.test.ts:
|
|
10
|
+
[0m[32m✓[0m[0m[1m Should include concurrency field in payload[0m [0m[2m[3.45ms[0m[2m][0m
|
|
11
|
+
[0m[32m✓[0m[0m[1m Should handle null concurrency[0m [0m[2m[0.63ms[0m[2m][0m
|
|
7
12
|
[0m
|
|
8
13
|
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[
|
|
14
|
+
[0m[32m✓[0m[0m[1m Should not throw while calculating prices when time shifts occur[0m [0m[2m[1.08ms[0m[2m][0m
|
|
10
15
|
[0m
|
|
11
16
|
src/test/pricing.test.ts:
|
|
12
|
-
[0m[32m✓[0m[0m[1m Should calculate costs accurately[0m [0m[2m[0.
|
|
17
|
+
[0m[32m✓[0m[0m[1m Should calculate costs accurately[0m [0m[2m[0.34ms[0m[2m][0m
|
|
13
18
|
[0m
|
|
14
19
|
src/test/encode-aws-url.test.ts:
|
|
15
20
|
[0m[32m✓[0m[0m[1m Encode AWS URL test[0m [0m[2m[0.17ms[0m[2m][0m
|
|
16
21
|
[0m
|
|
17
22
|
src/test/validate-disk-size-in-mb.test.ts:
|
|
18
|
-
[0m[32m✓[0m[0m[1m Disk size tests[0m [0m[2m[
|
|
23
|
+
[0m[32m✓[0m[0m[1m Disk size tests[0m [0m[2m[2.71ms[0m[2m][0m
|
|
19
24
|
|
|
20
|
-
[0m[32m
|
|
25
|
+
[0m[32m 8 pass[0m
|
|
21
26
|
[0m[2m 0 fail[0m
|
|
22
|
-
|
|
23
|
-
Ran
|
|
27
|
+
17 expect() calls
|
|
28
|
+
Ran 8 tests across 6 files. [0m[2m[[1m716.00ms[0m[2m][0m
|