@vue-skuilder/standalone-ui 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.
@@ -31299,7 +31299,10 @@ ${c.id}:`), logger.info(JSON.stringify(c.doc, null, 2));
31299
31299
  S.length > 0 && (logger.debug(`[CardHydrationService] Prefetching ${S.length} audio files for card ${t.cardID}`), await Promise.allSettled(S.map(prefetchAudio)));
31300
31300
  let C = g.map(displayableDataToViewData).reverse();
31301
31301
  this.hydratedCards.set(t.cardID, {
31302
- item: t,
31302
+ item: {
31303
+ ...t,
31304
+ elo: toCourseElo(u.elo).global.score
31305
+ },
31303
31306
  view: m,
31304
31307
  data: C,
31305
31308
  tags: d.get(t.cardID) ?? []