@sleeperhq/mini-core 1.2.1 → 1.2.2

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.
@@ -53,7 +53,7 @@ export type RostersInLeagueMap = Record<LeagueId, RostersMap>;
53
53
  export type UserMap = Record<UserId, User>;
54
54
  export type MathchupWeekMap = Record<MatchupWeek, MatchupLeg>;
55
55
  export type MatchupsInLeagueMap = Record<LeagueId, MathchupWeekMap>;
56
- export type UsersInLeagueMap = Record<LeagueId, UserId[]>;
56
+ export type UsersInLeagueMap = Record<LeagueId, Record<UserId, User>>;
57
57
  export type PlayoffsInLeagueMap = Record<LeagueId, BracketSet>;
58
58
  export type TransactionsInLeagueMap = Record<LeagueId, TransactionId[]>;
59
59
  export type TransactionsMap = Record<TransactionId, LeagueTransaction>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sleeperhq/mini-core",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "Core library frameworks for developing Sleeper Mini Apps.",
5
5
  "main": "index.ts",
6
6
  "types": "index.d.ts",