@remotion/lambda 4.0.32 → 4.0.34

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.
@@ -49,7 +49,7 @@ const compressInputProps = async ({ stringifiedInputProps, region, userSpecified
49
49
  downloadBehavior: null,
50
50
  expectedBucketOwner: null,
51
51
  key: makeKey(propsType, hash),
52
- privacy: 'public',
52
+ privacy: 'private',
53
53
  });
54
54
  return {
55
55
  type: 'bucket-url',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "4.0.32",
3
+ "version": "4.0.34",
4
4
  "description": "Distributed renderer for Remotion based on AWS Lambda",
5
5
  "main": "dist/index.js",
6
6
  "sideEffects": false,
@@ -26,10 +26,10 @@
26
26
  "aws-policies": "^1.0.1",
27
27
  "mime-types": "2.1.34",
28
28
  "zod": "3.21.4",
29
- "@remotion/bundler": "4.0.32",
30
- "remotion": "4.0.32",
31
- "@remotion/renderer": "4.0.32",
32
- "@remotion/cli": "4.0.32"
29
+ "@remotion/bundler": "4.0.34",
30
+ "@remotion/renderer": "4.0.34",
31
+ "@remotion/cli": "4.0.34",
32
+ "remotion": "4.0.34"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@jonny/eslint-config": "3.0.266",
@@ -43,11 +43,11 @@
43
43
  "ts-node": "^10.8.0",
44
44
  "vitest": "0.31.1",
45
45
  "zip-lib": "^0.7.2",
46
- "@remotion/bundler": "4.0.32",
47
- "@remotion/compositor-linux-arm64-gnu": "4.0.32"
46
+ "@remotion/bundler": "4.0.34",
47
+ "@remotion/compositor-linux-arm64-gnu": "4.0.34"
48
48
  },
49
49
  "peerDependencies": {
50
- "@remotion/bundler": "4.0.32"
50
+ "@remotion/bundler": "4.0.34"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"
Binary file
@@ -1,4 +0,0 @@
1
- import { Internals } from 'remotion';
2
- export declare const validateFps: typeof Internals.validateFps;
3
- export declare const validateDimension: typeof Internals.validateDimension;
4
- export declare const validateDurationInFrames: typeof Internals.validateDurationInFrames;
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.validateDurationInFrames = exports.validateDimension = exports.validateFps = void 0;
4
- /* eslint-disable prefer-destructuring */
5
- const remotion_1 = require("remotion");
6
- exports.validateFps = remotion_1.Internals.validateFps;
7
- exports.validateDimension = remotion_1.Internals.validateDimension;
8
- exports.validateDurationInFrames = remotion_1.Internals.validateDurationInFrames;