agentreel 0.2.6 → 0.2.7

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/bin/agentreel.mjs CHANGED
@@ -268,7 +268,7 @@ async function renderVideo(props, output, musicPath) {
268
268
  inputProps: props,
269
269
  onBrowserDownload: () => {
270
270
  console.error(" Downloading renderer (one-time, ~90MB)...");
271
- return () => {}; // suppress progress logs
271
+ return { onProgress: () => {} };
272
272
  },
273
273
  });
274
274
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agentreel",
3
- "version": "0.2.6",
3
+ "version": "0.2.7",
4
4
  "description": "Turn your web apps and CLIs into viral clips",
5
5
  "bin": {
6
6
  "agentreel": "./bin/agentreel.mjs"