@seatlayer/core 0.49.0 → 0.50.1

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/index.cjs CHANGED
@@ -8667,7 +8667,8 @@ var PickerController = class {
8667
8667
  timezone: res.event.timezone ?? null,
8668
8668
  currency,
8669
8669
  // 'test' ⇒ sandbox event: hosts render a TEST MODE ribbon (Phase 11).
8670
- mode: res.event.mode ?? "live"
8670
+ mode: res.event.mode ?? "live",
8671
+ posterUrl: res.event.posterUrl ?? null
8671
8672
  };
8672
8673
  }
8673
8674
  // ---- selection ------------------------------------------------------------