Skip to content

Commit

Permalink
Bumped 0.29.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Aug 7, 2017
1 parent e4b2259 commit b4ab8ba
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 8 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes",
"version": "0.29.0",
"version": "0.29.1",
"description": "Stream-based MQTT broker",
"main": "aedes.js",
"scripts": {
Expand Down Expand Up @@ -36,15 +36,15 @@
"concat-stream": "^1.4.7",
"convert-hrtime": "^2.0.0",
"coveralls": "^2.11.6",
"duplexify": "^3.4.1",
"duplexify": "^3.5.1",
"faucet": "0.0.1",
"istanbul": "^0.4.1",
"mqtt": "^2.9.1",
"mqtt": "^2.11.0",
"mqtt-connection": "^3.0.0",
"pre-commit": "^1.0.10",
"standard": "^10.0.0",
"tape": "^4.7.0",
"websocket-stream": "^5.0.0"
"standard": "^10.0.3",
"tape": "^4.8.0",
"websocket-stream": "^5.0.1"
},
"dependencies": {
"aedes-packet": "^1.0.0",
Expand All @@ -59,7 +59,7 @@
"mqtt-packet": "^5.4.0",
"pump": "^1.0.0",
"retimer": "^1.0.0",
"reusify": "^1.0.0",
"reusify": "^1.0.2",
"safe-buffer": "^5.1.1",
"shortid": "^2.1.3",
"through2": "^2.0.0",
Expand Down
1 change: 0 additions & 1 deletion test/auth.js
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,6 @@ test('negate multiple subscriptions random times', function (t) {
})
})


test('failed authentication does not disconnect other client with same clientId', function (t) {
t.plan(3)

Expand Down

0 comments on commit b4ab8ba

Please sign in to comment.