nano-benchmark 1.0.6 → 1.0.8
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/README.md +2 -0
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -112,6 +112,8 @@ BSD 3-Clause License
|
|
|
112
112
|
|
|
113
113
|
## Release history
|
|
114
114
|
|
|
115
|
+
* 1.0.8: *Updated dependencies.*
|
|
116
|
+
* 1.0.7: *Updated dependencies.*
|
|
115
117
|
* 1.0.6: *Updated dependencies.*
|
|
116
118
|
* 1.0.5: *Updated dependencies.*
|
|
117
119
|
* 1.0.4: *Updated dependencies + added more tests.*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "nano-benchmark",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.8",
|
|
4
4
|
"description": "Small utilities to benchmark code with Node.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -43,12 +43,12 @@
|
|
|
43
43
|
"src"
|
|
44
44
|
],
|
|
45
45
|
"devDependencies": {
|
|
46
|
-
"tape-six": "^1.
|
|
47
|
-
"tape-six-proc": "^1.1
|
|
46
|
+
"tape-six": "^1.5.1",
|
|
47
|
+
"tape-six-proc": "^1.2.1"
|
|
48
48
|
},
|
|
49
49
|
"dependencies": {
|
|
50
50
|
"commander": "^14.0.2",
|
|
51
|
-
"console-toolkit": "^1.2.
|
|
51
|
+
"console-toolkit": "^1.2.8"
|
|
52
52
|
},
|
|
53
53
|
"tape6": {
|
|
54
54
|
"tests": [
|