@wise-old-man/utils 3.1.11 → 3.1.12
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.d.ts +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1523,6 +1523,7 @@ declare type NameChangeWithPlayer = NameChange & {
|
|
|
1523
1523
|
|
|
1524
1524
|
interface PlayerDetails extends Player {
|
|
1525
1525
|
combatLevel: number;
|
|
1526
|
+
archive?: PlayerArchive;
|
|
1526
1527
|
latestSnapshot: FormattedSnapshot;
|
|
1527
1528
|
}
|
|
1528
1529
|
interface FlaggedPlayerReviewContext {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wise-old-man/utils",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.12",
|
|
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",
|