@idsoftsource/initial-process 1.2.2 → 1.2.3

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
@@ -1935,6 +1935,7 @@ declare class RoleSelectComponent implements OnInit {
1935
1935
  cloudfrontUrl: string;
1936
1936
  providerId: string;
1937
1937
  providerName: string;
1938
+ randomId: string;
1938
1939
  ngOnInit(): Promise<void>;
1939
1940
  private mappingKey;
1940
1941
  getYears(): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "1.2.2",
3
+ "version": "1.2.3",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",