Skip to content

Commit

Permalink
Bumped v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jan 25, 2018
1 parent f9912a3 commit 01e4d0e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes",
"version": "0.32.1",
"version": "0.33.0",
"description": "Stream-based MQTT broker",
"main": "aedes.js",
"scripts": {
Expand Down Expand Up @@ -36,10 +36,10 @@
"concat-stream": "^1.4.7",
"convert-hrtime": "^2.0.0",
"coveralls": "^3.0.0",
"duplexify": "^3.5.1",
"duplexify": "^3.5.3",
"faucet": "0.0.1",
"istanbul": "^0.4.1",
"mqtt": "^2.15.0",
"mqtt": "^2.15.1",
"mqtt-connection": "^3.2.0",
"pre-commit": "^1.0.10",
"standard": "^10.0.3",
Expand All @@ -50,20 +50,20 @@
"aedes-packet": "^1.0.0",
"aedes-persistence": "^5.1.1",
"bulk-write-stream": "^1.0.0",
"end-of-stream": "^1.1.0",
"end-of-stream": "^1.4.1",
"fastfall": "^1.0.0",
"fastparallel": "^2.0.0",
"fastseries": "^1.5.0",
"from2": "^2.1.0",
"mqemitter": "^2.2.0",
"mqtt-packet": "^5.4.0",
"pump": "^2.0.0",
"pump": "^2.0.1",
"retimer": "^1.1.0",
"reusify": "^1.0.3",
"safe-buffer": "^5.1.1",
"shortid": "^2.1.3",
"through2": "^2.0.0",
"uuid": "^3.1.0",
"uuid": "^3.2.1",
"xtend": "^4.0.1"
}
}

0 comments on commit 01e4d0e

Please sign in to comment.