@wise-old-man/utils 2.1.0 → 2.1.1

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 CHANGED
@@ -1445,6 +1445,7 @@ declare enum BonusType {
1445
1445
  declare enum EfficiencyAlgorithmType {
1446
1446
  MAIN = "main",
1447
1447
  IRONMAN = "ironman",
1448
+ ULTIMATE = "ultimate",
1448
1449
  LVL3 = "lvl3",
1449
1450
  F2P = "f2p"
1450
1451
  }
package/dist/index.js CHANGED
@@ -2327,6 +2327,7 @@ exports.EfficiencyAlgorithmType = void 0;
2327
2327
  (function (EfficiencyAlgorithmType) {
2328
2328
  EfficiencyAlgorithmType["MAIN"] = "main";
2329
2329
  EfficiencyAlgorithmType["IRONMAN"] = "ironman";
2330
+ EfficiencyAlgorithmType["ULTIMATE"] = "ultimate";
2330
2331
  EfficiencyAlgorithmType["LVL3"] = "lvl3";
2331
2332
  EfficiencyAlgorithmType["F2P"] = "f2p";
2332
2333
  })(exports.EfficiencyAlgorithmType || (exports.EfficiencyAlgorithmType = {}));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wise-old-man/utils",
3
- "version": "2.1.0",
3
+ "version": "2.1.1",
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",