@fnlb-project/shared 1.5.61 → 1.5.62

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.
@@ -137,6 +137,7 @@ export interface IConnectedClientBot extends IClientBot {
137
137
  status: BotStatus;
138
138
  epicId?: string;
139
139
  friendsCount?: number;
140
+ presenceStatus?: string;
140
141
  party?: {
141
142
  id?: string;
142
143
  playlistId?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.61",
3
+ "version": "1.5.62",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",