-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
9 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,9 @@ | ||
|
||
1.5.4 / 2015-09-09 | ||
================== | ||
|
||
* package: bump `engine.io-parser` | ||
|
||
1.5.3 / 2015-09-09 | ||
================== | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "engine.io", | ||
"version": "1.5.3", | ||
"version": "1.5.4", | ||
"description": "The realtime engine behind Socket.IO. Provides the foundation of a bidirectional connection between client and server", | ||
"main": "./lib/engine.io", | ||
"author": "Guillermo Rauch <[email protected]>", | ||
|
@@ -26,15 +26,15 @@ | |
"license": "MIT", | ||
"dependencies": { | ||
"debug": "2.1.3", | ||
"ws": "0.7.2", | ||
"engine.io-parser": "1.2.1", | ||
"ws": "0.8.0", | ||
"engine.io-parser": "1.2.2", | ||
"accepts": "1.1.4" | ||
}, | ||
"devDependencies": { | ||
"mocha": "1.12.0", | ||
"expect.js": "0.2.0", | ||
"superagent": "0.15.4", | ||
"engine.io-client": "socketio/engine.io-client#master", | ||
"engine.io-client": "socketio/engine.io-client#79c97b9", | ||
"s": "0.1.1" | ||
}, | ||
"scripts": { | ||
|
7e77dd5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rauchg current master 7e77dd5 loses dependency
"base64id": "0.1.0"
,v1.5.4
has this.engine.io/package.json
Line 27 in 6032a13
This brings failed test on
engine.io-client
https://travis-ci.org/socketio/engine.io-client/builds/79565709