@remotion/lambda 4.0.381 → 4.0.383

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.
@@ -8604,7 +8604,7 @@ var require_package = __commonJS((exports, module) => {
8604
8604
  url: "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
8605
8605
  },
8606
8606
  name: "@remotion/lambda",
8607
- version: "4.0.381",
8607
+ version: "4.0.383",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -8618,7 +8618,7 @@ var require_package = __commonJS((exports, module) => {
8618
8618
  prepublishOnly: "bun build.ts && bun ensure-version-match.js"
8619
8619
  },
8620
8620
  author: "Jonny Burger <jonny@remotion.dev>",
8621
- license: "MIT",
8621
+ license: "SEE LICENSE IN LICENSE.md",
8622
8622
  dependencies: {
8623
8623
  "@aws-sdk/s3-request-presigner": "catalog:",
8624
8624
  "@aws-sdk/middleware-flexible-checksums": "catalog:",
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "url": "https://github.com/remotion-dev/remotion/tree/main/packages/lambda"
4
4
  },
5
5
  "name": "@remotion/lambda",
6
- "version": "4.0.381",
6
+ "version": "4.0.383",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -17,7 +17,7 @@
17
17
  "prepublishOnly": "bun build.ts && bun ensure-version-match.js"
18
18
  },
19
19
  "author": "Jonny Burger <jonny@remotion.dev>",
20
- "license": "MIT",
20
+ "license": "SEE LICENSE IN LICENSE.md",
21
21
  "dependencies": {
22
22
  "@aws-sdk/s3-request-presigner": "3.936.0",
23
23
  "@aws-sdk/middleware-flexible-checksums": "3.936.0",
@@ -28,33 +28,33 @@
28
28
  "@aws-sdk/client-cloudwatch-logs": "3.936.0",
29
29
  "@aws-sdk/client-service-quotas": "3.936.0",
30
30
  "@aws-sdk/lib-storage": "3.936.0",
31
- "@remotion/bundler": "4.0.381",
32
- "@remotion/cli": "4.0.381",
33
- "@remotion/lambda-client": "4.0.381",
34
- "@remotion/renderer": "4.0.381",
35
- "@remotion/serverless": "4.0.381",
36
- "@remotion/streaming": "4.0.381",
31
+ "@remotion/bundler": "4.0.383",
32
+ "@remotion/cli": "4.0.383",
33
+ "@remotion/lambda-client": "4.0.383",
34
+ "@remotion/renderer": "4.0.383",
35
+ "@remotion/serverless": "4.0.383",
36
+ "@remotion/streaming": "4.0.383",
37
37
  "@smithy/abort-controller": "4.0.1",
38
- "remotion": "4.0.381",
38
+ "remotion": "4.0.383",
39
39
  "zod": "3.22.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@remotion/bundler": "4.0.381",
42
+ "@remotion/bundler": "4.0.383",
43
43
  "@types/express": "^5.0.0",
44
44
  "express": "4.21.0",
45
- "@remotion/compositor-linux-arm64-gnu": "4.0.381",
46
- "@remotion/eslint-config-internal": "4.0.381",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.383",
46
+ "@remotion/eslint-config-internal": "4.0.383",
47
47
  "mime-types": "2.1.34",
48
48
  "@types/mime-types": "2.1.1",
49
49
  "@types/minimist": "1.2.2",
50
50
  "@types/prompt": "^1.1.0",
51
51
  "eslint": "9.19.0",
52
- "next": "16.0.0",
52
+ "next": "16.0.7",
53
53
  "pureimage": "0.4.13",
54
54
  "@types/node": "20.12.14"
55
55
  },
56
56
  "peerDependencies": {
57
- "@remotion/bundler": "4.0.381"
57
+ "@remotion/bundler": "4.0.383"
58
58
  },
59
59
  "publishConfig": {
60
60
  "access": "public"
Binary file