@open-rlb/ng-app 3.0.12 → 3.0.14

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/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
1
  import * as i0 from '@angular/core';
2
2
  import { Type, InjectionToken, Provider, EnvironmentProviders, EventEmitter, TransferState, OnInit, TemplateRef, ViewContainerRef, PipeTransform, OnDestroy } from '@angular/core';
3
- import { OpenIdConfiguration, AbstractLoggerService, OidcSecurityService, LoginResponse } from 'angular-auth-oidc-client';
3
+ import { OpenIdConfiguration, OidcSecurityService, LoginResponse } from 'angular-auth-oidc-client';
4
4
  import * as i22 from '@angular/router';
5
5
  import { Routes, ActivatedRoute, Router, CanActivateFn, CanDeactivateFn } from '@angular/router';
6
6
  import * as _open_rlb_ng_app from '@open-rlb/ng-app';
@@ -411,7 +411,7 @@ type LoggerContext = {
411
411
  debug: (...args: any[]) => void;
412
412
  log: (...args: any[]) => void;
413
413
  };
414
- declare class AppLoggerService extends AbstractLoggerService {
414
+ declare class AppLoggerService {
415
415
  private currentLevel;
416
416
  private timestamps;
417
417
  constructor();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@open-rlb/ng-app",
3
- "version": "3.0.12",
3
+ "version": "3.0.14",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",