@fnlb-project/shared 1.4.8 → 1.4.9

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.
@@ -230,6 +230,7 @@ export interface IConnectedClientBot extends IClientBot {
230
230
  id?: string;
231
231
  members: IPartyMember[];
232
232
  };
233
+ matches: number;
233
234
  }
234
235
  export interface ICategoryConfig {
235
236
  replyLangs?: Locales[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.4.8",
3
+ "version": "1.4.9",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",