@thi.ng/text-canvas 2.4.26 → 2.4.28

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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2023-02-05T14:42:22Z
3
+ - **Last updated**: 2023-02-10T14:03:11Z
4
4
  - **Generator**: [thi.ng/monopub](https://thi.ng/monopub)
5
5
 
6
6
  All notable changes to this project will be documented in this file.
package/README.md CHANGED
@@ -67,7 +67,7 @@ For Node.js REPL:
67
67
  const textCanvas = await import("@thi.ng/text-canvas");
68
68
  ```
69
69
 
70
- Package sizes (brotli'd, pre-treeshake): ESM: 5.06 KB
70
+ Package sizes (brotli'd, pre-treeshake): ESM: 5.05 KB
71
71
 
72
72
  ## Dependencies
73
73
 
package/api.d.ts CHANGED
@@ -96,7 +96,7 @@ export declare const ENDINGS = "()[]{}<>^v\u25C0\u25B6\u25B2\u25BC\u2022\u25CF";
96
96
  export declare const BARS_H = " \u258F\u258E\u258D\u258C\u258B\u258A\u2589\u2588";
97
97
  export declare const BARS_V = " \u2581\u2582\u2583\u2584\u2585\u2586\u2587\u2588";
98
98
  export declare const SHADES_ASCII_10 = " .-:=+*#%@";
99
- export declare const SHADES_ASCII_16 = " .,:|+*=il3GOWQ0";
99
+ export declare const SHADES_ASCII_16 = " .,-:+=il3GXOQW0";
100
100
  export declare const SHADES_BLOCK = " \u2591\u2592\u2593\u2588";
101
101
  export declare const SHADES_BLOCK_ALT = " \u2596\u259E\u259F\u2588";
102
102
  //# sourceMappingURL=api.d.ts.map
package/api.js CHANGED
@@ -80,6 +80,6 @@ export const ENDINGS = "()[]{}<>^v◀▶▲▼•●";
80
80
  export const BARS_H = " ▏▎▍▌▋▊▉█";
81
81
  export const BARS_V = " ▁▂▃▄▅▆▇█";
82
82
  export const SHADES_ASCII_10 = " .-:=+*#%@";
83
- export const SHADES_ASCII_16 = " .,:|+*=il3GOWQ0";
83
+ export const SHADES_ASCII_16 = " .,-:+=il3GXOQW0";
84
84
  export const SHADES_BLOCK = " ░▒▓█";
85
85
  export const SHADES_BLOCK_ALT = " ▖▞▟█";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/text-canvas",
3
- "version": "2.4.26",
3
+ "version": "2.4.28",
4
4
  "description": "Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,19 +34,19 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.0",
38
- "@thi.ng/arrays": "^2.5.2",
39
- "@thi.ng/checks": "^3.3.8",
40
- "@thi.ng/errors": "^2.2.9",
41
- "@thi.ng/geom-clip-line": "^2.3.1",
42
- "@thi.ng/math": "^5.4.1",
43
- "@thi.ng/strings": "^3.3.24",
44
- "@thi.ng/text-format": "^1.2.16",
45
- "@thi.ng/transducers": "^8.3.31"
37
+ "@thi.ng/api": "^8.7.2",
38
+ "@thi.ng/arrays": "^2.5.4",
39
+ "@thi.ng/checks": "^3.3.9",
40
+ "@thi.ng/errors": "^2.2.11",
41
+ "@thi.ng/geom-clip-line": "^2.3.3",
42
+ "@thi.ng/math": "^5.4.3",
43
+ "@thi.ng/strings": "^3.3.26",
44
+ "@thi.ng/text-format": "^1.2.18",
45
+ "@thi.ng/transducers": "^8.3.33"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@microsoft/api-extractor": "^7.34.2",
49
- "@thi.ng/testament": "^0.3.10",
49
+ "@thi.ng/testament": "^0.3.11",
50
50
  "rimraf": "^4.1.2",
51
51
  "tools": "^0.0.1",
52
52
  "tslib": "^2.5.0",
@@ -139,5 +139,5 @@
139
139
  ],
140
140
  "year": 2020
141
141
  },
142
- "gitHead": "50ba9c87676fac60c46d2bc0e4d2c7711a374a68\n"
142
+ "gitHead": "cafa4ecea90fb681949dc3885a5bd6ddefa38b51\n"
143
143
  }