We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2be348d commit e49095fCopy full SHA for e49095f
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "fast-hashring",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"description": "A library for consistent hashing using virtual nodes for improved key distribution.",
5
"main": "consistent-hash.js",
6
"type": "module",
@@ -18,6 +18,7 @@
18
"license": "MIT",
19
"files": [
20
"consistent-hash.js",
21
+ "consistent-hash.d.ts",
22
"README.md",
23
"LICENSE"
24
]
0 commit comments