@koda-sl/baker-cli 0.270.1-dev.0c9e3df08 → 0.270.2-dev.f69bf4bac

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/dist/cli.js CHANGED
@@ -34802,6 +34802,7 @@ function musicBed(spec) {
34802
34802
  }
34803
34803
  function beatToCamera(spec, beat, isClosingCard) {
34804
34804
  if (isClosingCard) return false;
34805
+ if (spec.cast?.avatar && beat.cast !== false) return true;
34805
34806
  if (beat.on_camera !== void 0) return beat.on_camera;
34806
34807
  return Boolean(spec.cast) && beat.cast !== false;
34807
34808
  }