Skip to content
This repository was archived by the owner on Nov 2, 2020. It is now read-only.

Commit f63be86

Browse files
authored
Merge pull request #21 from ClusterWS/next
Deploy new version
2 parents 5b31584 + 0d55362 commit f63be86

File tree

4 files changed

+9
-7
lines changed

4 files changed

+9
-7
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ var ClusterWS = require('clusterws-client-js').ClusterWS
5656
autoReconnect: '{boolean} allow to auto-reconnect to the server on lost connection. (default false)',
5757
reconnectionIntervalMin: '{number} how long min time waut. (default 1000) in ms',
5858
reconnectionIntervalMax: '{number} how long max time wait. (default 5000) in ms',
59-
reconnectionAttempts: '{number} how many times to try, 0 means without limit. (default 0)'
59+
reconnectionAttempts: '{number} how many times to try, 0 means without limit. (default 0)',
60+
secure: '{boolean} user secure connection or not wss/ws. (default false)'
6061
}
6162
```
6263

dist/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,8 @@ var ClusterWS = require('clusterws-client-js').ClusterWS
5656
autoReconnect: '{boolean} allow to auto-reconnect to the server on lost connection. (default false)',
5757
reconnectionIntervalMin: '{number} how long min time waut. (default 1000) in ms',
5858
reconnectionIntervalMax: '{number} how long max time wait. (default 5000) in ms',
59-
reconnectionAttempts: '{number} how many times to try, 0 means without limit. (default 0)'
59+
reconnectionAttempts: '{number} how many times to try, 0 means without limit. (default 0)',
60+
secure: '{boolean} user secure connection or not wss/ws. (default false)'
6061
}
6162
```
6263

dist/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.3.0",
4-
"description": "JavaScript Client for ClusterWS - is a minimal Node JS http & real-time framework which allows to scale WebSocket between Workers in Node JS Cluster and utilize all available CPU.",
3+
"version": "1.4.0",
4+
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
55
"main": "index.js",
66
"author": "Dmitrii Goriunov <[email protected]>",
77
"license": "MIT",

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "clusterws-client-js",
3-
"version": "1.3.0",
4-
"description": "JavaScript Client for ClusterWS - is a minimal Node JS http & real-time framework which allows to scale WebSocket between Workers in Node JS Cluster and utilize all available CPU.",
3+
"version": "1.4.0",
4+
"description": "JavaScript Client for ClusterWS - lightweight, fast and powerful framework for building horizontally & vertically scalable WebSocket applications in Node.js.",
55
"main": "index.js",
66
"author": "Dmitrii Goriunov <[email protected]>",
77
"scripts": {
@@ -18,4 +18,4 @@
1818
"devDependencies": {
1919
"ts-builder": "^0.2.20"
2020
}
21-
}
21+
}

0 commit comments

Comments
 (0)