@osovitny/anatoly 3.21.36 → 3.21.37

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.36",
3
+ "version": "3.21.37",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.2.11",
6
6
  "@angular/core": "^21.2.11",
@@ -378,7 +378,7 @@ declare class LoggingService {
378
378
  private static getMessage;
379
379
  private static getOptionalParams;
380
380
  private static getConfiguredLogLevel;
381
- private static getMsalLogLevel;
381
+ private static isDevMode;
382
382
  private static toLogLevel;
383
383
  private static shouldLog;
384
384
  static debug(info: any, ...optionalParams: any[]): void;