@wise-old-man/utils 1.0.11 → 1.0.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.
@@ -57,8 +57,8 @@ declare enum Boss {
57
57
  PHOSANIS_NIGHTMARE = "phosanis_nightmare",
58
58
  OBOR = "obor",
59
59
  SARACHNIS = "sarachnis",
60
- SKOTIZO = "skotizo",
61
60
  SCORPIA = "scorpia",
61
+ SKOTIZO = "skotizo",
62
62
  TEMPOROSS = "tempoross",
63
63
  THE_GAUNTLET = "the_gauntlet",
64
64
  THE_CORRUPTED_GAUNTLET = "the_corrupted_gauntlet",
@@ -151,8 +151,8 @@ declare const Metrics: {
151
151
  PHOSANIS_NIGHTMARE: Boss.PHOSANIS_NIGHTMARE;
152
152
  OBOR: Boss.OBOR;
153
153
  SARACHNIS: Boss.SARACHNIS;
154
- SKOTIZO: Boss.SKOTIZO;
155
154
  SCORPIA: Boss.SCORPIA;
155
+ SKOTIZO: Boss.SKOTIZO;
156
156
  TEMPOROSS: Boss.TEMPOROSS;
157
157
  THE_GAUNTLET: Boss.THE_GAUNTLET;
158
158
  THE_CORRUPTED_GAUNTLET: Boss.THE_CORRUPTED_GAUNTLET;
@@ -84,8 +84,8 @@ var Boss;
84
84
  Boss["PHOSANIS_NIGHTMARE"] = "phosanis_nightmare";
85
85
  Boss["OBOR"] = "obor";
86
86
  Boss["SARACHNIS"] = "sarachnis";
87
- Boss["SKOTIZO"] = "skotizo";
88
87
  Boss["SCORPIA"] = "scorpia";
88
+ Boss["SKOTIZO"] = "skotizo";
89
89
  Boss["TEMPOROSS"] = "tempoross";
90
90
  Boss["THE_GAUNTLET"] = "the_gauntlet";
91
91
  Boss["THE_CORRUPTED_GAUNTLET"] = "the_corrupted_gauntlet";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "A few constants and helper functions to be re-used in all repositories under the WiseOldMan project.",
5
5
  "main": "dist/lib/index.js",
6
6
  "types": "dist/lib/index.d.ts",