Skip to content

Commit

Permalink
Update ws to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonWoolf committed Aug 23, 2018
1 parent b513deb commit 99c967e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This contains only the most important and/or user-facing changes; for a full changelog, see the commit history.

## [1.0.17](https://github.com/ably/ably-js/tree/1.0.17) (in progress)

Note: this release drops support for node 4 version below 4.5. Customers using node v4 are highly encouraged to update to the latest 4.x branch, for security reasons.

## [1.0.16](https://github.com/ably/ably-js/tree/1.0.16) (2018-06-25)

- Ensure a message id is included when serialized (https://github.com/ably/ably-js/pull/518)
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This SDK supports the following platforms:

**Browsers:** All major desktop and mobile browsers, including (but not limited to) Chrome, Firefox, IE (only version 8 or newer), Safari on iOS and macOS, Opera, and Android browsers.

**Node.js:** version 4 or newer
**Node.js:** version 4.5 or newer

**React Native:** see [ably-js-react-native](https://github.com/ably/ably-js-react-native)

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"dependencies": {
"msgpack-js": "https://github.com/ably-forks/msgpack-js.git",
"request": "^2.87.0",
"ws": "~4.0"
"ws": "^5.1"
},
"devDependencies": {
"async": "git://github.com/ably-forks/async.git#requirejs",
Expand Down Expand Up @@ -46,7 +46,7 @@
"shelljs": "~0.3"
},
"engines": {
"node": ">=4.2.x"
"node": ">=4.5.x"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 99c967e

Please sign in to comment.