@provoly/hypervisor 1.4.28 → 1.4.30

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": "@provoly/hypervisor",
3
- "version": "1.4.28",
3
+ "version": "1.4.30",
4
4
  "peerDependencies": {
5
5
  "@angular/cdk": "17.x || 18.x",
6
6
  "@angular/common": "17.x || 18.x",
@@ -97,6 +97,7 @@ export declare class EventDetailComponent extends SubscriptionnerDirective {
97
97
  equipmentName?: string;
98
98
  });
99
99
  constructor(equipmentService: EquipmentService, store: Store, overlay: Overlay, viewContainerRef: ViewContainerRef, i18nService: PryI18nService, pryDialog: PryDialogService, commentsService: HypCommentsService, eventService: EventService, actions$: Actions);
100
+ private setCreatorForEvents;
100
101
  get me(): {
101
102
  sub: string | undefined;
102
103
  userName: string | undefined;