@hivegpt/hiveai-angular 0.0.159 → 0.0.160

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.
@@ -568,8 +568,11 @@
568
568
  }
569
569
  return NotificationSocket;
570
570
  }(ngxSocketIo.Socket));
571
+ NotificationSocket.ɵprov = i0.ɵɵdefineInjectable({ factory: function NotificationSocket_Factory() { return new NotificationSocket(); }, token: NotificationSocket, providedIn: "root" });
571
572
  NotificationSocket.decorators = [
572
- { type: i0.Injectable }
573
+ { type: i0.Injectable, args: [{
574
+ providedIn: 'root' // This ensures the service is available across the application
575
+ },] }
573
576
  ];
574
577
  NotificationSocket.ctorParameters = function () { return []; };
575
578
  var socketConfig = {