Skip to content

Commit

Permalink
bump (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
marcus-j-davies authored Dec 30, 2021
1 parent b592910 commit 1eee982
Show file tree
Hide file tree
Showing 9 changed files with 40 additions and 27 deletions.
2 changes: 1 addition & 1 deletion @marcus-j-davies/haprouter-route-console/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marcus-j-davies/haprouter-route-console",
"description": "The stock HAP Router CONSOLE route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
Expand Down
2 changes: 1 addition & 1 deletion @marcus-j-davies/haprouter-route-file/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marcus-j-davies/haprouter-route-file",
"description": "The stock HAP Router FILE route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
Expand Down
4 changes: 2 additions & 2 deletions @marcus-j-davies/haprouter-route-http/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@marcus-j-davies/haprouter-route-http",
"description": "The stock HAP Router HTTP route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"axios": "^0.21.4"
"axios": "^0.24.0"
}
}
4 changes: 2 additions & 2 deletions @marcus-j-davies/haprouter-route-mqtt/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@marcus-j-davies/haprouter-route-mqtt",
"description": "The stock HAP Router MQTT route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"mqtt": "^4.2.8"
"mqtt": "^4.3.2"
}
}
2 changes: 1 addition & 1 deletion @marcus-j-davies/haprouter-route-null/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marcus-j-davies/haprouter-route-null",
"description": "The stock HAP Router NULL route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
Expand Down
2 changes: 1 addition & 1 deletion @marcus-j-davies/haprouter-route-udp/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@marcus-j-davies/haprouter-route-udp",
"description": "The stock HAP Router UDP route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
Expand Down
4 changes: 2 additions & 2 deletions @marcus-j-davies/haprouter-route-websocket/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "@marcus-j-davies/haprouter-route-websocket",
"description": "The stock HAP Router WEB SOCKET route",
"version": "3.2.0",
"version": "3.2.1",
"main": "index.js",
"author": {
"name": "Marcus Davies",
"email": "[email protected]"
},
"license": "MIT",
"dependencies": {
"ws":"^8.2.2"
"ws":"^8.4.0"
}
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
- **3.0.2**

- **Changes**
- Bump cookie-parser
- Bump express
- Bump express-basic-auth
- Bump hap-nodejs
- Bump mqtt
- Bump qrcode
- Bump ws
- Bump axios
- Bump ESLint

- **3.0.1**

- **Fixes**
Expand Down
34 changes: 17 additions & 17 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hap-router",
"version": "3.0.1",
"version": "3.0.2",
"description": "A Middleware HAP Router for bringing HomeKit functionality to your Home Automation.",
"main": "HAPRouter.js",
"keywords": [
Expand All @@ -23,36 +23,36 @@
"license": "MIT",
"dependencies": {
"child_process": "^1.0.2",
"cookie-parser": "^1.4.5",
"cookie-parser": "^1.4.6",
"cookie": "^0.4.1",
"events": "^3.3.0",
"express": "^4.17.1",
"express-basic-auth": "^1.2.0",
"hap-nodejs": "^0.9.6",
"express": "^4.17.2",
"express-basic-auth": "^1.2.1",
"hap-nodejs": "^0.9.8",
"ip": "^1.1.5",
"mqtt": "^4.2.8",
"mqtt": "^4.3.2",
"handlebars": "^4.7.7",
"readline": "^1.3.0",
"node-cleanup": "^2.1.2",
"matcher": "^4.0.0",
"qrcode": "^1.4.4",
"qrcode": "^1.5.0",
"bcrypt": "^5.0.1",
"express-rate-limit": "^5.5.0",
"ws": "^8.2.3",
"@marcus-j-davies/haprouter-route-http": "^3.2.0",
"@marcus-j-davies/haprouter-route-udp": "^3.2.0",
"@marcus-j-davies/haprouter-route-websocket": "^3.2.0",
"@marcus-j-davies/haprouter-route-mqtt": "^3.2.0",
"@marcus-j-davies/haprouter-route-console": "^3.2.0",
"@marcus-j-davies/haprouter-route-file": "^3.2.0",
"@marcus-j-davies/haprouter-route-null": "^3.2.0"
"ws": "^8.4.0",
"@marcus-j-davies/haprouter-route-http": "^3.2.1",
"@marcus-j-davies/haprouter-route-udp": "^3.2.1",
"@marcus-j-davies/haprouter-route-websocket": "^3.2.1",
"@marcus-j-davies/haprouter-route-mqtt": "^3.2.1",
"@marcus-j-davies/haprouter-route-console": "^3.2.1",
"@marcus-j-davies/haprouter-route-file": "^3.2.1",
"@marcus-j-davies/haprouter-route-null": "^3.2.1"
},
"engines": {
"node": ">=12.22.2"
},
"devDependencies": {
"eslint": "^8.1.0",
"prettier": "^2.4.1"
"eslint": "^8.5.0",
"prettier": "^2.5.1"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1eee982

Please sign in to comment.