@remotion/lambda 4.0.0-newpathfunctions.13 → 4.0.0-newpaths.14

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.
@@ -3,8 +3,5 @@ export declare const planFrameRanges: ({ framesPerLambda, frameRange, everyNthFr
3
3
  frameRange: [number, number];
4
4
  everyNthFrame: number;
5
5
  }) => {
6
- chunks: [
7
- number,
8
- number
9
- ][];
6
+ chunks: [number, number][];
10
7
  };
@@ -1 +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";
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,3 +1,5 @@
1
+ /// <reference types="node" />
2
+ /// <reference types="node" />
1
3
  import http from 'http';
2
4
  import https from 'https';
3
5
  import type { EnhancedErrorInfo } from '../functions/helpers/write-lambda-error';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "4.0.0-newpathfunctions.13+40cc970bd",
3
+ "version": "4.0.0-newpaths.14+37718626b",
4
4
  "description": "Distributed renderer for Remotion based on AWS Lambda",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -33,17 +33,17 @@
33
33
  "@aws-sdk/credential-providers": "3.215.0",
34
34
  "@aws-sdk/lib-storage": "3.215.0",
35
35
  "@aws-sdk/s3-request-presigner": "3.215.0",
36
- "@remotion/bundler": "4.0.0-newpathfunctions.13+40cc970bd",
37
- "@remotion/cli": "4.0.0-newpathfunctions.13+40cc970bd",
38
- "@remotion/renderer": "4.0.0-newpathfunctions.13+40cc970bd",
36
+ "@remotion/bundler": "4.0.0-newpaths.14+37718626b",
37
+ "@remotion/cli": "4.0.0-newpaths.14+37718626b",
38
+ "@remotion/renderer": "4.0.0-newpaths.14+37718626b",
39
39
  "aws-policies": "^1.0.1",
40
40
  "mime-types": "2.1.34",
41
- "remotion": "4.0.0-newpathfunctions.13+40cc970bd"
41
+ "remotion": "4.0.0-newpaths.14+37718626b"
42
42
  },
43
43
  "devDependencies": {
44
44
  "@jonny/eslint-config": "3.0.266",
45
- "@remotion/compositor-linux-arm64-musl": "4.0.0-newpathfunctions.13+40cc970bd",
46
- "@remotion/compositor-linux-x64-musl": "4.0.0-newpathfunctions.13+40cc970bd",
45
+ "@remotion/compositor-linux-arm64-musl": "4.0.0-newpaths.14+37718626b",
46
+ "@remotion/compositor-linux-x64-musl": "4.0.0-newpaths.14+37718626b",
47
47
  "@types/mime-types": "2.1.1",
48
48
  "@types/minimist": "1.2.2",
49
49
  "@types/node": "^14.14.14",
@@ -59,5 +59,5 @@
59
59
  "publishConfig": {
60
60
  "access": "public"
61
61
  },
62
- "gitHead": "40cc970bd20f2c9fde0c1644f1c9f33cd47f3dc7"
62
+ "gitHead": "37718626b7dbf0248bf5a6aa08928030554bdb10"
63
63
  }
Binary file
Binary file