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.es.js CHANGED
@@ -2523,7 +2523,7 @@ var ItemDownloadClient = /** @class */ (function () {
2523
2523
  case 0: return [4 /*yield*/, this.instance.addedOrModifiedItems(true, false, this.region, this.patch)];
2524
2524
  case 1:
2525
2525
  result = _a.sent();
2526
- return [2 /*return*/, result];
2526
+ return [2 /*return*/, result.items];
2527
2527
  }
2528
2528
  });
2529
2529
  });
@@ -2536,7 +2536,7 @@ var ItemDownloadClient = /** @class */ (function () {
2536
2536
  case 0: return [4 /*yield*/, this.instance.addedOrModifiedItems(false, true, this.region, this.patch)];
2537
2537
  case 1:
2538
2538
  result = _a.sent();
2539
- return [2 /*return*/, result];
2539
+ return [2 /*return*/, result.items];
2540
2540
  }
2541
2541
  });
2542
2542
  });
@@ -2575,7 +2575,7 @@ var ItemDownloadClient = /** @class */ (function () {
2575
2575
  case 0: return [4 /*yield*/, this.instance.itemsByCategory(this.region, category, technicalClassName, gradesString, minGs, this.patch, undefined)];
2576
2576
  case 1:
2577
2577
  result = _a.sent();
2578
- return [2 /*return*/, result];
2578
+ return [2 /*return*/, result.items];
2579
2579
  }
2580
2580
  });
2581
2581
  });
@@ -2588,7 +2588,7 @@ var ItemDownloadClient = /** @class */ (function () {
2588
2588
  case 0: return [4 /*yield*/, this.instance.allUpgradesForItem(item.id, item.level, this.region, this.patch)];
2589
2589
  case 1:
2590
2590
  result = _a.sent();
2591
- return [2 /*return*/, result];
2591
+ return [2 /*return*/, result.items];
2592
2592
  }
2593
2593
  });
2594
2594
  });
@@ -2601,7 +2601,7 @@ var ItemDownloadClient = /** @class */ (function () {
2601
2601
  case 0: return [4 /*yield*/, this.instance.allUpgradesForItem(id, level, this.region, this.patch)];
2602
2602
  case 1:
2603
2603
  result = _a.sent();
2604
- return [2 /*return*/, result];
2604
+ return [2 /*return*/, result.items];
2605
2605
  }
2606
2606
  });
2607
2607
  });