@tmlmobilidade/utils 20250901.2042.1 → 20250901.2042.59

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.
@@ -136,7 +136,7 @@ class LogsClass {
136
136
  return String(item.txt).padStart(item.cols);
137
137
  return String(item.txt).padEnd(item.cols);
138
138
  })
139
- .join(' ');
139
+ .join('');
140
140
  }
141
141
  }
142
142
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmlmobilidade/utils",
3
- "version": "20250901.2042.1",
3
+ "version": "20250901.2042.59",
4
4
  "author": "João de Vasconcelos & Jusi Monteiro",
5
5
  "license": "AGPL-3.0-or-later",
6
6
  "homepage": "https://github.com/tmlmobilidade/services#readme",