@remotion/lambda-client 4.0.357 → 4.0.361
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-formatting.log +4 -0
- package/.turbo/turbo-lint.log +25 -0
- package/.turbo/turbo-make.log +2 -5
- package/dist/esm/index.mjs +138 -138
- package/package.json +71 -71
- package/tsconfig.tsbuildinfo +1 -1
- package/.turbo/turbo-test.log +0 -28
- package/LICENSE.md +0 -49
package/package.json
CHANGED
|
@@ -1,72 +1,72 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
}
|
|
2
|
+
"repository": {
|
|
3
|
+
"url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda-client"
|
|
4
|
+
},
|
|
5
|
+
"name": "@remotion/lambda-client",
|
|
6
|
+
"version": "4.0.361",
|
|
7
|
+
"main": "dist/index.js",
|
|
8
|
+
"sideEffects": false,
|
|
9
|
+
"scripts": {
|
|
10
|
+
"formatting": "prettier --experimental-cli src --check",
|
|
11
|
+
"test": "bun test src",
|
|
12
|
+
"lint": "eslint src",
|
|
13
|
+
"make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
|
|
14
|
+
},
|
|
15
|
+
"author": "Jonny Burger <jonny@remotion.dev>",
|
|
16
|
+
"license": "UNLICENSED",
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"@aws-sdk/client-cloudwatch-logs": "3.787.0",
|
|
19
|
+
"@aws-sdk/client-iam": "3.787.0",
|
|
20
|
+
"@aws-sdk/client-lambda": "3.787.0",
|
|
21
|
+
"@aws-sdk/s3-request-presigner": "3.787.0",
|
|
22
|
+
"@aws-sdk/client-s3": "3.787.0",
|
|
23
|
+
"@aws-sdk/client-service-quotas": "3.787.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.787.0",
|
|
25
|
+
"@aws-sdk/lib-storage": "3.787.0",
|
|
26
|
+
"mime-types": "2.1.34"
|
|
27
|
+
},
|
|
28
|
+
"devDependencies": {
|
|
29
|
+
"@aws-sdk/credential-provider-ini": "3.787.0",
|
|
30
|
+
"@remotion/serverless-client": "4.0.361",
|
|
31
|
+
"@types/express": "^5.0.0",
|
|
32
|
+
"express": "4.21.0",
|
|
33
|
+
"@remotion/eslint-config-internal": "4.0.361",
|
|
34
|
+
"eslint": "9.19.0",
|
|
35
|
+
"next": "15.4.7",
|
|
36
|
+
"@types/mime-types": "2.1.1"
|
|
37
|
+
},
|
|
38
|
+
"publishConfig": {
|
|
39
|
+
"access": "public"
|
|
40
|
+
},
|
|
41
|
+
"exports": {
|
|
42
|
+
"./package.json": "./package.json",
|
|
43
|
+
".": {
|
|
44
|
+
"types": "./dist/index.d.ts",
|
|
45
|
+
"require": "./dist/index.js",
|
|
46
|
+
"module": "./dist/esm/index.mjs",
|
|
47
|
+
"import": "./dist/esm/index.mjs"
|
|
48
|
+
},
|
|
49
|
+
"./constants": {
|
|
50
|
+
"types": "./dist/constants.d.ts",
|
|
51
|
+
"require": "./dist/constants.js",
|
|
52
|
+
"module": "./dist/esm/constants.mjs",
|
|
53
|
+
"import": "./dist/esm/constants.mjs"
|
|
54
|
+
},
|
|
55
|
+
"./regions": {
|
|
56
|
+
"types": "./dist/regions.d.ts",
|
|
57
|
+
"require": "./dist/regions.js",
|
|
58
|
+
"module": "./dist/esm/regions.mjs",
|
|
59
|
+
"import": "./dist/esm/regions.mjs"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"typesVersions": {
|
|
63
|
+
">=1.0": {
|
|
64
|
+
"constants": [
|
|
65
|
+
"./dist/constants.d.ts"
|
|
66
|
+
],
|
|
67
|
+
"regions": [
|
|
68
|
+
"./dist/regions.d.ts"
|
|
69
|
+
]
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
}
|