@remotion/lambda 3.3.73 → 3.3.75

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,92 +1,90 @@
1
1
  {
2
- "name": "@remotion/lambda",
3
- "version": "3.3.73",
4
- "description": "Distributed renderer for Remotion based on AWS Lambda",
5
- "main": "dist/index.js",
6
- "sideEffects": false,
7
- "bin": {
8
- "remotion-lambda": "remotion-lambda-cli.js"
9
- },
10
- "scripts": {
11
- "testintegration": "vitest src/test/integration --run",
12
- "lint": "eslint src --ext ts,tsx",
13
- "test": "vitest src/test/unit --run",
14
- "watch": "tsc -w",
15
- "build": "tsc -d && pnpm run buildlambda",
16
- "buildlambda": "ts-node src/admin/bundle-lambda.ts",
17
- "start": "ts-node src/run.ts",
18
- "prepublishOnly": "ts-node src/admin/bundle-lambda.ts && node ensure-version-match.js"
19
- },
20
- "author": "",
21
- "license": "MIT",
22
- "repository": {
23
- "url": "https://github.com/JonnyBurger/remotion"
24
- },
25
- "dependencies": {
26
- "@aws-sdk/abort-controller": "3.272.0",
27
- "@aws-sdk/client-cloudwatch-logs": "3.272.0",
28
- "@aws-sdk/client-iam": "3.272.0",
29
- "@aws-sdk/client-lambda": "3.272.0",
30
- "@aws-sdk/client-s3": "3.272.0",
31
- "@aws-sdk/client-service-quotas": "3.272.0",
32
- "@aws-sdk/client-sts": "3.272.0",
33
- "@aws-sdk/credential-providers": "3.272.0",
34
- "@aws-sdk/lib-storage": "3.272.0",
35
- "@aws-sdk/s3-request-presigner": "3.272.0",
36
- "@remotion/bundler": "3.3.73",
37
- "@remotion/cli": "3.3.73",
38
- "@remotion/renderer": "3.3.73",
39
- "aws-policies": "^1.0.1",
40
- "mime-types": "2.1.34",
41
- "remotion": "3.3.73"
42
- },
43
- "devDependencies": {
44
- "@jonny/eslint-config": "3.0.266",
45
- "@remotion/bundler": "workspace:*",
46
- "@remotion/compositor-linux-arm64-musl": "3.3.73",
47
- "@remotion/compositor-linux-x64-musl": "3.3.73",
48
- "@types/mime-types": "2.1.1",
49
- "@types/minimist": "1.2.2",
50
- "@types/node": "^14.14.14",
51
- "@types/prompt": "^1.1.0",
52
- "eslint": "8.25.0",
53
- "prettier": "^2.4.1",
54
- "prettier-plugin-organize-imports": "^2.3.4",
55
- "ts-node": "^10.8.0",
56
- "typescript": "^4.7.0",
57
- "vitest": "^0.24.3",
58
- "zip-lib": "^0.7.2"
59
- },
60
- "peerDependencies": {
61
- "@remotion/bundler": "workspace:*"
62
- },
63
- "publishConfig": {
64
- "access": "public"
65
- },
66
- "exports": {
67
- "./package.json": "./package.json",
68
- ".": "./dist/index.js",
69
- "./defaults": "./dist/defaults.js",
70
- "./regions": "./dist/regions.js",
71
- "./policies": "./dist/api/iam-validation/suggested-policy.js",
72
- "./client": "./dist/client.js",
73
- "./layers": "./dist/shared/hosted-layers.js"
74
- },
75
- "typesVersions": {
76
- ">=1.0": {
77
- "defaults": [
78
- "dist/defaults.d.ts"
79
- ],
80
- "regions": [
81
- "dist/regions.d.ts"
82
- ],
83
- "policies": [
84
- "dist/api/iam-validation/suggested-policy.d.ts"
85
- ],
86
- "client": [
87
- "dist/client.d.ts"
88
- ]
89
- }
90
- },
91
- "gitHead": "085cd0f3fbcdca8c5d9f5e7ae44641befe7f389d"
92
- }
2
+ "name": "@remotion/lambda",
3
+ "version": "3.3.75",
4
+ "description": "Distributed renderer for Remotion based on AWS Lambda",
5
+ "main": "dist/index.js",
6
+ "sideEffects": false,
7
+ "bin": {
8
+ "remotion-lambda": "remotion-lambda-cli.js"
9
+ },
10
+ "author": "",
11
+ "license": "MIT",
12
+ "repository": {
13
+ "url": "https://github.com/JonnyBurger/remotion"
14
+ },
15
+ "dependencies": {
16
+ "@aws-sdk/abort-controller": "3.272.0",
17
+ "@aws-sdk/client-cloudwatch-logs": "3.272.0",
18
+ "@aws-sdk/client-iam": "3.272.0",
19
+ "@aws-sdk/client-lambda": "3.272.0",
20
+ "@aws-sdk/client-s3": "3.272.0",
21
+ "@aws-sdk/client-service-quotas": "3.272.0",
22
+ "@aws-sdk/client-sts": "3.272.0",
23
+ "@aws-sdk/credential-providers": "3.272.0",
24
+ "@aws-sdk/lib-storage": "3.272.0",
25
+ "@aws-sdk/s3-request-presigner": "3.272.0",
26
+ "@remotion/bundler": "3.3.75",
27
+ "@remotion/cli": "3.3.75",
28
+ "@remotion/renderer": "3.3.75",
29
+ "aws-policies": "^1.0.1",
30
+ "mime-types": "2.1.34",
31
+ "remotion": "3.3.75"
32
+ },
33
+ "devDependencies": {
34
+ "@jonny/eslint-config": "3.0.266",
35
+ "@remotion/bundler": "3.3.75",
36
+ "@remotion/compositor-linux-arm64-musl": "3.3.75",
37
+ "@remotion/compositor-linux-x64-musl": "3.3.75",
38
+ "@types/mime-types": "2.1.1",
39
+ "@types/minimist": "1.2.2",
40
+ "@types/node": "^14.14.14",
41
+ "@types/prompt": "^1.1.0",
42
+ "eslint": "8.25.0",
43
+ "prettier": "^2.4.1",
44
+ "prettier-plugin-organize-imports": "^2.3.4",
45
+ "ts-node": "^10.8.0",
46
+ "typescript": "^4.7.0",
47
+ "vitest": "^0.24.3",
48
+ "zip-lib": "^0.7.2"
49
+ },
50
+ "peerDependencies": {
51
+ "@remotion/bundler": "3.3.75"
52
+ },
53
+ "publishConfig": {
54
+ "access": "public"
55
+ },
56
+ "exports": {
57
+ "./package.json": "./package.json",
58
+ ".": "./dist/index.js",
59
+ "./defaults": "./dist/defaults.js",
60
+ "./regions": "./dist/regions.js",
61
+ "./policies": "./dist/api/iam-validation/suggested-policy.js",
62
+ "./client": "./dist/client.js",
63
+ "./layers": "./dist/shared/hosted-layers.js"
64
+ },
65
+ "typesVersions": {
66
+ ">=1.0": {
67
+ "defaults": [
68
+ "dist/defaults.d.ts"
69
+ ],
70
+ "regions": [
71
+ "dist/regions.d.ts"
72
+ ],
73
+ "policies": [
74
+ "dist/api/iam-validation/suggested-policy.d.ts"
75
+ ],
76
+ "client": [
77
+ "dist/client.d.ts"
78
+ ]
79
+ }
80
+ },
81
+ "scripts": {
82
+ "testintegration": "vitest src/test/integration --run",
83
+ "lint": "eslint src --ext ts,tsx",
84
+ "test": "vitest src/test/unit --run",
85
+ "watch": "tsc -w",
86
+ "build": "tsc -d && pnpm run buildlambda",
87
+ "buildlambda": "ts-node src/admin/bundle-lambda.ts",
88
+ "start": "ts-node src/run.ts"
89
+ }
90
+ }
Binary file
Binary file