@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.d.cts CHANGED
@@ -3,7 +3,6 @@ import * as chalk from "chalk";
3
3
  import { ChalkInstance } from "chalk";
4
4
 
5
5
  //#region src/types.d.ts
6
-
7
6
  /**
8
7
  * Represents a single log entry in the storage system.
9
8
  * Each entry contains metadata and the actual log content.
@@ -67,25 +66,15 @@ interface DetailedViewConfig extends ViewConfig {
67
66
  separatorColor?: ChalkInstance;
68
67
  /** Configuration for JSON data formatting colors */
69
68
  jsonColors?: {
70
- /** Style for object property names */
71
- keysColor?: ChalkInstance;
72
- /** Style for array bullets */
73
- dashColor?: ChalkInstance;
74
- /** Default style for numbers */
75
- numberColor?: ChalkInstance;
76
- /** Style for single-line strings */
77
- stringColor?: ChalkInstance;
78
- /** Style for multi-line strings */
79
- multilineStringColor?: ChalkInstance;
80
- /** Style for positive numbers */
81
- positiveNumberColor?: ChalkInstance;
82
- /** Style for negative numbers */
83
- negativeNumberColor?: ChalkInstance;
84
- /** Style for boolean values */
85
- booleanColor?: ChalkInstance;
86
- /** Style for null and undefined values */
87
- nullUndefinedColor?: ChalkInstance;
88
- /** Style for date objects */
69
+ /** Style for object property names */keysColor?: ChalkInstance; /** Style for array bullets */
70
+ dashColor?: ChalkInstance; /** Default style for numbers */
71
+ numberColor?: ChalkInstance; /** Style for single-line strings */
72
+ stringColor?: ChalkInstance; /** Style for multi-line strings */
73
+ multilineStringColor?: ChalkInstance; /** Style for positive numbers */
74
+ positiveNumberColor?: ChalkInstance; /** Style for negative numbers */
75
+ negativeNumberColor?: ChalkInstance; /** Style for boolean values */
76
+ booleanColor?: ChalkInstance; /** Style for null and undefined values */
77
+ nullUndefinedColor?: ChalkInstance; /** Style for date objects */
89
78
  dateColor?: ChalkInstance;
90
79
  };
91
80
  }
package/dist/index.d.mts CHANGED
@@ -3,7 +3,6 @@ import * as chalk from "chalk";
3
3
  import { ChalkInstance } from "chalk";
4
4
 
5
5
  //#region src/types.d.ts
6
-
7
6
  /**
8
7
  * Represents a single log entry in the storage system.
9
8
  * Each entry contains metadata and the actual log content.
@@ -67,25 +66,15 @@ interface DetailedViewConfig extends ViewConfig {
67
66
  separatorColor?: ChalkInstance;
68
67
  /** Configuration for JSON data formatting colors */
69
68
  jsonColors?: {
70
- /** Style for object property names */
71
- keysColor?: ChalkInstance;
72
- /** Style for array bullets */
73
- dashColor?: ChalkInstance;
74
- /** Default style for numbers */
75
- numberColor?: ChalkInstance;
76
- /** Style for single-line strings */
77
- stringColor?: ChalkInstance;
78
- /** Style for multi-line strings */
79
- multilineStringColor?: ChalkInstance;
80
- /** Style for positive numbers */
81
- positiveNumberColor?: ChalkInstance;
82
- /** Style for negative numbers */
83
- negativeNumberColor?: ChalkInstance;
84
- /** Style for boolean values */
85
- booleanColor?: ChalkInstance;
86
- /** Style for null and undefined values */
87
- nullUndefinedColor?: ChalkInstance;
88
- /** Style for date objects */
69
+ /** Style for object property names */keysColor?: ChalkInstance; /** Style for array bullets */
70
+ dashColor?: ChalkInstance; /** Default style for numbers */
71
+ numberColor?: ChalkInstance; /** Style for single-line strings */
72
+ stringColor?: ChalkInstance; /** Style for multi-line strings */
73
+ multilineStringColor?: ChalkInstance; /** Style for positive numbers */
74
+ positiveNumberColor?: ChalkInstance; /** Style for negative numbers */
75
+ negativeNumberColor?: ChalkInstance; /** Style for boolean values */
76
+ booleanColor?: ChalkInstance; /** Style for null and undefined values */
77
+ nullUndefinedColor?: ChalkInstance; /** Style for date objects */
89
78
  dateColor?: ChalkInstance;
90
79
  };
91
80
  }