@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capillarytech/cap-ui-dev-tools",
3
- "version": "1.4.0",
3
+ "version": "1.5.0",
4
4
  "description": "Development tools for Capillary UI projects including webpack hot-reload plugin and CapVision session recording",
5
5
  "main": "src/index.js",
6
6
  "exports": {
Binary file
@@ -623,10 +623,10 @@ ${recordingPlayersHTML}
623
623
  return;
624
624
  }
625
625
 
626
- if (!this.isEnhancementEnabled()) {
627
- console.log('🟡 Skipping report enhancement (disabled for current cluster/module)');
628
- return;
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');