@osovitny/anatoly 3.21.29 → 3.21.32

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@osovitny/anatoly",
3
- "version": "3.21.29",
3
+ "version": "3.21.32",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.11",
6
6
  "@angular/core": "^21.2.11",
@@ -458,7 +458,6 @@ declare class AuthenticationGuard extends MsalGuard implements CanActivate {
458
458
  declare class MSALUtils {
459
459
  static isB2C(): boolean;
460
460
  static initialNavigation(): "enabledNonBlocking" | "disabled";
461
- static getApi(): Map<string, Array<string>>;
462
461
  static getApiScopes(): any[];
463
462
  }
464
463