@open-rlb/ng-app 3.1.17 → 3.1.19

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": "@open-rlb/ng-app",
3
- "version": "3.1.17",
3
+ "version": "3.1.19",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^21.0.0",
6
6
  "@angular/core": "^21.0.0",
@@ -653,7 +653,7 @@ declare const RLB_CFG_AUTH: InjectionToken<AuthConfiguration>;
653
653
  declare const RLB_APP_NAVCOMP: InjectionToken<NavbarComponents>;
654
654
  declare const RLB_CFG_ACL: InjectionToken<AclConfiguration>;
655
655
  interface InterceptorMapping {
656
- [httpParamName: string]: string;
656
+ [k: string]: string;
657
657
  }
658
658
  interface AclConfiguration {
659
659
  endpointKey: string;