vcomply-workflow-engine 6.3.8 → 6.4.0

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.
@@ -93,8 +93,7 @@ export declare class ResponsibilityService {
93
93
  private isFormatAndEvidenceMissing;
94
94
  private isAssessmentMissing;
95
95
  private isReviewerMissing;
96
- private isCcMissing;
97
- private isFccMissing;
96
+ private isOverseerMissing;
98
97
  private isGrcMissing;
99
98
  static ɵfac: i0.ɵɵFactoryDeclaration<ResponsibilityService, [null, null, { optional: true; }]>;
100
99
  static ɵprov: i0.ɵɵInjectableDeclaration<ResponsibilityService>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "6.3.8",
3
+ "version": "6.4.0",
4
4
  "peerDependencies": {
5
5
  "@angular/common": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x ",
6
6
  "@angular/core": " 12.x || 13.x || 14.x || 15.x || 16.x || 17.x || 18.x || 19.x "