@remotion/lambda 3.3.89 → 3.3.90

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.
@@ -10,7 +10,7 @@ export declare const makeLambdaPayload: ({ rendererFunctionName, frameRange, fra
10
10
  crf: number | undefined;
11
11
  envVariables: Record<string, string> | undefined;
12
12
  pixelFormat: "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le" | undefined;
13
- proResProfile: "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy" | undefined;
13
+ proResProfile: "standard" | "4444-xq" | "4444" | "hq" | "light" | "proxy" | undefined;
14
14
  quality: number | undefined;
15
15
  maxRetries: number;
16
16
  privacy: import("../defaults").Privacy;
package/dist/cli/help.js CHANGED
@@ -3,6 +3,7 @@ Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.printHelp = void 0;
4
4
  const cli_1 = require("@remotion/cli");
5
5
  const constants_1 = require("../shared/constants");
6
+ const compositions_1 = require("./commands/compositions");
6
7
  const functions_1 = require("./commands/functions");
7
8
  const policies_1 = require("./commands/policies/policies");
8
9
  const quotas_1 = require("./commands/quotas");
@@ -28,6 +29,9 @@ const printHelp = () => {
28
29
  log_1.Log.info(`${constants_1.BINARY_NAME} ${sites_1.SITES_COMMAND}`);
29
30
  log_1.Log.info(cli_1.CliInternals.chalk.gray('Deploy and manage Remotion projects.'));
30
31
  log_1.Log.info();
32
+ log_1.Log.info(`${constants_1.BINARY_NAME} ${compositions_1.COMPOSITIONS_COMMAND}`);
33
+ log_1.Log.info(cli_1.CliInternals.chalk.gray('Print list of composition IDs from a serve URL.'));
34
+ log_1.Log.info();
31
35
  log_1.Log.info(`${constants_1.BINARY_NAME} ${policies_1.POLICIES_COMMAND}`);
32
36
  log_1.Log.info(cli_1.CliInternals.chalk.gray('View and validate AWS policy files.'));
33
37
  log_1.Log.info();
@@ -1 +1 @@
1
- export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-south-1" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "af-south-1" | "ap-south-1" | "ap-east-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "me-south-1" | "sa-east-1";
1
+ export declare const getCurrentRegionInFunction: () => "eu-central-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "eu-north-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ca-central-1" | "sa-east-1" | "eu-south-1" | "af-south-1" | "ap-east-1" | "me-south-1";
@@ -11,7 +11,7 @@ export declare const LambdaInternals: {
11
11
  crf: number | undefined;
12
12
  envVariables: Record<string, string> | undefined;
13
13
  pixelFormat: "yuv420p" | "yuva420p" | "yuv422p" | "yuv444p" | "yuv420p10le" | "yuv422p10le" | "yuv444p10le" | "yuva444p10le" | undefined;
14
- proResProfile: "4444-xq" | "4444" | "hq" | "standard" | "light" | "proxy" | undefined;
14
+ proResProfile: "standard" | "4444-xq" | "4444" | "hq" | "light" | "proxy" | undefined;
15
15
  quality: number | undefined;
16
16
  maxRetries: number;
17
17
  privacy: import("./defaults").Privacy;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "3.3.89",
3
+ "version": "3.3.90",
4
4
  "description": "Distributed renderer for Remotion based on AWS Lambda",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -23,18 +23,18 @@
23
23
  "@aws-sdk/credential-providers": "3.272.0",
24
24
  "@aws-sdk/lib-storage": "3.272.0",
25
25
  "@aws-sdk/s3-request-presigner": "3.272.0",
26
- "@remotion/bundler": "3.3.89",
27
- "@remotion/cli": "3.3.89",
28
- "@remotion/renderer": "3.3.89",
26
+ "@remotion/bundler": "3.3.90",
27
+ "@remotion/cli": "3.3.90",
28
+ "@remotion/renderer": "3.3.90",
29
29
  "aws-policies": "^1.0.1",
30
30
  "mime-types": "2.1.34",
31
- "remotion": "3.3.89"
31
+ "remotion": "3.3.90"
32
32
  },
33
33
  "devDependencies": {
34
34
  "@jonny/eslint-config": "3.0.266",
35
- "@remotion/bundler": "3.3.89",
36
- "@remotion/compositor-linux-arm64-musl": "3.3.89",
37
- "@remotion/compositor-linux-x64-musl": "3.3.89",
35
+ "@remotion/bundler": "3.3.90",
36
+ "@remotion/compositor-linux-arm64-musl": "3.3.90",
37
+ "@remotion/compositor-linux-x64-musl": "3.3.90",
38
38
  "@types/mime-types": "2.1.1",
39
39
  "@types/minimist": "1.2.2",
40
40
  "@types/node": "^14.14.14",
@@ -48,7 +48,7 @@
48
48
  "zip-lib": "^0.7.2"
49
49
  },
50
50
  "peerDependencies": {
51
- "@remotion/bundler": "3.3.89"
51
+ "@remotion/bundler": "3.3.90"
52
52
  },
53
53
  "publishConfig": {
54
54
  "access": "public"
Binary file
Binary file