osrs-json-hiscores 2.18.0 → 2.20.0

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 CHANGED
@@ -117,6 +117,8 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses
117
117
  | --------------------------------- | :----------------------------: |
118
118
  | Abyssal Sire | `abyssalSire` |
119
119
  | Alchemical Hydra | `alchemicalHydra` |
120
+ | Amoxliatl | `amoxliatl` |
121
+ | Araxxor | `araxxor` |
120
122
  | Artio | `artio` |
121
123
  | Barrows Chests | `barrows` |
122
124
  | Bryophyta | `bryophyta` |
@@ -160,6 +162,7 @@ Activities consist of all levels of clue scrolls as well as minigames and bosses
160
162
  | Tempoross | `tempoross` |
161
163
  | The Gauntlet | `gauntlet` |
162
164
  | The Corrupted Gauntlet | `corruptedGauntlet` |
165
+ | The Hueycoatl | `hueycoatl` |
163
166
  | The Leviathan | `leviathan` |
164
167
  | The Whisperer | `whisperer` |
165
168
  | Theatre Of Blood | `theatreOfBlood` |
package/lib/types.d.ts CHANGED
@@ -21,7 +21,7 @@ export type BHType = 'rogue' | 'hunter' | 'rogueV2' | 'hunterV2';
21
21
  export type BH = {
22
22
  [Type in BHType]: Activity;
23
23
  };
24
- export type Boss = 'abyssalSire' | 'alchemicalHydra' | 'artio' | 'barrows' | 'bryophyta' | 'callisto' | 'calvarion' | 'cerberus' | 'chambersOfXeric' | 'chambersOfXericChallengeMode' | 'chaosElemental' | 'chaosFanatic' | 'commanderZilyana' | 'corporealBeast' | 'crazyArchaeologist' | 'dagannothPrime' | 'dagannothRex' | 'dagannothSupreme' | 'derangedArchaeologist' | 'dukeSucellus' | 'generalGraardor' | 'giantMole' | 'grotesqueGuardians' | 'hespori' | 'kalphiteQueen' | 'kingBlackDragon' | 'kraken' | 'kreeArra' | 'krilTsutsaroth' | 'lunarChests' | 'mimic' | 'nex' | 'nightmare' | 'phosanisNightmare' | 'obor' | 'phantomMuspah' | 'sarachnis' | 'scorpia' | 'scurrius' | 'skotizo' | 'solHeredit' | 'spindel' | 'tempoross' | 'gauntlet' | 'corruptedGauntlet' | 'leviathan' | 'whisperer' | 'theatreOfBlood' | 'theatreOfBloodHardMode' | 'thermonuclearSmokeDevil' | 'tombsOfAmascut' | 'tombsOfAmascutExpertMode' | 'tzKalZuk' | 'tzTokJad' | 'vardorvis' | 'venenatis' | 'vetion' | 'vorkath' | 'wintertodt' | 'zalcano' | 'zulrah';
24
+ export type Boss = 'abyssalSire' | 'alchemicalHydra' | 'amoxliatl' | 'araxxor' | 'artio' | 'barrows' | 'bryophyta' | 'callisto' | 'calvarion' | 'cerberus' | 'chambersOfXeric' | 'chambersOfXericChallengeMode' | 'chaosElemental' | 'chaosFanatic' | 'commanderZilyana' | 'corporealBeast' | 'crazyArchaeologist' | 'dagannothPrime' | 'dagannothRex' | 'dagannothSupreme' | 'derangedArchaeologist' | 'dukeSucellus' | 'generalGraardor' | 'giantMole' | 'grotesqueGuardians' | 'hespori' | 'kalphiteQueen' | 'kingBlackDragon' | 'kraken' | 'kreeArra' | 'krilTsutsaroth' | 'lunarChests' | 'mimic' | 'nex' | 'nightmare' | 'phosanisNightmare' | 'obor' | 'phantomMuspah' | 'sarachnis' | 'scorpia' | 'scurrius' | 'skotizo' | 'solHeredit' | 'spindel' | 'tempoross' | 'gauntlet' | 'corruptedGauntlet' | 'hueycoatl' | 'leviathan' | 'whisperer' | 'theatreOfBlood' | 'theatreOfBloodHardMode' | 'thermonuclearSmokeDevil' | 'tombsOfAmascut' | 'tombsOfAmascutExpertMode' | 'tzKalZuk' | 'tzTokJad' | 'vardorvis' | 'venenatis' | 'vetion' | 'vorkath' | 'wintertodt' | 'zalcano' | 'zulrah';
25
25
  export type Bosses = {
26
26
  [Type in Boss]: Activity;
27
27
  };
@@ -89,6 +89,8 @@ exports.GAMEMODES = [
89
89
  exports.BOSSES = [
90
90
  'abyssalSire',
91
91
  'alchemicalHydra',
92
+ 'amoxliatl',
93
+ 'araxxor',
92
94
  'artio',
93
95
  'barrows',
94
96
  'bryophyta',
@@ -132,6 +134,7 @@ exports.BOSSES = [
132
134
  'tempoross',
133
135
  'gauntlet',
134
136
  'corruptedGauntlet',
137
+ 'hueycoatl',
135
138
  'leviathan',
136
139
  'whisperer',
137
140
  'theatreOfBlood',
@@ -172,6 +175,8 @@ exports.ACTIVITIES = __spreadArray([
172
175
  exports.FORMATTED_BOSS_NAMES = {
173
176
  abyssalSire: 'Abyssal Sire',
174
177
  alchemicalHydra: 'Alchemical Hydra',
178
+ amoxliatl: 'Amoxliatl',
179
+ araxxor: 'Araxxor',
175
180
  artio: 'Artio',
176
181
  barrows: 'Barrows Chests',
177
182
  bryophyta: 'Bryophyta',
@@ -215,6 +220,7 @@ exports.FORMATTED_BOSS_NAMES = {
215
220
  tempoross: 'Tempoross',
216
221
  gauntlet: 'The Gauntlet',
217
222
  corruptedGauntlet: 'The Corrupted Gauntlet',
223
+ hueycoatl: 'The Hueycoatl',
218
224
  leviathan: 'The Leviathan',
219
225
  whisperer: 'The Whisperer',
220
226
  theatreOfBlood: 'Theatre of Blood',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "osrs-json-hiscores",
3
- "version": "2.18.0",
3
+ "version": "2.20.0",
4
4
  "description": "The Old School Runescape API wrapper that does more!",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",