Skip to content

Commit

Permalink
4.4.0 ... update socket.io-cliebt to 2.3.0 to prevent incompatibilities
Browse files Browse the repository at this point in the history
  • Loading branch information
Apollon77 committed Feb 8, 2020
1 parent 8fe84f3 commit 90150fa
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 12 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ And then call "npm run build".
- ...

## Changelog
### 4.3.9 (2020-02-08)
* (bluefox) Add new socket.io client library to prevent errors

### 4.3.8 (2020-02-07)
* (bluefox) Fixed the authentication error detection

Expand Down
13 changes: 9 additions & 4 deletions admin/vendor/socket.io.js

Large diffs are not rendered by default.

6 changes: 3 additions & 3 deletions io-package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"common": {
"name": "javascript",
"version": "4.3.8",
"version": "4.4.0",
"title": "Script Engine",
"titleLang": {
"en": "Script Engine",
Expand All @@ -22,7 +22,7 @@
"AlCalzone"
],
"news": {
"4.3.8": {
"4.4.0": {
"en": "Fixed the authentication error detection",
"de": "Die Erkennung von Authentifizierungsfehlern wurde behoben",
"ru": "Исправлено обнаружение ошибки аутентификации",
Expand Down Expand Up @@ -187,7 +187,7 @@
},
"dependencies": [
{
"admin": ">=3.7.8",
"admin": ">=4.0.1",
"js-controller": ">=2.2.0"
}
],
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iobroker.javascript",
"version": "4.3.8",
"version": "4.3.9",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down
13 changes: 9 additions & 4 deletions src/public/vendor/socket.io.js

Large diffs are not rendered by default.

0 comments on commit 90150fa

Please sign in to comment.