@thehammer/template-verification 0.2.9 → 0.2.10

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.
@@ -1415,7 +1415,7 @@ const Lt = { class: "tv-audit-call rounded-lg border border-gray-200 shadow-sm"
1415
1415
  $.push(
1416
1416
  p.confidence != null ? `${E} (${p.confidence}/5)` : E
1417
1417
  );
1418
- const le = ((te = p.sources) == null ? void 0 : te.length) ?? 0;
1418
+ const le = p.sources_count ?? ((te = p.sources) == null ? void 0 : te.length) ?? 0;
1419
1419
  return le > 0 && $.push(`${le} source ${le === 1 ? "page" : "pages"}`), m.value && $.push("sources disagree"), $.join(" · ");
1420
1420
  });
1421
1421
  function w(p) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thehammer/template-verification",
3
- "version": "0.2.9",
3
+ "version": "0.2.10",
4
4
  "description": "Read-write verification overlay for rendered template apps — per-data-point confidence, discrepancy, 3-source resolution (override > extracted > claim), inline edit, and a recursive comparison page. Consumes the host's __meta sidecar; fetches nothing.",
5
5
  "license": "MIT",
6
6
  "type": "module",