@fnlb-project/shared 1.5.21 → 1.5.22

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.
@@ -227,6 +227,7 @@ export interface IDBCategory {
227
227
  owner: string;
228
228
  name: string;
229
229
  disabled?: boolean;
230
+ managed?: boolean;
230
231
  config: ICategoryConfig;
231
232
  }
232
233
  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.21",
3
+ "version": "1.5.22",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",