@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.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/study/services/CardHydrationService.ts +9 -1
package/dist/index.js
CHANGED
|
@@ -11659,7 +11659,7 @@ var CardHydrationService = class {
|
|
|
11659
11659
|
}
|
|
11660
11660
|
const data = dataDocs.map(import_common25.displayableDataToViewData).reverse();
|
|
11661
11661
|
this.hydratedCards.set(item.cardID, {
|
|
11662
|
-
item,
|
|
11662
|
+
item: { ...item, elo: (0, import_common25.toCourseElo)(cardData.elo).global.score },
|
|
11663
11663
|
view,
|
|
11664
11664
|
data,
|
|
11665
11665
|
tags: tagsByCard.get(item.cardID) ?? []
|