myio-js-library 0.1.45 → 0.1.46

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/dist/index.cjs CHANGED
@@ -6942,9 +6942,7 @@ var AllReportModal = class {
6942
6942
  debugEnabled;
6943
6943
  // Debug logging helper
6944
6944
  debugLog(message, data) {
6945
- if (this.debugEnabled) {
6946
- console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6947
- }
6945
+ console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6948
6946
  }
6949
6947
  // Helper: normalize identifiers (upper, strip spaces and non-alphanum)
6950
6948
  normalizeId(v) {
package/dist/index.js CHANGED
@@ -6875,9 +6875,7 @@ var AllReportModal = class {
6875
6875
  debugEnabled;
6876
6876
  // Debug logging helper
6877
6877
  debugLog(message, data) {
6878
- if (this.debugEnabled) {
6879
- console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6880
- }
6878
+ console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6881
6879
  }
6882
6880
  // Helper: normalize identifiers (upper, strip spaces and non-alphanum)
6883
6881
  normalizeId(v) {
@@ -6864,9 +6864,7 @@
6864
6864
  debugEnabled;
6865
6865
  // Debug logging helper
6866
6866
  debugLog(message, data) {
6867
- if (this.debugEnabled) {
6868
- console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6869
- }
6867
+ console.log(`[AllReportModal DEBUG] ${message}`, data || "");
6870
6868
  }
6871
6869
  // Helper: normalize identifiers (upper, strip spaces and non-alphanum)
6872
6870
  normalizeId(v) {