@fnlb-project/shared 1.5.100 → 1.5.101

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.
@@ -382,7 +382,7 @@ export interface IDBUser {
382
382
  applications?: {
383
383
  id: string;
384
384
  token: string;
385
- scope: number;
385
+ scopes: number;
386
386
  }[];
387
387
  }
388
388
  export interface IClientUser extends IDBUser {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fnlb-project/shared",
3
- "version": "1.5.100",
3
+ "version": "1.5.101",
4
4
  "description": "FNLB Shared Library",
5
5
  "files": [
6
6
  "dist"