@idsoftsource/initial-process 1.1.8 → 1.2.1

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
@@ -676,6 +676,7 @@ declare class InitialProcessComponent implements OnInit {
676
676
  private authLogoutService;
677
677
  private libConfig;
678
678
  isAgreeEnabled: boolean;
679
+ isneeded: boolean;
679
680
  isLogoRequired: boolean;
680
681
  logo: any;
681
682
  private readonly uploadToAws;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.1.8",
3
+ "version": "1.2.1",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",