nath-angular-ui 0.5.5 → 0.5.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "nath-angular-ui",
3
- "version": "0.5.5",
3
+ "version": "0.5.6",
4
4
  "peerDependencies": {
5
5
  "@angular/aria": "^22.0.0",
6
6
  "@angular/cdk": "^22.0.0",
@@ -112,6 +112,7 @@ declare class BreadcrumbService {
112
112
  */
113
113
  set(crumbs: Breadcrumb[]): void;
114
114
  add(crumb: Breadcrumb): void;
115
+ update(index: number, crumb: Breadcrumb): void;
115
116
  /**
116
117
  * Clears the breadcrumbs when leaving a page.
117
118
  */