@thi.ng/bench 3.1.16 → 3.1.18
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 +4 -4
- package/package.json +8 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Change Log
|
|
2
2
|
|
|
3
|
-
- **Last updated**: 2022-
|
|
3
|
+
- **Last updated**: 2022-11-23T22:46:54Z
|
|
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.
|
|
@@ -38,9 +38,9 @@ and/or version bumps of transitive dependencies.
|
|
|
38
38
|
|
|
39
39
|
#### ♻️ Refactoring
|
|
40
40
|
|
|
41
|
-
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
42
41
|
- update imports in all pkgs ([5fa2b6f](https://github.com/thi-ng/umbrella/commit/5fa2b6f))
|
|
43
42
|
- add .js suffix for all relative imports
|
|
43
|
+
- update imports in all tests/pkgs ([effd591](https://github.com/thi-ng/umbrella/commit/effd591))
|
|
44
44
|
|
|
45
45
|
# [3.0.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@3.0.0) (2021-10-12)
|
|
46
46
|
|
|
@@ -65,9 +65,9 @@ and/or version bumps of transitive dependencies.
|
|
|
65
65
|
|
|
66
66
|
#### ♻️ Refactoring
|
|
67
67
|
|
|
68
|
-
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
69
68
|
- update all tests in _all_ pkgs ([8b582bc](https://github.com/thi-ng/umbrella/commit/8b582bc))
|
|
70
69
|
- update all to use [@thi.ng/testament](https://github.com/thi-ng/umbrella/tree/main/packages/testament)
|
|
70
|
+
- update all test stubs ([f2d6d53](https://github.com/thi-ng/umbrella/commit/f2d6d53))
|
|
71
71
|
|
|
72
72
|
## [2.1.0](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@2.1.0) (2021-03-12)
|
|
73
73
|
|
|
@@ -91,8 +91,8 @@ and/or version bumps of transitive dependencies.
|
|
|
91
91
|
|
|
92
92
|
#### 🩹 Bug fixes
|
|
93
93
|
|
|
94
|
-
- update timedResult() to always downscale to ms ([fb2c632](https://github.com/thi-ng/umbrella/commit/fb2c632))
|
|
95
94
|
- fallback handlingin now() ([6494851](https://github.com/thi-ng/umbrella/commit/6494851))
|
|
95
|
+
- update timedResult() to always downscale to ms ([fb2c632](https://github.com/thi-ng/umbrella/commit/fb2c632))
|
|
96
96
|
|
|
97
97
|
### [2.0.1](https://github.com/thi-ng/umbrella/tree/@thi.ng/bench@2.0.1) (2020-02-25)
|
|
98
98
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@thi.ng/bench",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.18",
|
|
4
4
|
"description": "Benchmarking utilities w/ various statistics & formatters (CSV, Markdown etc.)",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./index.js",
|
|
@@ -34,15 +34,15 @@
|
|
|
34
34
|
"test": "testament test"
|
|
35
35
|
},
|
|
36
36
|
"dependencies": {
|
|
37
|
-
"@thi.ng/api": "^8.
|
|
37
|
+
"@thi.ng/api": "^8.5.0"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
40
|
"@microsoft/api-extractor": "^7.33.5",
|
|
41
|
-
"@thi.ng/testament": "^0.3.
|
|
42
|
-
"@types/node": "^18.11.
|
|
41
|
+
"@thi.ng/testament": "^0.3.5",
|
|
42
|
+
"@types/node": "^18.11.9",
|
|
43
43
|
"rimraf": "^3.0.2",
|
|
44
44
|
"tools": "^0.0.1",
|
|
45
|
-
"typedoc": "^0.23.
|
|
45
|
+
"typedoc": "^0.23.20",
|
|
46
46
|
"typescript": "^4.8.4"
|
|
47
47
|
},
|
|
48
48
|
"keywords": [
|
|
@@ -71,8 +71,8 @@
|
|
|
71
71
|
"node": ">=12.7"
|
|
72
72
|
},
|
|
73
73
|
"files": [
|
|
74
|
-
"
|
|
75
|
-
"
|
|
74
|
+
"./*.js",
|
|
75
|
+
"./*.d.ts",
|
|
76
76
|
"format"
|
|
77
77
|
],
|
|
78
78
|
"exports": {
|
|
@@ -114,5 +114,5 @@
|
|
|
114
114
|
],
|
|
115
115
|
"year": 2018
|
|
116
116
|
},
|
|
117
|
-
"gitHead": "
|
|
117
|
+
"gitHead": "75ec32ff7f1b7b5e72e7a04ace24732cd5d6c774\n"
|
|
118
118
|
}
|