@wise-old-man/utils 4.0.13 → 4.0.14-league

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +3 -0
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -1376,6 +1376,9 @@ interface Player {
1376
1376
  lastChangedAt: Date | null;
1377
1377
  lastImportedAt: Date | null;
1378
1378
  latestSnapshotDate: Date | null;
1379
+ leaguePoints: number;
1380
+ leagueRank: number;
1381
+ leaguePercentile: number;
1379
1382
  }
1380
1383
 
1381
1384
  interface Record$1 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "4.0.13",
3
+ "version": "4.0.14-league",
4
4
  "description": "A JavaScript/TypeScript client that interfaces and consumes the Wise Old Man API, an API that tracks and measures players' progress in Old School Runescape.",
5
5
  "keywords": [
6
6
  "wiseoldman",