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 d6bf57e commit 6d0a92dCopy full SHA for 6d0a92d
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "swim-hashring",
3
- "version": "0.6.0",
+ "version": "0.7.0",
4
"description": "gossip based application sharding",
5
"main": "hashring.js",
6
"scripts": {
@@ -25,14 +25,14 @@
25
"homepage": "https://github.com/mcollina/swim-hashring#readme",
26
"devDependencies": {
27
"pre-commit": "^1.2.2",
28
- "standard": "^10.0.0",
+ "standard": "^10.0.3",
29
"steed": "^1.1.3",
30
- "tap": "^10.0.0",
+ "tap": "^10.7.2",
31
"xtend": "^4.0.1"
32
},
33
"dependencies": {
34
"baseswim": "^1.0.0",
35
"binary-search-bounds": "^2.0.3",
36
- "farmhash": "^2.0.0"
+ "farmhash": "^2.0.4"
37
}
38
0 commit comments