@remotion/lambda 4.0.452 → 4.0.454
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/dist/admin/make-layer-public.js +0 -1
- package/dist/api/get-regions.d.ts +1 -1
- package/dist/cli/get-aws-region.d.ts +1 -1
- package/dist/esm/index.mjs +1 -24
- package/dist/functions/helpers/get-current-region.d.ts +1 -1
- package/dist/shared/get-layers.d.ts +1 -1
- package/dist/shared/hosted-layers.js +0 -22
- package/dist/shared/lambda-insights-extensions.js +0 -1
- package/package.json +12 -12
- package/remotionlambda-arm64.zip +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
type Options = {
|
|
2
2
|
enabledByDefaultOnly?: boolean;
|
|
3
3
|
};
|
|
4
|
-
export declare const getRegions: (options?: Options | undefined) => readonly ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "
|
|
4
|
+
export declare const getRegions: (options?: Options | undefined) => readonly ("af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2")[];
|
|
5
5
|
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const getAwsRegion: () => "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "
|
|
1
|
+
export declare const getAwsRegion: () => "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
package/dist/esm/index.mjs
CHANGED
|
@@ -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.
|
|
8607
|
+
version: "4.0.454",
|
|
8608
8608
|
description: "Render Remotion videos on AWS Lambda",
|
|
8609
8609
|
main: "dist/index.js",
|
|
8610
8610
|
sideEffects: false,
|
|
@@ -9211,28 +9211,6 @@ var hostedLayers = {
|
|
|
9211
9211
|
version: 14
|
|
9212
9212
|
}
|
|
9213
9213
|
],
|
|
9214
|
-
"me-south-1": [
|
|
9215
|
-
{
|
|
9216
|
-
layerArn: "arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-fonts-arm64",
|
|
9217
|
-
version: 20
|
|
9218
|
-
},
|
|
9219
|
-
{
|
|
9220
|
-
layerArn: "arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-chromium-arm64",
|
|
9221
|
-
version: 20
|
|
9222
|
-
},
|
|
9223
|
-
{
|
|
9224
|
-
layerArn: "arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-emoji-apple-arm64",
|
|
9225
|
-
version: 11
|
|
9226
|
-
},
|
|
9227
|
-
{
|
|
9228
|
-
layerArn: "arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-emoji-google-arm64",
|
|
9229
|
-
version: 11
|
|
9230
|
-
},
|
|
9231
|
-
{
|
|
9232
|
-
layerArn: "arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-cjk-arm64",
|
|
9233
|
-
version: 11
|
|
9234
|
-
}
|
|
9235
|
-
],
|
|
9236
9214
|
"sa-east-1": [
|
|
9237
9215
|
{
|
|
9238
9216
|
layerArn: "arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-fonts-arm64",
|
|
@@ -9400,7 +9378,6 @@ var lambdaInsightsExtensions = {
|
|
|
9400
9378
|
"eu-south-1": "arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension-Arm64:2",
|
|
9401
9379
|
"eu-west-3": "arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension-Arm64:3",
|
|
9402
9380
|
"eu-north-1": "arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension-Arm64:3",
|
|
9403
|
-
"me-south-1": "arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension-Arm64:2",
|
|
9404
9381
|
"sa-east-1": "arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension-Arm64:3",
|
|
9405
9382
|
"ap-southeast-4": null,
|
|
9406
9383
|
"ap-southeast-5": null,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const getCurrentRegionInFunctionImplementation: () => "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "
|
|
1
|
+
export declare const getCurrentRegionInFunctionImplementation: () => "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
@@ -2,5 +2,5 @@ import type { AwsLayer } from './hosted-layers';
|
|
|
2
2
|
export declare const validateRuntimePreference: (option: unknown) => void;
|
|
3
3
|
export declare const getLayers: ({ option, region, }: {
|
|
4
4
|
option: "apple-emojis" | "cjk" | "default";
|
|
5
|
-
region: "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "
|
|
5
|
+
region: "af-south-1" | "ap-east-1" | "ap-northeast-1" | "ap-northeast-2" | "ap-northeast-3" | "ap-south-1" | "ap-southeast-1" | "ap-southeast-2" | "ap-southeast-4" | "ap-southeast-5" | "ca-central-1" | "eu-central-1" | "eu-central-2" | "eu-north-1" | "eu-south-1" | "eu-west-1" | "eu-west-2" | "eu-west-3" | "sa-east-1" | "us-east-1" | "us-east-2" | "us-west-1" | "us-west-2";
|
|
6
6
|
}) => AwsLayer[];
|
|
@@ -399,28 +399,6 @@ exports.hostedLayers = {
|
|
|
399
399
|
version: 14,
|
|
400
400
|
},
|
|
401
401
|
],
|
|
402
|
-
'me-south-1': [
|
|
403
|
-
{
|
|
404
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-fonts-arm64',
|
|
405
|
-
version: 20,
|
|
406
|
-
},
|
|
407
|
-
{
|
|
408
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-chromium-arm64',
|
|
409
|
-
version: 20,
|
|
410
|
-
},
|
|
411
|
-
{
|
|
412
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-emoji-apple-arm64',
|
|
413
|
-
version: 11,
|
|
414
|
-
},
|
|
415
|
-
{
|
|
416
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-emoji-google-arm64',
|
|
417
|
-
version: 11,
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
layerArn: 'arn:aws:lambda:me-south-1:678892195805:layer:remotion-binaries-cjk-arm64',
|
|
421
|
-
version: 11,
|
|
422
|
-
},
|
|
423
|
-
],
|
|
424
402
|
'sa-east-1': [
|
|
425
403
|
{
|
|
426
404
|
layerArn: 'arn:aws:lambda:sa-east-1:678892195805:layer:remotion-binaries-fonts-arm64',
|
|
@@ -21,7 +21,6 @@ exports.lambdaInsightsExtensions = {
|
|
|
21
21
|
'eu-south-1': 'arn:aws:lambda:eu-south-1:339249233099:layer:LambdaInsightsExtension-Arm64:2',
|
|
22
22
|
'eu-west-3': 'arn:aws:lambda:eu-west-3:580247275435:layer:LambdaInsightsExtension-Arm64:3',
|
|
23
23
|
'eu-north-1': 'arn:aws:lambda:eu-north-1:580247275435:layer:LambdaInsightsExtension-Arm64:3',
|
|
24
|
-
'me-south-1': 'arn:aws:lambda:me-south-1:285320876703:layer:LambdaInsightsExtension-Arm64:2',
|
|
25
24
|
'sa-east-1': 'arn:aws:lambda:sa-east-1:580247275435:layer:LambdaInsightsExtension-Arm64:3',
|
|
26
25
|
'ap-southeast-4': null,
|
|
27
26
|
'ap-southeast-5': null,
|
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.
|
|
6
|
+
"version": "4.0.454",
|
|
7
7
|
"description": "Render Remotion videos on AWS Lambda",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"sideEffects": false,
|
|
@@ -29,22 +29,22 @@
|
|
|
29
29
|
"@aws-sdk/client-cloudwatch-logs": "3.986.0",
|
|
30
30
|
"@aws-sdk/client-service-quotas": "3.986.0",
|
|
31
31
|
"@aws-sdk/lib-storage": "3.986.0",
|
|
32
|
-
"@remotion/bundler": "4.0.
|
|
33
|
-
"@remotion/cli": "4.0.
|
|
34
|
-
"@remotion/lambda-client": "4.0.
|
|
35
|
-
"@remotion/renderer": "4.0.
|
|
36
|
-
"@remotion/serverless": "4.0.
|
|
37
|
-
"@remotion/streaming": "4.0.
|
|
32
|
+
"@remotion/bundler": "4.0.454",
|
|
33
|
+
"@remotion/cli": "4.0.454",
|
|
34
|
+
"@remotion/lambda-client": "4.0.454",
|
|
35
|
+
"@remotion/renderer": "4.0.454",
|
|
36
|
+
"@remotion/serverless": "4.0.454",
|
|
37
|
+
"@remotion/streaming": "4.0.454",
|
|
38
38
|
"@smithy/abort-controller": "4.0.1",
|
|
39
|
-
"remotion": "4.0.
|
|
39
|
+
"remotion": "4.0.454",
|
|
40
40
|
"zod": "4.3.6"
|
|
41
41
|
},
|
|
42
42
|
"devDependencies": {
|
|
43
|
-
"@remotion/bundler": "4.0.
|
|
43
|
+
"@remotion/bundler": "4.0.454",
|
|
44
44
|
"@types/express": "^5.0.0",
|
|
45
45
|
"express": "4.21.0",
|
|
46
|
-
"@remotion/compositor-linux-arm64-gnu": "4.0.
|
|
47
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
46
|
+
"@remotion/compositor-linux-arm64-gnu": "4.0.454",
|
|
47
|
+
"@remotion/eslint-config-internal": "4.0.454",
|
|
48
48
|
"mime-types": "2.1.34",
|
|
49
49
|
"@types/mime-types": "2.1.1",
|
|
50
50
|
"@types/minimist": "1.2.2",
|
|
@@ -55,7 +55,7 @@
|
|
|
55
55
|
"@typescript/native-preview": "7.0.0-dev.20260217.1"
|
|
56
56
|
},
|
|
57
57
|
"peerDependencies": {
|
|
58
|
-
"@remotion/bundler": "4.0.
|
|
58
|
+
"@remotion/bundler": "4.0.454"
|
|
59
59
|
},
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
package/remotionlambda-arm64.zip
CHANGED
|
Binary file
|