@capillarytech/cap-ui-dev-tools 1.4.0 → 1.5.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.
package/package.json
CHANGED
|
Binary file
|
|
@@ -623,10 +623,10 @@ ${recordingPlayersHTML}
|
|
|
623
623
|
return;
|
|
624
624
|
}
|
|
625
625
|
|
|
626
|
-
if (!this.isEnhancementEnabled()) {
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
}
|
|
626
|
+
// if (!this.isEnhancementEnabled()) {
|
|
627
|
+
// console.log('🟡 Skipping report enhancement (disabled for current cluster/module)');
|
|
628
|
+
// return;
|
|
629
|
+
// }
|
|
630
630
|
|
|
631
631
|
if (!fs.existsSync(this.config.reportsDir)) {
|
|
632
632
|
console.log('🟡 Reports directory not found');
|