@wise-old-man/utils 3.3.7 → 3.3.8

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.
@@ -605,6 +605,7 @@ const Boss = {
605
605
  THE_CORRUPTED_GAUNTLET: 'the_corrupted_gauntlet',
606
606
  THE_HUEYCOATL: 'the_hueycoatl',
607
607
  THE_LEVIATHAN: 'the_leviathan',
608
+ THE_ROYAL_TITANS: 'the_royal_titans',
608
609
  THE_WHISPERER: 'the_whisperer',
609
610
  THEATRE_OF_BLOOD: 'theatre_of_blood',
610
611
  THEATRE_OF_BLOOD_HARD_MODE: 'theatre_of_blood_hard_mode',
@@ -1956,6 +1957,7 @@ const BossProps = mapValues({
1956
1957
  [Boss.THE_GAUNTLET]: { name: 'The Gauntlet' },
1957
1958
  [Boss.THE_CORRUPTED_GAUNTLET]: { name: 'The Corrupted Gauntlet' },
1958
1959
  [Boss.THE_LEVIATHAN]: { name: 'The Leviathan' },
1960
+ [Boss.THE_ROYAL_TITANS]: { name: 'The Royal Titans' },
1959
1961
  [Boss.THE_WHISPERER]: { name: 'The Whisperer' },
1960
1962
  [Boss.THEATRE_OF_BLOOD]: { name: 'Theatre Of Blood' },
1961
1963
  [Boss.THEATRE_OF_BLOOD_HARD_MODE]: { name: 'Theatre Of Blood (HM)' },
package/dist/es/index.js CHANGED
@@ -603,6 +603,7 @@ const Boss = {
603
603
  THE_CORRUPTED_GAUNTLET: 'the_corrupted_gauntlet',
604
604
  THE_HUEYCOATL: 'the_hueycoatl',
605
605
  THE_LEVIATHAN: 'the_leviathan',
606
+ THE_ROYAL_TITANS: 'the_royal_titans',
606
607
  THE_WHISPERER: 'the_whisperer',
607
608
  THEATRE_OF_BLOOD: 'theatre_of_blood',
608
609
  THEATRE_OF_BLOOD_HARD_MODE: 'theatre_of_blood_hard_mode',
@@ -1954,6 +1955,7 @@ const BossProps = mapValues({
1954
1955
  [Boss.THE_GAUNTLET]: { name: 'The Gauntlet' },
1955
1956
  [Boss.THE_CORRUPTED_GAUNTLET]: { name: 'The Corrupted Gauntlet' },
1956
1957
  [Boss.THE_LEVIATHAN]: { name: 'The Leviathan' },
1958
+ [Boss.THE_ROYAL_TITANS]: { name: 'The Royal Titans' },
1957
1959
  [Boss.THE_WHISPERER]: { name: 'The Whisperer' },
1958
1960
  [Boss.THEATRE_OF_BLOOD]: { name: 'Theatre Of Blood' },
1959
1961
  [Boss.THEATRE_OF_BLOOD_HARD_MODE]: { name: 'Theatre Of Blood (HM)' },
package/dist/es/index.mjs CHANGED
@@ -603,6 +603,7 @@ const Boss = {
603
603
  THE_CORRUPTED_GAUNTLET: 'the_corrupted_gauntlet',
604
604
  THE_HUEYCOATL: 'the_hueycoatl',
605
605
  THE_LEVIATHAN: 'the_leviathan',
606
+ THE_ROYAL_TITANS: 'the_royal_titans',
606
607
  THE_WHISPERER: 'the_whisperer',
607
608
  THEATRE_OF_BLOOD: 'theatre_of_blood',
608
609
  THEATRE_OF_BLOOD_HARD_MODE: 'theatre_of_blood_hard_mode',
@@ -1954,6 +1955,7 @@ const BossProps = mapValues({
1954
1955
  [Boss.THE_GAUNTLET]: { name: 'The Gauntlet' },
1955
1956
  [Boss.THE_CORRUPTED_GAUNTLET]: { name: 'The Corrupted Gauntlet' },
1956
1957
  [Boss.THE_LEVIATHAN]: { name: 'The Leviathan' },
1958
+ [Boss.THE_ROYAL_TITANS]: { name: 'The Royal Titans' },
1957
1959
  [Boss.THE_WHISPERER]: { name: 'The Whisperer' },
1958
1960
  [Boss.THEATRE_OF_BLOOD]: { name: 'Theatre Of Blood' },
1959
1961
  [Boss.THEATRE_OF_BLOOD_HARD_MODE]: { name: 'Theatre Of Blood (HM)' },
package/dist/index.d.ts CHANGED
@@ -477,6 +477,7 @@ declare const Boss: {
477
477
  readonly THE_CORRUPTED_GAUNTLET: "the_corrupted_gauntlet";
478
478
  readonly THE_HUEYCOATL: "the_hueycoatl";
479
479
  readonly THE_LEVIATHAN: "the_leviathan";
480
+ readonly THE_ROYAL_TITANS: "the_royal_titans";
480
481
  readonly THE_WHISPERER: "the_whisperer";
481
482
  readonly THEATRE_OF_BLOOD: "theatre_of_blood";
482
483
  readonly THEATRE_OF_BLOOD_HARD_MODE: "theatre_of_blood_hard_mode";
@@ -551,6 +552,7 @@ declare const Metric: {
551
552
  readonly THE_CORRUPTED_GAUNTLET: "the_corrupted_gauntlet";
552
553
  readonly THE_HUEYCOATL: "the_hueycoatl";
553
554
  readonly THE_LEVIATHAN: "the_leviathan";
555
+ readonly THE_ROYAL_TITANS: "the_royal_titans";
554
556
  readonly THE_WHISPERER: "the_whisperer";
555
557
  readonly THEATRE_OF_BLOOD: "theatre_of_blood";
556
558
  readonly THEATRE_OF_BLOOD_HARD_MODE: "theatre_of_blood_hard_mode";
@@ -1710,6 +1712,7 @@ declare const MetricProps: {
1710
1712
  readonly the_corrupted_gauntlet: BossProperties;
1711
1713
  readonly the_hueycoatl: BossProperties;
1712
1714
  readonly the_leviathan: BossProperties;
1715
+ readonly the_royal_titans: BossProperties;
1713
1716
  readonly the_whisperer: BossProperties;
1714
1717
  readonly theatre_of_blood: BossProperties;
1715
1718
  readonly theatre_of_blood_hard_mode: BossProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "3.3.7",
3
+ "version": "3.3.8",
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",