monkey-front-core 0.0.57 → 0.0.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.
@@ -5,7 +5,7 @@ export declare class MonkeyEcxSecurityDirective implements OnInit {
5
5
  private elementRef;
6
6
  private tokenStorageService;
7
7
  private cdr;
8
- roles: string[] | null;
8
+ roles: string[];
9
9
  byExclusion: boolean;
10
10
  private tokenCredentials;
11
11
  constructor(elementRef: ElementRef, tokenStorageService: MonkeyEcxTokenStorageService, cdr: ChangeDetectorRef);
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "monkey-front-core",
3
- "version": "0.0.57",
3
+ "version": "0.0.61",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "~13.1.1",
6
6
  "@angular/core": "~13.1.1",
Binary file