@remotion/lambda-client 4.0.344 → 4.0.345
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 +11 -16
- package/dist/esm/index.mjs +1111 -629
- 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.345 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[[1m90.68ms[0m[2m][0m Generated.
|
package/.turbo/turbo-test.log
CHANGED
|
@@ -1,28 +1,23 @@
|
|
|
1
1
|
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
[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
|
|
2
|
+
|
|
3
|
+
> @remotion/lambda-client@4.0.311 test /Users/jonathanburger/remotion/packages/lambda-client
|
|
4
|
+
> bun test src
|
|
5
|
+
|
|
6
|
+
[0m[1mbun test [0m[2mv1.2.14 (6a363a38)[0m
|
|
12
7
|
[0m
|
|
13
8
|
src/test/price-calculation.test.ts:
|
|
14
|
-
[0m[32m✓[0m[0m[1m Should not throw while calculating prices when time shifts occur[0m [0m[2m[
|
|
9
|
+
[0m[32m✓[0m[0m[1m Should not throw while calculating prices when time shifts occur[0m [0m[2m[2.80ms[0m[2m][0m
|
|
15
10
|
[0m
|
|
16
11
|
src/test/pricing.test.ts:
|
|
17
|
-
[0m[32m✓[0m[0m[1m Should calculate costs accurately[0m [0m[2m[0.
|
|
12
|
+
[0m[32m✓[0m[0m[1m Should calculate costs accurately[0m [0m[2m[0.19ms[0m[2m][0m
|
|
18
13
|
[0m
|
|
19
14
|
src/test/encode-aws-url.test.ts:
|
|
20
15
|
[0m[32m✓[0m[0m[1m Encode AWS URL test[0m [0m[2m[0.17ms[0m[2m][0m
|
|
21
16
|
[0m
|
|
22
17
|
src/test/validate-disk-size-in-mb.test.ts:
|
|
23
|
-
[0m[32m✓[0m[0m[1m Disk size tests[0m [0m[2m[
|
|
18
|
+
[0m[32m✓[0m[0m[1m Disk size tests[0m [0m[2m[0.32ms[0m[2m][0m
|
|
24
19
|
|
|
25
|
-
[0m[32m
|
|
20
|
+
[0m[32m 4 pass[0m
|
|
26
21
|
[0m[2m 0 fail[0m
|
|
27
|
-
|
|
28
|
-
Ran
|
|
22
|
+
9 expect() calls
|
|
23
|
+
Ran 4 tests across 4 files. [0m[2m[[1m507.00ms[0m[2m][0m
|