@idsoftsource/initial-process 2.4.4 → 2.4.5

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
@@ -896,7 +896,7 @@ declare class CredentialingStore {
896
896
  clearStorage(): void;
897
897
  resetAll(): void;
898
898
  toolsList: i0.WritableSignal<Tool[]>;
899
- uploadOption: i0.WritableSignal<"upload" | "manual" | null>;
899
+ uploadOption: i0.WritableSignal<"manual" | "upload" | null>;
900
900
  certifications: i0.WritableSignal<Certification$2[]>;
901
901
  licenses: i0.WritableSignal<License[]>;
902
902
  stepView: i0.WritableSignal<"add" | "preview">;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@idsoftsource/initial-process",
3
- "version": "2.4.4",
3
+ "version": "2.4.5",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^20.0.0",
6
6
  "@angular/core": "^20.0.0",