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 5bffa31 commit 78f4723Copy full SHA for 78f4723
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "socketcluster",
3
"description": "SocketCluster - A Highly parallelized WebSocket server cluster to make the most of multi-core machines/instances.",
4
- "version": "0.9.37",
+ "version": "0.9.38",
5
"homepage": "https://github.com/topcloud/socketcluster",
6
"contributors": [
7
@@ -14,8 +14,8 @@
14
"url": "git://github.com/topcloud/socketcluster.git"
15
},
16
"dependencies": {
17
- "iocluster": ">= 1.1.2",
18
- "loadbalancer": ">= 0.9.16",
+ "iocluster": ">= 1.2.0",
+ "loadbalancer": ">= 0.9.17",
19
"optimist": "0.6.1",
20
"socketcluster-server": ">= 0.9.26",
21
"wrench": "1.5.8"
0 commit comments