We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81614e6 commit fb31d70Copy full SHA for fb31d70
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sorted-btree",
3
- "version": "1.4.0",
+ "version": "1.5.0",
4
"description": "A sorted list of key-value pairs in a fast, typed in-memory B+ tree with a powerful API.",
5
"main": "b+tree.js",
6
"typings": "b+tree",
@@ -9,7 +9,8 @@
9
"build": "tsc && npm run minify",
10
"minify": "uglifyjs -cm -o b+tree.min.js -- b+tree.js",
11
"prepare": "npm run build",
12
- "safePublish": "npm run build && testpack && npm publish"
+ "safePublish": "npm run build && testpack && npm publish",
13
+ "benchmark": "npm run build && node benchmarks.js"
14
},
15
"files": [
16
"b+tree.js",
0 commit comments