@thi.ng/markdown-table 0.3.98 → 0.3.100

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**: 2024-02-10T08:59:56Z
3
+ - **Last updated**: 2024-02-19T16:07:07Z
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
@@ -49,7 +49,7 @@ See related packages below for alternative solutions / approaches...
49
49
  ## Related packages
50
50
 
51
51
  - [@thi.ng/hiccup-markdown](https://github.com/thi-ng/umbrella/tree/develop/packages/hiccup-markdown) - Markdown parser & serializer from/to Hiccup format
52
- - [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, tables with arbitrary formatting (incl. ANSI/HTML)
52
+ - [@thi.ng/text-canvas](https://github.com/thi-ng/umbrella/tree/develop/packages/text-canvas) - Text based canvas, drawing, plotting, tables with arbitrary formatting (incl. ANSI/HTML)
53
53
 
54
54
  ## Installation
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/markdown-table",
3
- "version": "0.3.98",
3
+ "version": "0.3.100",
4
4
  "description": "Markdown table formatter/generator with support for column alignments",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -35,12 +35,12 @@
35
35
  "test": "bun test"
36
36
  },
37
37
  "dependencies": {
38
- "@thi.ng/api": "^8.9.23",
39
- "@thi.ng/checks": "^3.4.23",
40
- "@thi.ng/compose": "^2.1.62",
41
- "@thi.ng/errors": "^2.4.16",
42
- "@thi.ng/strings": "^3.7.14",
43
- "@thi.ng/transducers": "^8.9.2"
38
+ "@thi.ng/api": "^8.9.24",
39
+ "@thi.ng/checks": "^3.4.24",
40
+ "@thi.ng/compose": "^2.1.63",
41
+ "@thi.ng/errors": "^2.4.17",
42
+ "@thi.ng/strings": "^3.7.15",
43
+ "@thi.ng/transducers": "^8.9.4"
44
44
  },
45
45
  "devDependencies": {
46
46
  "@microsoft/api-extractor": "^7.40.1",
@@ -87,5 +87,5 @@
87
87
  ],
88
88
  "year": 2021
89
89
  },
90
- "gitHead": "25ee18f7db6d03f0b76787267ab071d16df94888\n"
90
+ "gitHead": "2724c87ca41810f2112f9d8c3d6b90dfaeea876b\n"
91
91
  }