@naniteninja/profile-comparison-lib 1.0.27 → 1.0.28

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.
package/index.d.ts CHANGED
@@ -641,6 +641,7 @@ declare class ProfileComparisonLibComponent implements OnInit, AfterViewInit, On
641
641
  private getLinkPairKey;
642
642
  private getRuntimeLinkStrength;
643
643
  private selectLinksWithCaps;
644
+ private findNaiveOverlap;
644
645
  private filterCenterItemsByThreshold;
645
646
  private scheduleForceGraphRebuild;
646
647
  onWindowResize(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@naniteninja/profile-comparison-lib",
3
- "version": "1.0.27",
3
+ "version": "1.0.28",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0"