@remotion/lambda-client 4.0.315 → 4.0.316

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,7 +0,0 @@
1
-
2
- 
3
- > @remotion/lambda-client@4.0.314 formatting /Users/jonathanburger/remotion/packages/lambda-client
4
- > prettier src --check
5
-
6
- Checking formatting...
7
- src/app-router-webhook.tssrc/apply-lifecycle.tssrc/aws-clients.tssrc/aws-provider.tssrc/bucket-exists.tssrc/call-lambda-async.tssrc/call-lambda-streaming.tssrc/call-lambda-sync.tssrc/check-credentials.tssrc/clean-items.tssrc/constants.tssrc/content-disposition-header.tssrc/convert-to-serve-url.tssrc/create-bucket.tssrc/delete-file.tssrc/delete-function.tssrc/delete-render.tssrc/encode-aws-url-params.tssrc/estimate-price.tssrc/express-webhook.tssrc/get-account-id.tssrc/get-aws-client.tssrc/get-aws-urls.tssrc/get-buckets.tssrc/get-compositions-on-lambda.tssrc/get-credentials.tssrc/get-env-variable.tssrc/get-function-name.tssrc/get-function-version.tssrc/get-functions.tssrc/get-output-url-from-metadata.tssrc/get-render-progress.tssrc/get-s3-client.tssrc/get-service-client.tssrc/get-sites.tssrc/head-file.tssrc/index.tssrc/is-cli.tssrc/is-flaky-error.tssrc/is-in-lambda.tssrc/is-likely-to-have-aws-profile.tssrc/lambda-version-string.tssrc/lifecycle-rules.tssrc/lifecycle.tssrc/list-objects.tssrc/make-lambda-payload.tssrc/make-s3-url.tssrc/p-limit.tssrc/pages-router-webhook.tssrc/parse-function-name.tssrc/presign-url.tssrc/price-per-1s.tssrc/random-hash.tssrc/read-file.tssrc/regions.tssrc/render-media-on-lambda.tssrc/render-still-on-lambda.tssrc/runtime-preference.tssrc/speculate-function-name.tssrc/test/encode-aws-url.test.tssrc/test/price-calculation.test.tssrc/test/pricing.test.tssrc/test/request-handler.test.tssrc/test/validate-disk-size-in-mb.test.tssrc/types.tssrc/validate-aws-region.tssrc/validate-bucketname.tssrc/validate-disk-size-in-mb.tssrc/validate-lambda-codec.tssrc/validate-memory-size.tssrc/validate-presign-expiration.tssrc/validate-serveurl.tssrc/validate-webhook-signature.tssrc/write-file.tsAll matched files use Prettier code style!
@@ -1,23 +0,0 @@
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)
7
- 
8
- src/test/price-calculation.test.ts:
9
- ✓ Should not throw while calculating prices when time shifts occur [2.80ms]
10
- 
11
- src/test/pricing.test.ts:
12
- ✓ Should calculate costs accurately [0.19ms]
13
- 
14
- src/test/encode-aws-url.test.ts:
15
- ✓ Encode AWS URL test [0.17ms]
16
- 
17
- src/test/validate-disk-size-in-mb.test.ts:
18
- ✓ Disk size tests [0.32ms]
19
-
20
-  4 pass
21
-  0 fail
22
- 9 expect() calls
23
- Ran 4 tests across 4 files. [507.00ms]