@thi.ng/bench 3.2.7 → 3.2.9

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-03-14T13:27:20Z
3
+ - **Last updated**: 2023-04-08T11:09:50Z
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/format/csv.d.ts CHANGED
@@ -1,3 +1,3 @@
1
- import { BenchmarkFormatter } from "../api.js";
1
+ import { type BenchmarkFormatter } from "../api.js";
2
2
  export declare const FORMAT_CSV: BenchmarkFormatter;
3
3
  //# sourceMappingURL=csv.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BenchmarkFormatter } from "../api.js";
1
+ import { type BenchmarkFormatter } from "../api.js";
2
2
  export declare const FORMAT_DEFAULT: BenchmarkFormatter;
3
3
  //# sourceMappingURL=default.d.ts.map
@@ -1,3 +1,3 @@
1
- import { BenchmarkFormatter } from "../api.js";
1
+ import { type BenchmarkFormatter } from "../api.js";
2
2
  export declare const FORMAT_MD: BenchmarkFormatter;
3
3
  //# sourceMappingURL=markdown.d.ts.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thi.ng/bench",
3
- "version": "3.2.7",
3
+ "version": "3.2.9",
4
4
  "description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
5
5
  "type": "module",
6
6
  "module": "./index.js",
@@ -34,16 +34,16 @@
34
34
  "test": "testament test"
35
35
  },
36
36
  "dependencies": {
37
- "@thi.ng/api": "^8.7.4"
37
+ "@thi.ng/api": "^8.7.6"
38
38
  },
39
39
  "devDependencies": {
40
40
  "@microsoft/api-extractor": "^7.34.4",
41
- "@thi.ng/testament": "^0.3.13",
42
- "@types/node": "^18.15.0",
43
- "rimraf": "^4.4.0",
41
+ "@thi.ng/testament": "^0.3.15",
42
+ "@types/node": "^18.15.11",
43
+ "rimraf": "^4.4.1",
44
44
  "tools": "^0.0.1",
45
- "typedoc": "^0.23.26",
46
- "typescript": "^4.9.5"
45
+ "typedoc": "^0.23.28",
46
+ "typescript": "^5.0.4"
47
47
  },
48
48
  "keywords": [
49
49
  "benchmark",
@@ -114,5 +114,5 @@
114
114
  ],
115
115
  "year": 2018
116
116
  },
117
- "gitHead": "cc46c097a3a173fb1ef41f57a858d03037063141\n"
117
+ "gitHead": "abcedd9e4e06a4b631f363610eec572f79b571c1\n"
118
118
  }