@remotion/lambda 3.0.0-lambda.327 → 3.0.0-lambda.329
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 +65 -48
- package/dist/admin/make-layer-public.js.map +1 -1
- package/dist/api/create-function.d.ts +3 -1
- package/dist/api/create-function.d.ts.map +1 -1
- package/dist/api/create-function.js +3 -3
- package/dist/api/create-function.js.map +1 -1
- package/dist/api/deploy-function.d.ts +3 -0
- package/dist/api/deploy-function.d.ts.map +1 -1
- package/dist/api/deploy-function.js +4 -0
- package/dist/api/deploy-function.js.map +1 -1
- package/dist/api/render-media-on-lambda.d.ts.map +1 -1
- package/dist/api/render-media-on-lambda.js +2 -0
- package/dist/api/render-media-on-lambda.js.map +1 -1
- package/dist/cli/args.d.ts +2 -0
- package/dist/cli/args.d.ts.map +1 -1
- package/dist/cli/args.js.map +1 -1
- package/dist/cli/commands/functions/deploy.d.ts.map +1 -1
- package/dist/cli/commands/functions/deploy.js +7 -2
- package/dist/cli/commands/functions/deploy.js.map +1 -1
- package/dist/functions/renderer.d.ts.map +1 -1
- package/dist/functions/renderer.js +2 -8
- package/dist/functions/renderer.js.map +1 -1
- package/dist/functions/still.d.ts.map +1 -1
- package/dist/functions/still.js +2 -6
- package/dist/functions/still.js.map +1 -1
- package/dist/index.d.ts +2 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/shared/constants.d.ts +3 -1
- package/dist/shared/constants.d.ts.map +1 -1
- package/dist/shared/constants.js +3 -2
- package/dist/shared/constants.js.map +1 -1
- package/dist/shared/hosted-layers.d.ts +9 -5
- package/dist/shared/hosted-layers.d.ts.map +1 -1
- package/dist/shared/hosted-layers.js +284 -140
- package/dist/shared/hosted-layers.js.map +1 -1
- package/dist/shared/validate-architecture.d.ts +5 -0
- package/dist/shared/validate-architecture.d.ts.map +1 -0
- package/dist/shared/validate-architecture.js +15 -0
- package/dist/shared/validate-architecture.js.map +1 -0
- package/dist/shared/validate-serveurl.d.ts +2 -0
- package/dist/shared/validate-serveurl.d.ts.map +1 -0
- package/dist/shared/validate-serveurl.js +10 -0
- package/dist/shared/validate-serveurl.js.map +1 -0
- package/package.json +6 -6
- package/remotionlambda.zip +0 -0
- package/dist/functions/helpers/presign-url.d.ts +0 -2
- package/dist/functions/helpers/presign-url.d.ts.map +0 -1
- package/dist/functions/helpers/presign-url.js +0 -9
- package/dist/functions/helpers/presign-url.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/lambda",
|
|
3
|
-
"version": "3.0.0-lambda.
|
|
3
|
+
"version": "3.0.0-lambda.329+f23080b59",
|
|
4
4
|
"description": "Utility functions for audio and video",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"sideEffects": false,
|
|
@@ -29,14 +29,14 @@
|
|
|
29
29
|
"@aws-sdk/client-s3": "3.42.0",
|
|
30
30
|
"@aws-sdk/lib-storage": "3.42.0",
|
|
31
31
|
"@aws-sdk/s3-request-presigner": "3.42.0",
|
|
32
|
-
"@remotion/bundler": "3.0.0-lambda.
|
|
33
|
-
"@remotion/cli": "3.0.0-lambda.
|
|
34
|
-
"@remotion/renderer": "3.0.0-lambda.
|
|
32
|
+
"@remotion/bundler": "3.0.0-lambda.329+f23080b59",
|
|
33
|
+
"@remotion/cli": "3.0.0-lambda.329+f23080b59",
|
|
34
|
+
"@remotion/renderer": "3.0.0-lambda.329+f23080b59",
|
|
35
35
|
"aws-policies": "^1.0.1",
|
|
36
36
|
"dotenv": "^10.0.0",
|
|
37
37
|
"minimist": "^1.2.5",
|
|
38
38
|
"p-limit": "^3.1.0",
|
|
39
|
-
"remotion": "3.0.0-lambda.
|
|
39
|
+
"remotion": "3.0.0-lambda.329+f23080b59"
|
|
40
40
|
},
|
|
41
41
|
"peerDependencies": {
|
|
42
42
|
"react": "^17.0.1",
|
|
@@ -60,5 +60,5 @@
|
|
|
60
60
|
"publishConfig": {
|
|
61
61
|
"access": "public"
|
|
62
62
|
},
|
|
63
|
-
"gitHead": "
|
|
63
|
+
"gitHead": "f23080b59efd4de389b1d07a5be70ca7350979f5"
|
|
64
64
|
}
|
package/remotionlambda.zip
CHANGED
|
Binary file
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"presign-url.d.ts","sourceRoot":"","sources":["../../../src/functions/helpers/presign-url.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,UAAU,YAGtB,CAAC"}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.presignUrl = void 0;
|
|
4
|
-
const presignUrl = () => {
|
|
5
|
-
import { GetObjectCommand } from '@aws-sdk/client-s3';
|
|
6
|
-
import { getSignedUrl } from '@aws-sdk/s3-request-presigner';
|
|
7
|
-
};
|
|
8
|
-
exports.presignUrl = presignUrl;
|
|
9
|
-
//# sourceMappingURL=presign-url.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"presign-url.js","sourceRoot":"","sources":["../../../src/functions/helpers/presign-url.ts"],"names":[],"mappings":";;;AAAO,MAAM,UAAU,GAAG,GAAG,EAAE;IAC9B,OAAO,EAAC,gBAAgB,EAAC,MAAM,oBAAoB,CAAC;IACpD,OAAO,EAAC,YAAY,EAAC,MAAM,+BAA+B,CAAC;AAC5D,CAAC,CAAC;AAHW,QAAA,UAAU,cAGrB"}
|