File tree 6 files changed +8
-6
lines changed
6 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ language: node_js
3
3
node_js :
4
4
- " 4"
5
5
- " 6"
6
+ - " 7"
6
7
- " node"
7
8
8
9
sudo : false
11
12
- HAPI_VERSION="13"
12
13
- HAPI_VERSION="14"
13
14
- HAPI_VERSION="15"
15
+ - HAPI_VERSION="16"
14
16
15
17
install :
16
18
- npm install
Original file line number Diff line number Diff line change @@ -500,7 +500,7 @@ internals.Sockets.prototype.auth = function (socket) {
500
500
this . _byUser [ user ] &&
501
501
this . _byUser [ user ] . length >= this . _listener . _settings . auth . maxConnectionsPerUser ) {
502
502
503
- return Boom . serverTimeout ( 'Too many connections for the authenticated user' ) ;
503
+ return Boom . serverUnavailable ( 'Too many connections for the authenticated user' ) ;
504
504
}
505
505
506
506
this . _byUser [ user ] = this . _byUser [ user ] || [ ] ;
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " nes" ,
3
3
"description" : " WebSocket adapter plugin for hapi routes" ,
4
- "version" : " 6.3.1 " ,
4
+ "version" : " 6.3.2 " ,
5
5
"repository" : " git://github.com/hapijs/nes" ,
6
6
"main" : " lib/index.js" ,
7
7
"browser" : " dist/client.js" ,
14
14
"node" : " >=4.5.0"
15
15
},
16
16
"dependencies" : {
17
- "boom" : " 3 .x.x" ,
17
+ "boom" : " 4 .x.x" ,
18
18
"call" : " 3.x.x" ,
19
19
"cryptiles" : " 3.x.x" ,
20
20
"hoek" : " 4.x.x" ,
21
21
"iron" : " 4.x.x" ,
22
22
"items" : " ^2.1.x" ,
23
- "joi" : " 9 .x.x" ,
23
+ "joi" : " 10 .x.x" ,
24
24
"ws" : " 1.x.x"
25
25
},
26
26
"peerDependencies" : {
29
29
"devDependencies" : {
30
30
"babel-cli" : " ^6.1.2" ,
31
31
"babel-preset-es2015" : " ^6.1.2" ,
32
- "code" : " 3 .x.x" ,
33
- "hapi" : " 15 .x.x" ,
32
+ "code" : " 4 .x.x" ,
33
+ "hapi" : " 16 .x.x" ,
34
34
"lab" : " 11.x.x"
35
35
},
36
36
"babel" : {
You can’t perform that action at this time.
0 commit comments