http-request-manager 18.13.38 → 18.14.0

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.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "http-request-manager",
3
- "version": "18.13.38",
3
+ "version": "18.14.0",
4
4
  "homepage": "https://wavecoders.ca",
5
5
  "author": "Mike Bonifacio <wavecoders@gmail.com> (http://wavecoders@gmail.com/)",
6
6
  "description": "This is an Angular Module containing Components/Services using Material",
@@ -562,6 +562,7 @@ declare class ChannelMessage implements ChannelMessageInterface {
562
562
  * ```
563
563
  */
564
564
  declare class LoggerService {
565
+ private static readonly DEBUG_FLAG_KEY;
565
566
  private debugMode;
566
567
  constructor();
567
568
  /**
@@ -588,6 +589,7 @@ declare class LoggerService {
588
589
  * Check if debug mode is enabled (development mode)
589
590
  */
590
591
  isDebugEnabled(): boolean;
592
+ private isDebugFlagEnabled;
591
593
  static ɵfac: i0.ɵɵFactoryDeclaration<LoggerService, never>;
592
594
  static ɵprov: i0.ɵɵInjectableDeclaration<LoggerService>;
593
595
  }
Binary file