@remotion/lambda 3.0.0-lambda.387 → 3.0.0-lambda.388

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.
@@ -1,4 +1,4 @@
1
- @remotion/lambda:build: cache hit, replaying output 0d7ff0e34e901805
1
+ @remotion/lambda:build: cache hit, replaying output 822d91efee1b0de6
2
2
  @remotion/lambda:build: 
3
3
  @remotion/lambda:build: > @remotion/lambda@2.6.9 build /Users/jonathanburger/remotion/packages/lambda
4
4
  @remotion/lambda:build: > tsc -d && pnpm run buildlambda
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "3.0.0-lambda.387+564e77a4f",
3
+ "version": "3.0.0-lambda.388+6e1372eca",
4
4
  "description": "Utility functions for audio and video",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -30,14 +30,14 @@
30
30
  "@aws-sdk/client-s3": "3.42.0",
31
31
  "@aws-sdk/lib-storage": "3.42.0",
32
32
  "@aws-sdk/s3-request-presigner": "3.42.0",
33
- "@remotion/bundler": "3.0.0-lambda.387+564e77a4f",
34
- "@remotion/cli": "3.0.0-lambda.387+564e77a4f",
35
- "@remotion/renderer": "3.0.0-lambda.387+564e77a4f",
33
+ "@remotion/bundler": "3.0.0-lambda.388+6e1372eca",
34
+ "@remotion/cli": "3.0.0-lambda.388+6e1372eca",
35
+ "@remotion/renderer": "3.0.0-lambda.388+6e1372eca",
36
36
  "aws-policies": "^1.0.1",
37
37
  "dotenv": "^10.0.0",
38
38
  "minimist": "^1.2.5",
39
39
  "p-limit": "^3.1.0",
40
- "remotion": "3.0.0-lambda.387+564e77a4f"
40
+ "remotion": "3.0.0-lambda.388+6e1372eca"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "react": "^17.0.1",
@@ -62,5 +62,5 @@
62
62
  "publishConfig": {
63
63
  "access": "public"
64
64
  },
65
- "gitHead": "564e77a4f5aec64e3868d65a0751fb990df6c8dd"
65
+ "gitHead": "6e1372eca7e2f8b36a3a2b18df653d3bdf6fb49c"
66
66
  }
Binary file
@@ -1,2 +0,0 @@
1
- export declare const presignUrl: () => void;
2
- //# sourceMappingURL=presign-url.d.ts.map
@@ -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"}