bnstooltips 1.14.0 → 1.14.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/build/index.js CHANGED
@@ -2531,7 +2531,7 @@ var ItemDownloadClient = /** @class */ (function () {
2531
2531
  case 0: return [4 /*yield*/, this.instance.addedOrModifiedItems(true, false, this.region, this.patch)];
2532
2532
  case 1:
2533
2533
  result = _a.sent();
2534
- return [2 /*return*/, result];
2534
+ return [2 /*return*/, result.items];
2535
2535
  }
2536
2536
  });
2537
2537
  });
@@ -2544,7 +2544,7 @@ var ItemDownloadClient = /** @class */ (function () {
2544
2544
  case 0: return [4 /*yield*/, this.instance.addedOrModifiedItems(false, true, this.region, this.patch)];
2545
2545
  case 1:
2546
2546
  result = _a.sent();
2547
- return [2 /*return*/, result];
2547
+ return [2 /*return*/, result.items];
2548
2548
  }
2549
2549
  });
2550
2550
  });
@@ -2583,7 +2583,7 @@ var ItemDownloadClient = /** @class */ (function () {
2583
2583
  case 0: return [4 /*yield*/, this.instance.itemsByCategory(this.region, category, technicalClassName, gradesString, minGs, this.patch, undefined)];
2584
2584
  case 1:
2585
2585
  result = _a.sent();
2586
- return [2 /*return*/, result];
2586
+ return [2 /*return*/, result.items];
2587
2587
  }
2588
2588
  });
2589
2589
  });
@@ -2596,7 +2596,7 @@ var ItemDownloadClient = /** @class */ (function () {
2596
2596
  case 0: return [4 /*yield*/, this.instance.allUpgradesForItem(item.id, item.level, this.region, this.patch)];
2597
2597
  case 1:
2598
2598
  result = _a.sent();
2599
- return [2 /*return*/, result];
2599
+ return [2 /*return*/, result.items];
2600
2600
  }
2601
2601
  });
2602
2602
  });
@@ -2609,7 +2609,7 @@ var ItemDownloadClient = /** @class */ (function () {
2609
2609
  case 0: return [4 /*yield*/, this.instance.allUpgradesForItem(id, level, this.region, this.patch)];
2610
2610
  case 1:
2611
2611
  result = _a.sent();
2612
- return [2 /*return*/, result];
2612
+ return [2 /*return*/, result.items];
2613
2613
  }
2614
2614
  });
2615
2615
  });