@fnlb-project/shared 1.5.59 → 1.5.61

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.
@@ -231,6 +231,7 @@ export interface IDBCategory {
231
231
  owner: string;
232
232
  name: string;
233
233
  flags?: number;
234
+ managed?: boolean;
234
235
  config: ICategoryConfig;
235
236
  }
236
237
  export interface ICategory extends IDBCategory {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.59",
3
+ "version": "1.5.61",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",