@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 +2 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/view3d/index.cjs +82 -4
- package/dist/view3d/index.cjs.map +1 -1
- package/dist/view3d/index.d.cts +11 -0
- package/dist/view3d/index.d.ts +11 -0
- package/dist/view3d/index.js +82 -4
- package/dist/view3d/index.js.map +1 -1
- package/package.json +1 -1
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 ------------------------------------------------------------
|