@sv443-network/coreutils 3.5.0 → 3.5.1

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.
@@ -99,7 +99,7 @@ export type TableLineCharset = Record<TableLineStyle, TableLineStyleChars>;
99
99
  export declare const defaultTableLineCharset: TableLineCharset;
100
100
  /**
101
101
  * Creates an ASCII table string from the given rows and options.
102
- * Supports `\x1b` ANSI color codes in cell content: they are ignored for width calculation, included in the final output, and handled correctly during truncation (escape sequences are never split; any open color code is closed with a reset).
102
+ * Supports ANSI color codes in cell content: they are ignored for width calculation, included in the final output, and handled correctly during truncation (escape sequences are never split; any open color code is closed with a reset).
103
103
  * @param rows Array of tuples, where each tuple represents a row and its values. The first tuple is used to determine the column count.
104
104
  * @param options Object with options for customizing the table output, such as column alignment, truncation, padding and line styles.
105
105
  */
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@sv443-network/coreutils",
3
3
  "libName": "@sv443-network/coreutils",
4
- "version": "3.5.0",
4
+ "version": "3.5.1",
5
5
  "description": "Cross-platform, general-purpose, JavaScript core library for Node, Deno and the browser. Intended to be used in conjunction with `@sv443-network/userutils` and `@sv443-network/djsutils`, but can be used independently as well.",
6
6
  "main": "dist/CoreUtils.cjs",
7
7
  "module": "dist/CoreUtils.mjs",