Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/tsd-0.31.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gnought authored May 15, 2024
2 parents 6f7a3fa + c7abeda commit 6b96c89
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion lib/handlers/connect.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ function init (client, packet, done) {
if (returnCode > 0) {
const error = new Error(errorMessages[returnCode])
error.errorCode = returnCode
console.error(error)
doConnack(
{ client, returnCode, sessionPresent: false },
done.bind(this, error))
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "aedes",
"version": "0.51.0",
"version": "0.51.1",
"description": "Stream-based MQTT broker",
"main": "aedes.js",
"types": "aedes.d.ts",
Expand Down Expand Up @@ -108,7 +108,7 @@
"concat-stream": "^2.0.0",
"duplexify": "^4.1.2",
"license-checker": "^25.0.1",
"markdownlint-cli": "^0.39.0",
"markdownlint-cli": "^0.40.0",
"mqtt": "^5.3.5",
"mqtt-connection": "^4.1.0",
"pre-commit": "^1.2.2",
Expand All @@ -129,7 +129,7 @@
"fastparallel": "^2.4.1",
"fastseries": "^2.0.0",
"hyperid": "^3.2.0",
"mqemitter": "^5.0.0",
"mqemitter": "^6.0.0",
"mqtt-packet": "^9.0.0",
"retimer": "^4.0.0",
"reusify": "^1.0.4",
Expand Down

0 comments on commit 6b96c89

Please sign in to comment.