modestbench 0.0.1 → 0.0.2
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 +7 -0
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.0.2](https://github.com/boneskull/modestbench/compare/modestbench-v0.0.1...modestbench-v0.0.2) (2025-10-23)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Bug Fixes
|
|
7
|
+
|
|
8
|
+
* update homepage ([1a2cc63](https://github.com/boneskull/modestbench/commit/1a2cc63137e4a4595536a6590fc3e4019cab8d9d))
|
|
9
|
+
|
|
3
10
|
## 0.0.1 (2025-10-23)
|
|
4
11
|
|
|
5
12
|
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "modestbench",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "A full-ass benchmarking framework for Node.js",
|
|
6
6
|
"repository": {
|
|
7
7
|
"type": "git",
|
|
8
8
|
"url": "git+https://github.com/boneskull/modestbench.git"
|
|
9
9
|
},
|
|
10
|
-
"homepage": "https://github.
|
|
10
|
+
"homepage": "https://boneskull.github.io/modestbench",
|
|
11
11
|
"bugs": {
|
|
12
12
|
"url": "https://github.com/boneskull/modestbench/issues"
|
|
13
13
|
},
|
|
@@ -90,7 +90,7 @@
|
|
|
90
90
|
"test:contract": "npm run test:base -- \"test/contract/**/*.test.ts\"",
|
|
91
91
|
"test:integration": "npm run test:base -- \"test/integration/**/*.test.ts\"",
|
|
92
92
|
"test:runtime": "npm run test:base -- \"test/**/*.test.ts\"",
|
|
93
|
-
"test:types": "tsd
|
|
93
|
+
"test:types": "tsd",
|
|
94
94
|
"test:unit": "npm run test:base -- \"test/unit/**/*.test.ts\"",
|
|
95
95
|
"test:watch": "npm run test:base -- --watch"
|
|
96
96
|
},
|