@thi.ng/bench 3.6.6 → 3.6.7

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +1 -1
  2. package/package.json +5 -5
package/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Change Log
2
2
 
3
- - **Last updated**: 2024-11-24T18:15:48Z
3
+ - **Last updated**: 2024-12-12T10:11:58Z
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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bench",
3
- "version": "3.6.6",
3
+ "version": "3.6.7",
4
4
  "description": "Benchmarking & profiling utilities w/ various statistics & formatters (CSV, JSON, Markdown etc.)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -36,14 +36,14 @@
36
36
  "tool:tangle": "../../node_modules/.bin/tangle src/**/*.ts"
37
37
  },
38
38
  "dependencies": {
39
- "@thi.ng/api": "^8.11.13"
39
+ "@thi.ng/api": "^8.11.14"
40
40
  },
41
41
  "devDependencies": {
42
42
  "@microsoft/api-extractor": "^7.48.0",
43
- "@types/node": "^22.9.3",
43
+ "@types/node": "^22.10.1",
44
44
  "esbuild": "^0.24.0",
45
45
  "tools": "^0.0.1",
46
- "typedoc": "^0.26.11",
46
+ "typedoc": "^0.27.4",
47
47
  "typescript": "^5.7.2"
48
48
  },
49
49
  "keywords": [
@@ -116,5 +116,5 @@
116
116
  ],
117
117
  "year": 2018
118
118
  },
119
- "gitHead": "85e2f0935b58bde5d165fbe754fafec5da0b731e\n"
119
+ "gitHead": "34ac95538d96f046090fef5fd3a1dc36d54663d5\n"
120
120
  }