@remotion/lambda 4.0.364 → 4.0.366

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.364",
8607
+ version: "4.0.366",
8608
8608
  description: "Render Remotion videos on AWS Lambda",
8609
8609
  main: "dist/index.js",
8610
8610
  sideEffects: false,
@@ -8637,7 +8637,7 @@ var require_package = __commonJS((exports, module) => {
8637
8637
  "@remotion/streaming": "workspace:*",
8638
8638
  "@smithy/abort-controller": "4.0.1",
8639
8639
  remotion: "workspace:*",
8640
- zod: "3.22.3"
8640
+ zod: "catalog:"
8641
8641
  },
8642
8642
  devDependencies: {
8643
8643
  "@remotion/bundler": "workspace:*",
@@ -8649,11 +8649,11 @@ var require_package = __commonJS((exports, module) => {
8649
8649
  "@types/mime-types": "2.1.1",
8650
8650
  "@types/minimist": "1.2.2",
8651
8651
  "@types/prompt": "^1.1.0",
8652
- eslint: "9.19.0",
8653
- next: "15.4.7",
8652
+ eslint: "catalog:",
8653
+ next: "catalog:",
8654
8654
  pureimage: "0.4.13",
8655
8655
  "zip-lib": "^0.7.2",
8656
- "@types/node": "20.12.14"
8656
+ "@types/node": "catalog:"
8657
8657
  },
8658
8658
  peerDependencies: {
8659
8659
  "@remotion/bundler": "workspace:*"
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.364",
6
+ "version": "4.0.366",
7
7
  "description": "Render Remotion videos on AWS Lambda",
8
8
  "main": "dist/index.js",
9
9
  "sideEffects": false,
@@ -28,34 +28,34 @@
28
28
  "@aws-sdk/client-cloudwatch-logs": "3.787.0",
29
29
  "@aws-sdk/client-service-quotas": "3.787.0",
30
30
  "@aws-sdk/lib-storage": "3.787.0",
31
- "@remotion/bundler": "4.0.364",
32
- "@remotion/cli": "4.0.364",
33
- "@remotion/lambda-client": "4.0.364",
34
- "@remotion/renderer": "4.0.364",
35
- "@remotion/serverless": "4.0.364",
36
- "@remotion/streaming": "4.0.364",
31
+ "@remotion/bundler": "4.0.366",
32
+ "@remotion/cli": "4.0.366",
33
+ "@remotion/lambda-client": "4.0.366",
34
+ "@remotion/renderer": "4.0.366",
35
+ "@remotion/serverless": "4.0.366",
36
+ "@remotion/streaming": "4.0.366",
37
37
  "@smithy/abort-controller": "4.0.1",
38
- "remotion": "4.0.364",
38
+ "remotion": "4.0.366",
39
39
  "zod": "3.22.3"
40
40
  },
41
41
  "devDependencies": {
42
- "@remotion/bundler": "4.0.364",
42
+ "@remotion/bundler": "4.0.366",
43
43
  "@types/express": "^5.0.0",
44
44
  "express": "4.21.0",
45
- "@remotion/compositor-linux-arm64-gnu": "4.0.364",
46
- "@remotion/eslint-config-internal": "4.0.364",
45
+ "@remotion/compositor-linux-arm64-gnu": "4.0.366",
46
+ "@remotion/eslint-config-internal": "4.0.366",
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": "15.4.7",
52
+ "next": "16.0.0",
53
53
  "pureimage": "0.4.13",
54
54
  "zip-lib": "^0.7.2",
55
55
  "@types/node": "20.12.14"
56
56
  },
57
57
  "peerDependencies": {
58
- "@remotion/bundler": "4.0.364"
58
+ "@remotion/bundler": "4.0.366"
59
59
  },
60
60
  "publishConfig": {
61
61
  "access": "public"
Binary file
@@ -1,7 +0,0 @@
1
- import type { AwsProvider } from '@remotion/lambda-client';
2
- import type { FullClientSpecifics, GetBrowserInstance, InsideFunctionSpecifics, InvokeWebhookParams } from '@remotion/serverless';
3
- export declare const getBrowserInstance: GetBrowserInstance;
4
- export declare const mockServerImplementation: InsideFunctionSpecifics<AwsProvider>;
5
- export declare const resetWebhookCalls: () => void;
6
- export declare const getWebhookCalls: () => InvokeWebhookParams[];
7
- export declare const mockFullClientSpecifics: FullClientSpecifics<AwsProvider>;