zek 17.3.76 → 17.3.78

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,6 +5,7 @@ export declare class AuthService {
5
5
  private _isInitialized;
6
6
  private _oldValue;
7
7
  private _user;
8
+ static USER_KEY: string;
8
9
  get user(): LoginUser | null;
9
10
  private _timerId;
10
11
  private _starRefreshTokenTimer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zek",
3
- "version": "17.3.76",
3
+ "version": "17.3.78",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^17.3.0",
6
6
  "@angular/core": "^17.3.0"