duck-dev-lib 0.0.54 → 0.0.56

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": "duck-dev-lib",
3
- "version": "0.0.54",
3
+ "version": "0.0.56",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0"
@@ -356,6 +356,7 @@ interface NotificationItem {
356
356
  duration: number;
357
357
  }
358
358
  declare class DuckDevNotificationService {
359
+ private readonly transloco;
359
360
  private seq;
360
361
  private timers;
361
362
  readonly items: _angular_core.WritableSignal<NotificationItem[]>;