@fnlb-project/shared 1.5.76 → 1.5.77

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.
@@ -172,9 +172,9 @@ export interface ICategoryConfig {
172
172
  platform?: `${CategoryConfigSupportedPlatforms}`[];
173
173
  privacy?: CategoryConfigPartyPrivacy;
174
174
  prefixes?: string[];
175
+ statusType?: CategoryConfigStatusType;
175
176
  statusText?: string[];
176
177
  statusInterval?: number;
177
- statusType?: CategoryConfigStatusType;
178
178
  level?: number[];
179
179
  bpLevel?: number[];
180
180
  extraOwners?: ICategoryConfigUser[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.76",
3
+ "version": "1.5.77",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"