@vue-skuilder/db 0.2.15 → 0.2.16

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.mjs CHANGED
@@ -11545,7 +11545,7 @@ var CardHydrationService = class {
11545
11545
  }
11546
11546
  const data = dataDocs.map(displayableDataToViewData).reverse();
11547
11547
  this.hydratedCards.set(item.cardID, {
11548
- item,
11548
+ item: { ...item, elo: toCourseElo8(cardData.elo).global.score },
11549
11549
  view,
11550
11550
  data,
11551
11551
  tags: tagsByCard.get(item.cardID) ?? []