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