@open-rlb/ng-bootstrap 2.4.11 → 2.4.13

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
@@ -600,6 +600,7 @@ declare class BadgeDirective implements AfterViewInit, DoCheck {
600
600
  }
601
601
 
602
602
  interface BreadcrumbItem {
603
+ id: string;
603
604
  label: string;
604
605
  link?: string;
605
606
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-bootstrap",
3
- "version": "2.4.11",
3
+ "version": "2.4.13",
4
4
  "peerDependencies": {
5
5
  "bootstrap": ">=5.3.0",
6
6
  "@types/bootstrap": ">5.2.0",