@osovitny/anatoly 3.17.64 → 3.17.66

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.
@@ -4,6 +4,7 @@ export declare class QSUtils {
4
4
  static exists(name: any): boolean;
5
5
  static idExists(): boolean;
6
6
  static clear(): void;
7
+ static clearKey(name: any, reload?: boolean, clearStorage?: boolean): void;
7
8
  static isSSOinProgress(): boolean;
8
9
  static clearSSO(): void;
9
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.17.64",
3
+ "version": "3.17.66",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "17.1.2",
6
6
  "@angular/core": "17.1.2",