@thi.ng/bench 3.2.4 → 3.2.6

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-27T21:43:54Z
3
+ - **Last updated**: 2023-03-09T13:01:59Z
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 @@ return it as milliseconds.
49
49
  ## Related packages
50
50
 
51
51
  - [@thi.ng/csv](https://github.com/thi-ng/umbrella/tree/develop/packages/csv) - Customizable, transducer-based CSV parser/object mapper and transformer
52
- - [@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/markdown-table](https://github.com/thi-ng/umbrella/tree/develop/packages/markdown-table) - Markdown table formatter/generator with support for column alignments
53
53
 
54
54
  ## Installation
55
55
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bench",
3
- "version": "3.2.4",
3
+ "version": "3.2.6",
4
4
  "description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,11 +34,11 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.2"
37
+ "@thi.ng/api": "^8.7.3"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.34.2",
41
- "@thi.ng/testament": "^0.3.11",
41
+ "@thi.ng/testament": "^0.3.12",
42
42
  "@types/node": "^18.11.18",
43
43
  "rimraf": "^4.1.2",
44
44
  "tools": "^0.0.1",
@@ -110,9 +110,9 @@
110
110
  "thi.ng": {
111
111
  "related": [
112
112
  "csv",
113
- "hiccup-markdown"
113
+ "markdown-table"
114
114
  ],
115
115
  "year": 2018
116
116
  },
117
- "gitHead": "060a3a69281094df70be0e4f326a0ac3bbc3dd1d\n"
117
+ "gitHead": "8ab2cbfe2f59b7ef672b6e1cf2a43368f8437ddf\n"
118
118
  }