@fnlb-project/shared 1.5.58 → 1.5.59

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.
@@ -340,7 +340,6 @@ export interface IDBUser {
340
340
  email: string;
341
341
  password: string;
342
342
  apiToken: string;
343
- verified?: boolean;
344
343
  connections?: {
345
344
  epic?: {
346
345
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.58",
3
+ "version": "1.5.59",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": ["dist"],
6
6
  "author": "FNLB-Project",