@reliverse/relinka 1.2.6 → 1.2.7

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.
@@ -279,7 +279,7 @@ ${borderWithSpace}` : "",
279
279
  }
280
280
  }
281
281
  if (opts.type === "M_END" && opts.border && index === 0) {
282
- return !opts.title ? line : `${bar({ borderColor: opts.borderColor })} ${line}`;
282
+ return !opts.title ? "" : `${bar({ borderColor: opts.borderColor })} ${line}`;
283
283
  }
284
284
  if (!line.trim() || line.includes(symbols.middle)) {
285
285
  return line;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@reliverse/relinka",
3
- "version": "1.2.6",
3
+ "version": "1.2.7",
4
4
  "author": "blefnk",
5
5
  "type": "module",
6
6
  "description": "@reliverse/relinka is a powerful logger for your terminal.",