@fnlb-project/shared 1.5.22 → 1.5.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.
@@ -142,6 +142,7 @@ export interface IConnectedClientBot extends IClientBot {
142
142
  members: IPartyMember[];
143
143
  };
144
144
  matches: number;
145
+ isBanned: boolean;
145
146
  }
146
147
  export interface ICategoryConfigUser {
147
148
  id?: string;
package/package.json CHANGED
@@ -1,15 +1,15 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.22",
3
+ "version": "1.5.23",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",
7
7
  "sideEffects": false,
8
8
  "devDependencies": {
9
9
  "@biomejs/biome": "^1.9.4",
10
- "@types/bun": "^1.1.14",
10
+ "@types/bun": "^1.1.17",
11
11
  "bun-plugin-dts": "^0.3.0",
12
- "typescript": "^5.7.2"
12
+ "typescript": "^5.7.3"
13
13
  },
14
14
  "exports": {
15
15
  "./commands": {