@arthakosh/chat-widget 0.1.21 → 0.1.23

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.
@@ -4,7 +4,7 @@ import { ChatMessage } from '../models/chat.models';
4
4
  import * as i0 from "@angular/core";
5
5
  export declare class ChatService {
6
6
  private http;
7
- private baseUrl;
7
+ baseUrl: import("@angular/core").WritableSignal<string>;
8
8
  currentUser: import("@angular/core").WritableSignal<any>;
9
9
  userList: import("@angular/core").WritableSignal<any[]>;
10
10
  constructor(http: HttpClient);
@@ -2,6 +2,7 @@ import { Observable } from 'rxjs';
2
2
  import * as i0 from "@angular/core";
3
3
  export declare class SocketService {
4
4
  private socket;
5
+ baseUrl: import("@angular/core").WritableSignal<string>;
5
6
  constructor();
6
7
  joinRoom(roomId: string): void;
7
8
  joinUserChannel(userId: string): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@arthakosh/chat-widget",
3
- "version": "0.1.21",
3
+ "version": "0.1.23",
4
4
  "description": "Reusable floating chat widget for Arthakosh",
5
5
  "author": "ranjeethravindran",
6
6
  "license": "MIT",