@remotion/lambda-client 4.0.356 → 4.0.358

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.
@@ -0,0 +1,4 @@
1
+
2
+ $ prettier --experimental-cli src --check
3
+ [?25l- Checking formatting...\ Checking formatting...| Checking formatting.../ Checking formatting...- Checking formatting...\ Checking formatting...| Checking formatting.../ Checking formatting...- Checking formatting...\ Checking formatting...| Checking formatting.../ Checking formatting...- Checking formatting...\ Checking formatting...| Checking formatting.../ Checking formatting...- Checking formatting...\ Checking formatting...| Checking formatting.../ Checking formatting...- Checking formatting...\ src/encode-aws-url-params.ts| src/encode-aws-url-params.ts/ src/express-webhook.ts- src/get-account-id.ts\ src/get-account-id.ts| src/get-account-id.ts/ src/aws-clients.ts- src/estimate-price.ts\ src/aws-provider.ts| src/aws-provider.ts/ src/get-aws-urls.ts- src/get-aws-urls.ts\ src/get-aws-client.ts| src/delete-render.ts/ src/get-function-version.ts- src/get-compositions-on-lambda.ts\ src/get-compositions-on-lambda.ts| src/get-render-progress.ts/ src/get-service-client.ts- src/get-service-client.ts\ src/get-credentials.ts| src/get-credentials.ts/ src/get-functions.ts- src/call-lambda-async.ts\ src/is-cli.ts| src/list-objects.ts/ src/clean-items.ts- src/clean-items.ts\ src/clean-items.ts| src/clean-items.ts/ src/presign-url.ts- src/call-lambda-streaming.ts\ src/read-file.ts| src/index.ts/ src/validate-serveurl.ts- src/validate-bucketname.ts\ src/price-per-1s.ts| src/validate-webhook-signature.ts/ src/test/request-handler.test.ts- src/apply-lifecycle.ts\ src/test/validate-disk-size-in-mb.test.ts| src/test/price-calculation.test.ts/ src/test/price-calculation.test.ts- src/test/price-calculation.test.ts\ src/test/price-calculation.test.ts| src/test/price-calculation.test.ts[?25hChecking formatting...
4
+ [?25hAll matched files use Prettier code style!
@@ -0,0 +1,25 @@
1
+
2
+ $ eslint src
3
+ =============
4
+
5
+ WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.
6
+
7
+ You may find that it works just fine, or you may not.
8
+
9
+ SUPPORTED TYPESCRIPT VERSIONS: >=4.7.4 <5.7.0
10
+
11
+ YOUR TYPESCRIPT VERSION: 5.8.2
12
+
13
+ Please only submit bug reports when using the officially supported version.
14
+
15
+ =============
16
+ 
17
+ /Users/jonathanburger/remotion/packages/lambda-client/src/aws-clients.ts
18
+  25:2 warning Unused eslint-disable directive (no problems were reported from '@typescript-eslint/no-unused-vars')
19
+ 
20
+ /Users/jonathanburger/remotion/packages/lambda-client/src/constants.ts
21
+  20:1 warning Unexpected 'todo' comment: 'TODO: In V5, Enable set this to 10240' no-warning-comments
22
+ 
23
+ ✖ 2 problems (0 errors, 2 warnings)
24
+  0 errors and 1 warning potentially fixable with the `--fix` option.
25
+ 
@@ -1,6 +1,3 @@
1
1
 
2
- 
3
- > @remotion/lambda-client@4.0.356 make /Users/jonathanburger/remotion/packages/lambda-client
4
- > tsc -d && bun --env-file=../.env.bundle bundle.ts
5
-
6
- [449.07ms] Generated.
2
+ $ tsc -d && bun --env-file=../.env.bundle bundle.ts
3
+ [93.43ms] Generated.