vcomply-workflow-engine 2.4.73 → 2.4.77

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.
@@ -179,7 +179,7 @@ export declare class WorkflowComplianceComponent implements OnInit {
179
179
  getRandomPlaceholder(frequencyDetails: any, frequencyTime: any): void;
180
180
  onEditWhat(event: any): void;
181
181
  getEditMoreOptions(res?: any): void;
182
- testFunction(): void;
182
+ editorValidation(): void;
183
183
  reviewerTypeChange(event: any): void;
184
184
  selectedSampleData(event: number): void;
185
185
  populateAssuranceList(testPlanCategory: any): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vcomply-workflow-engine",
3
- "version": "2.4.73",
3
+ "version": "2.4.77",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^12.0.1",
6
6
  "@angular/core": "^12.0.1"
@@ -22,4 +22,4 @@
22
22
  "typings": "vcomply-workflow-engine.d.ts",
23
23
  "metadata": "vcomply-workflow-engine.metadata.json",
24
24
  "sideEffects": false
25
- }
25
+ }