@idsoftsource/initial-process 0.1.7 → 0.1.8

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
@@ -1908,6 +1908,7 @@ declare class RoleSelectComponent implements OnInit {
1908
1908
  providerId: string;
1909
1909
  providerName: string;
1910
1910
  ngOnInit(): Promise<void>;
1911
+ private mappingKey;
1911
1912
  getYears(): void;
1912
1913
  getusermapping(): void;
1913
1914
  prefillJob(employeeType: number): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",