@remotion/lambda 4.0.87 → 4.0.89

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.
@@ -71,6 +71,7 @@ const renderHandler = async (params, options, logs) => {
71
71
  await new Promise((resolve, reject) => {
72
72
  var _a, _b, _c, _d, _e;
73
73
  renderer_1.RenderInternals.internalRenderMedia({
74
+ repro: false,
74
75
  composition: {
75
76
  id: params.composition,
76
77
  durationInFrames: params.durationInFrames,
@@ -160,6 +161,7 @@ const renderHandler = async (params, options, logs) => {
160
161
  serializedResolvedPropsWithCustomSchema: resolvedProps,
161
162
  offthreadVideoCacheSizeInBytes: params.offthreadVideoCacheSizeInBytes,
162
163
  colorSpace: params.colorSpace,
164
+ finishRenderProgress: () => undefined,
163
165
  })
164
166
  .then(({ slowestFrames }) => {
165
167
  console.log(`Slowest frames:`);
@@ -1,7 +1,4 @@
1
1
  /// <reference types="node" />
2
- /// <reference types="node" />
3
- /// <reference types="node" />
4
- /// <reference types="node" />
5
2
  export declare const stackback: (error: Error) => NodeJS.CallSite[];
6
3
  declare global {
7
4
  interface Error {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/lambda",
3
- "version": "4.0.87",
3
+ "version": "4.0.89",
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.22.3",
29
- "@remotion/bundler": "4.0.87",
30
- "@remotion/cli": "4.0.87",
31
- "@remotion/renderer": "4.0.87",
32
- "remotion": "4.0.87"
29
+ "@remotion/bundler": "4.0.89",
30
+ "@remotion/cli": "4.0.89",
31
+ "remotion": "4.0.89",
32
+ "@remotion/renderer": "4.0.89"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@jonny/eslint-config": "3.0.276",
@@ -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.87",
47
- "@remotion/compositor-linux-arm64-gnu": "4.0.87"
46
+ "@remotion/bundler": "4.0.89",
47
+ "@remotion/compositor-linux-arm64-gnu": "4.0.89"
48
48
  },
49
49
  "peerDependencies": {
50
- "@remotion/bundler": "4.0.87"
50
+ "@remotion/bundler": "4.0.89"
51
51
  },
52
52
  "publishConfig": {
53
53
  "access": "public"
Binary file