@idsoftsource/initial-process 1.6.3 → 1.6.4

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
@@ -655,6 +655,7 @@ interface LibraryConfig {
655
655
  providerId: any;
656
656
  providerName: any;
657
657
  isLogout: any;
658
+ navigateUrl?: string;
658
659
  }
659
660
  declare const LIBRARY_CONFIG: InjectionToken<LibraryConfig>;
660
661
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.6.3",
3
+ "version": "1.6.4",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",