@laplace.live/internal 1.2.23 → 1.2.25

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.
Files changed (2) hide show
  1. package/index.d.ts +4 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -747,10 +747,14 @@ export declare namespace LaplaceInternal {
747
747
  } | null
748
748
  status: FertilityStatus
749
749
  dayInCycle: number
750
+ /** Expected ovulation day in cycle (effectiveCycleLength - 14) */
751
+ ovulationDay: number
750
752
  /** ISO date string (YYYY-MM-DD) */
751
753
  nextPeriod: string
752
754
  /** Calculated cycle length based on history (median) or user preference */
753
755
  effectiveCycleLength: number
756
+ /** Calculated period length based on history (mean) or user preference */
757
+ effectivePeriodLength: number
754
758
  }
755
759
 
756
760
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.23",
3
+ "version": "1.2.25",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"