@ttt-productions/ttt-core 0.52.0 → 0.52.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.
@@ -1,7 +1,7 @@
1
1
  export type { PledgePayment, PledgePaymentProviderRef, ProcessedStripeEvent, PledgePaymentLedgerEvent, PaymentWebhookQuarantine, PledgePaymentTotalsDoc, } from '../doc-schemas/payments.js';
2
2
  /**
3
3
  * Totals view-model shared by every "total raised" surface. The stored source of truth is the
4
- * `pledgePaymentTotals/current` singleton (PledgePaymentTotalsDoc — webhook-maintained); the
4
+ * `pledgePaymentTotals/summary` singleton (PledgePaymentTotalsDoc — webhook-maintained); the
5
5
  * admin getOpsStatus additionally computes the same shape live via Firestore aggregation as a
6
6
  * drift check. `netRaised` drives the goal bar.
7
7
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ttt-productions/ttt-core",
3
- "version": "0.52.0",
3
+ "version": "0.52.1",
4
4
  "description": "Core types, Firestore path constants, and shared constants for TTT Productions",
5
5
  "repository": {
6
6
  "type": "git",