@wise-old-man/utils 3.3.14 → 3.3.15

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.
@@ -573,6 +573,7 @@ const Boss = {
573
573
  DAGANNOTH_REX: 'dagannoth_rex',
574
574
  DAGANNOTH_SUPREME: 'dagannoth_supreme',
575
575
  DERANGED_ARCHAEOLOGIST: 'deranged_archaeologist',
576
+ DOOM_OF_MOKHAIOTL: 'doom_of_mokhaiotl',
576
577
  DUKE_SUCELLUS: 'duke_sucellus',
577
578
  GENERAL_GRAARDOR: 'general_graardor',
578
579
  GIANT_MOLE: 'giant_mole',
@@ -1928,6 +1929,7 @@ const BossProps = mapValues({
1928
1929
  [Boss.DAGANNOTH_REX]: { name: 'Dagannoth Rex' },
1929
1930
  [Boss.DAGANNOTH_SUPREME]: { name: 'Dagannoth Supreme' },
1930
1931
  [Boss.DERANGED_ARCHAEOLOGIST]: { name: 'Deranged Archaeologist' },
1932
+ [Boss.DOOM_OF_MOKHAIOTL]: { name: 'Doom of Mokhaiotl' },
1931
1933
  [Boss.DUKE_SUCELLUS]: { name: 'Duke Sucellus' },
1932
1934
  [Boss.GENERAL_GRAARDOR]: { name: 'General Graardor' },
1933
1935
  [Boss.GIANT_MOLE]: { name: 'Giant Mole' },
package/dist/es/index.js CHANGED
@@ -571,6 +571,7 @@ const Boss = {
571
571
  DAGANNOTH_REX: 'dagannoth_rex',
572
572
  DAGANNOTH_SUPREME: 'dagannoth_supreme',
573
573
  DERANGED_ARCHAEOLOGIST: 'deranged_archaeologist',
574
+ DOOM_OF_MOKHAIOTL: 'doom_of_mokhaiotl',
574
575
  DUKE_SUCELLUS: 'duke_sucellus',
575
576
  GENERAL_GRAARDOR: 'general_graardor',
576
577
  GIANT_MOLE: 'giant_mole',
@@ -1926,6 +1927,7 @@ const BossProps = mapValues({
1926
1927
  [Boss.DAGANNOTH_REX]: { name: 'Dagannoth Rex' },
1927
1928
  [Boss.DAGANNOTH_SUPREME]: { name: 'Dagannoth Supreme' },
1928
1929
  [Boss.DERANGED_ARCHAEOLOGIST]: { name: 'Deranged Archaeologist' },
1930
+ [Boss.DOOM_OF_MOKHAIOTL]: { name: 'Doom of Mokhaiotl' },
1929
1931
  [Boss.DUKE_SUCELLUS]: { name: 'Duke Sucellus' },
1930
1932
  [Boss.GENERAL_GRAARDOR]: { name: 'General Graardor' },
1931
1933
  [Boss.GIANT_MOLE]: { name: 'Giant Mole' },
package/dist/es/index.mjs CHANGED
@@ -571,6 +571,7 @@ const Boss = {
571
571
  DAGANNOTH_REX: 'dagannoth_rex',
572
572
  DAGANNOTH_SUPREME: 'dagannoth_supreme',
573
573
  DERANGED_ARCHAEOLOGIST: 'deranged_archaeologist',
574
+ DOOM_OF_MOKHAIOTL: 'doom_of_mokhaiotl',
574
575
  DUKE_SUCELLUS: 'duke_sucellus',
575
576
  GENERAL_GRAARDOR: 'general_graardor',
576
577
  GIANT_MOLE: 'giant_mole',
@@ -1926,6 +1927,7 @@ const BossProps = mapValues({
1926
1927
  [Boss.DAGANNOTH_REX]: { name: 'Dagannoth Rex' },
1927
1928
  [Boss.DAGANNOTH_SUPREME]: { name: 'Dagannoth Supreme' },
1928
1929
  [Boss.DERANGED_ARCHAEOLOGIST]: { name: 'Deranged Archaeologist' },
1930
+ [Boss.DOOM_OF_MOKHAIOTL]: { name: 'Doom of Mokhaiotl' },
1929
1931
  [Boss.DUKE_SUCELLUS]: { name: 'Duke Sucellus' },
1930
1932
  [Boss.GENERAL_GRAARDOR]: { name: 'General Graardor' },
1931
1933
  [Boss.GIANT_MOLE]: { name: 'Giant Mole' },
package/dist/index.d.ts CHANGED
@@ -455,6 +455,7 @@ declare const Boss: {
455
455
  readonly DAGANNOTH_REX: "dagannoth_rex";
456
456
  readonly DAGANNOTH_SUPREME: "dagannoth_supreme";
457
457
  readonly DERANGED_ARCHAEOLOGIST: "deranged_archaeologist";
458
+ readonly DOOM_OF_MOKHAIOTL: "doom_of_mokhaiotl";
458
459
  readonly DUKE_SUCELLUS: "duke_sucellus";
459
460
  readonly GENERAL_GRAARDOR: "general_graardor";
460
461
  readonly GIANT_MOLE: "giant_mole";
@@ -531,6 +532,7 @@ declare const Metric: {
531
532
  readonly DAGANNOTH_REX: "dagannoth_rex";
532
533
  readonly DAGANNOTH_SUPREME: "dagannoth_supreme";
533
534
  readonly DERANGED_ARCHAEOLOGIST: "deranged_archaeologist";
535
+ readonly DOOM_OF_MOKHAIOTL: "doom_of_mokhaiotl";
534
536
  readonly DUKE_SUCELLUS: "duke_sucellus";
535
537
  readonly GENERAL_GRAARDOR: "general_graardor";
536
538
  readonly GIANT_MOLE: "giant_mole";
@@ -1692,6 +1694,7 @@ declare const MetricProps: {
1692
1694
  readonly dagannoth_rex: BossProperties;
1693
1695
  readonly dagannoth_supreme: BossProperties;
1694
1696
  readonly deranged_archaeologist: BossProperties;
1697
+ readonly doom_of_mokhaiotl: BossProperties;
1695
1698
  readonly duke_sucellus: BossProperties;
1696
1699
  readonly general_graardor: BossProperties;
1697
1700
  readonly giant_mole: BossProperties;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "3.3.14",
3
+ "version": "3.3.15",
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",