@laplace.live/internal 1.2.21 → 1.2.22

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 +2 -0
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -747,6 +747,8 @@ export declare namespace LaplaceInternal {
747
747
  dayInCycle: number
748
748
  /** ISO date string (YYYY-MM-DD) */
749
749
  nextPeriod: string
750
+ /** Calculated cycle length based on history (median) or user preference */
751
+ effectiveCycleLength: number
750
752
  }
751
753
 
752
754
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@laplace.live/internal",
3
- "version": "1.2.21",
3
+ "version": "1.2.22",
4
4
  "module": "index.d.ts",
5
5
  "devDependencies": {
6
6
  "@types/bun": "latest"