@remotion/renderer 4.0.0-fastlambda.16 → 4.0.0-fastlambda.17

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.
@@ -69,6 +69,7 @@ const innerRenderFrames = async ({ onFrameUpdate, outputDir, onStart, inputProps
69
69
  : frameRange === null || frameRange === undefined
70
70
  ? 0
71
71
  : frameRange[0];
72
+ console.log({ frameRange });
72
73
  await (0, set_props_and_env_1.setPropsAndEnv)({
73
74
  inputProps,
74
75
  envVariables,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/renderer",
3
- "version": "4.0.0-fastlambda.16+e28a23235",
3
+ "version": "4.0.0-fastlambda.17+ab926ae8d",
4
4
  "description": "Renderer for Remotion",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -20,10 +20,10 @@
20
20
  "url": "https://github.com/remotion-dev/remotion/issues"
21
21
  },
22
22
  "dependencies": {
23
- "@remotion/bundler": "4.0.0-fastlambda.16+e28a23235",
23
+ "@remotion/bundler": "4.0.0-fastlambda.17+ab926ae8d",
24
24
  "execa": "5.1.1",
25
25
  "puppeteer-core": "13.5.1",
26
- "remotion": "4.0.0-fastlambda.16+e28a23235",
26
+ "remotion": "4.0.0-fastlambda.17+ab926ae8d",
27
27
  "serve-handler": "6.1.3",
28
28
  "source-map": "^0.8.0-beta.0"
29
29
  },
@@ -60,5 +60,5 @@
60
60
  "publishConfig": {
61
61
  "access": "public"
62
62
  },
63
- "gitHead": "e28a2323503755eb8aa926f1c3f56868e7074366"
63
+ "gitHead": "ab926ae8d7255286f77960fd2c508c26b2311c3f"
64
64
  }