@wral/hsot-data 0.1.9 → 0.1.11
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/README.md +3 -1
- package/dist/define.mjs +1 -1
- package/dist/define.standalone.js +573 -563
- package/dist/{hsot-school-search-D1W24ixG.js → hsot-school-search-CBbEB6gv.js} +352 -342
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -89,7 +89,9 @@ Without slotted rail content the view renders full width, unchanged.
|
|
|
89
89
|
Standings, records, streaks and rank badges are **derived client-side** from
|
|
90
90
|
Game and Ranking payloads:
|
|
91
91
|
|
|
92
|
-
- Winner rule: forfeit
|
|
92
|
+
- Winner rule: forfeit → score → tiebreakWinner. `forfeit` names the side
|
|
93
|
+
that **forfeited** (the Studio select reads "Home team forfeits"), so the
|
|
94
|
+
other side wins regardless of score.
|
|
93
95
|
- gameType semantics: scrimmage counts toward nothing; conference counts
|
|
94
96
|
toward overall **and** conference records; nonconference/playoff toward
|
|
95
97
|
overall only.
|
package/dist/define.mjs
CHANGED