@loglayer/transport-pretty-terminal 4.1.8 → 5.0.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/dist/index.cjs CHANGED
@@ -25,7 +25,7 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
25
25
  }) : target, mod));
26
26
 
27
27
  //#endregion
28
- let __loglayer_transport = require("@loglayer/transport");
28
+ let _loglayer_transport = require("@loglayer/transport");
29
29
  let chalk = require("chalk");
30
30
  chalk = __toESM(chalk);
31
31
  let wrap_ansi = require("wrap-ansi");
@@ -1557,7 +1557,7 @@ var UIManager = class {
1557
1557
  * });
1558
1558
  * ```
1559
1559
  */
1560
- var PrettyTerminalTransport = class PrettyTerminalTransport extends __loglayer_transport.LoggerlessTransport {
1560
+ var PrettyTerminalTransport = class PrettyTerminalTransport extends _loglayer_transport.LoggerlessTransport {
1561
1561
  /** Singleton instance of the transport */
1562
1562
  static instance = null;
1563
1563
  /** Handles all rendering and formatting of logs */