-
Notifications
You must be signed in to change notification settings - Fork 383
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added flag to allow socket.io to use polling/xhr if a ws connection c…
…annot be establish
- Loading branch information
Showing
7 changed files
with
115 additions
and
100 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
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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": "homebridge-config-ui-x", | ||
"version": "4.0.1", | ||
"version": "4.0.2", | ||
"description": "Configuration UI plugin for Homebridge", | ||
"license": "MIT", | ||
"author": "oznu <[email protected]>", | ||
|
@@ -57,13 +57,13 @@ | |
"@oznu/hap-client": "0.0.4", | ||
"@types/express": "^4.16.0", | ||
"@types/fs-extra": "^5.0.5", | ||
"@types/node": "^11.13.4", | ||
"@types/node": "^11.13.5", | ||
"@types/socket.io": "^2.1.2", | ||
"bash-color": "0.0.4", | ||
"buffer-shims": "^1.0.0", | ||
"concurrently": "^4.1.0", | ||
"dotenv": "^7.0.0", | ||
"fastify": "^2.2.0", | ||
"fastify": "^2.3.0", | ||
"fastify-static": "^2.4.0", | ||
"fs-extra": "^7.0.1", | ||
"helmet": "^3.16.0", | ||
|
@@ -72,7 +72,7 @@ | |
"passport": "^0.4.0", | ||
"passport-jwt": "^4.0.0", | ||
"pino-pretty": "^2.6.0", | ||
"point-of-view": "^3.1.1", | ||
"point-of-view": "^3.2.0", | ||
"prettier": "^1.17.0", | ||
"qr-image": "^3.2.0", | ||
"request": "^2.88.0", | ||
|
@@ -81,10 +81,10 @@ | |
"ts-loader": "^5.3.3", | ||
"ts-node": "^8.1.0", | ||
"tsconfig-paths": "^3.5.0", | ||
"tslint": "^5.15.0", | ||
"typescript": "^3.4.3", | ||
"tslint": "^5.16.0", | ||
"typescript": "^3.4.4", | ||
"webpack": "^4.30.0", | ||
"webpack-cli": "^3.3.0", | ||
"webpack-node-externals": "^1.7.2" | ||
} | ||
} | ||
} |
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
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
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