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 90150fa commit d6c8deb
Show file tree
Hide file tree
Showing 15 changed files with 33 additions and 42 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ And then call "npm run build".
- ...

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

### 4.3.8 (2020-02-07)
* (bluefox) Fixed the authentication error detection
Expand Down
18 changes: 9 additions & 9 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
{
"files": {
"main.css": "/static/css/main.ec63fb86.chunk.css",
"main.js": "/static/js/main.b40a2068.chunk.js",
"main.js.map": "/static/js/main.b40a2068.chunk.js.map",
"main.js": "/static/js/main.c06e875f.chunk.js",
"main.js.map": "/static/js/main.c06e875f.chunk.js.map",
"runtime-main.js": "/static/js/runtime-main.503500fc.js",
"runtime-main.js.map": "/static/js/runtime-main.503500fc.js.map",
"static/css/2.35ed4a38.chunk.css": "/static/css/2.35ed4a38.chunk.css",
"static/js/2.e86f5ed9.chunk.js": "/static/js/2.e86f5ed9.chunk.js",
"static/js/2.e86f5ed9.chunk.js.map": "/static/js/2.e86f5ed9.chunk.js.map",
"static/js/2.76a58801.chunk.js": "/static/js/2.76a58801.chunk.js",
"static/js/2.76a58801.chunk.js.map": "/static/js/2.76a58801.chunk.js.map",
"index.html": "/index.html",
"precache-manifest.f19c6e12c848dd9ee676a384856d2af7.js": "/precache-manifest.f19c6e12c848dd9ee676a384856d2af7.js",
"precache-manifest.2667e3a6e95d83f9ded6e81f5008ecf1.js": "/precache-manifest.2667e3a6e95d83f9ded6e81f5008ecf1.js",
"service-worker.js": "/service-worker.js",
"static/css/2.35ed4a38.chunk.css.map": "/static/css/2.35ed4a38.chunk.css.map",
"static/css/main.ec63fb86.chunk.css.map": "/static/css/main.ec63fb86.chunk.css.map",
"static/js/2.e86f5ed9.chunk.js.LICENSE.txt": "/static/js/2.e86f5ed9.chunk.js.LICENSE.txt",
"static/js/main.b40a2068.chunk.js.LICENSE.txt": "/static/js/main.b40a2068.chunk.js.LICENSE.txt",
"static/js/2.76a58801.chunk.js.LICENSE.txt": "/static/js/2.76a58801.chunk.js.LICENSE.txt",
"static/js/main.c06e875f.chunk.js.LICENSE.txt": "/static/js/main.c06e875f.chunk.js.LICENSE.txt",
"static/media/copy-content.svg": "/static/media/copy-content.6fe0b363.svg"
},
"entrypoints": [
"static/js/runtime-main.503500fc.js",
"static/css/2.35ed4a38.chunk.css",
"static/js/2.e86f5ed9.chunk.js",
"static/js/2.76a58801.chunk.js",
"static/css/main.ec63fb86.chunk.css",
"static/js/main.b40a2068.chunk.js"
"static/js/main.c06e875f.chunk.js"
]
}
Original file line number Diff line number Diff line change
@@ -1,31 +1,31 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "a8857c4339351ae8cdaf25f8f9a43d5a",
"revision": "ffc94f07753b066985c55d939147b209",
"url": "/index.html"
},
{
"revision": "acb787ef1b6deeef530d",
"revision": "d8dfa4afb84468ee318a",
"url": "/static/css/2.35ed4a38.chunk.css"
},
{
"revision": "97f11a5124c8ecfebca5",
"revision": "91433cc6966a33141c15",
"url": "/static/css/main.ec63fb86.chunk.css"
},
{
"revision": "acb787ef1b6deeef530d",
"url": "/static/js/2.e86f5ed9.chunk.js"
"revision": "d8dfa4afb84468ee318a",
"url": "/static/js/2.76a58801.chunk.js"
},
{
"revision": "51dbd9117c059c3cc025689fdbd0bc1e",
"url": "/static/js/2.e86f5ed9.chunk.js.LICENSE.txt"
"revision": "6f5f1c4a5f7f6e382b8aeca1b4ac8d96",
"url": "/static/js/2.76a58801.chunk.js.LICENSE.txt"
},
{
"revision": "97f11a5124c8ecfebca5",
"url": "/static/js/main.b40a2068.chunk.js"
"revision": "91433cc6966a33141c15",
"url": "/static/js/main.c06e875f.chunk.js"
},
{
"revision": "578fa69920ac4a551e6d340a37256bed",
"url": "/static/js/main.b40a2068.chunk.js.LICENSE.txt"
"url": "/static/js/main.c06e875f.chunk.js.LICENSE.txt"
},
{
"revision": "a0f011b34eb2f352d77b",
Expand Down
2 changes: 1 addition & 1 deletion admin/service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");

importScripts(
"/precache-manifest.f19c6e12c848dd9ee676a384856d2af7.js"
"/precache-manifest.2667e3a6e95d83f9ded6e81f5008ecf1.js"
);

self.addEventListener('message', (event) => {
Expand Down
3 changes: 3 additions & 0 deletions admin/static/js/2.76a58801.chunk.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,6 @@ object-assign
* LICENSE file in the root directory of this source tree.
*/

/** @license React v16.8.3
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**!
* @fileOverview Kickass library to create and place poppers near their reference elements.
* @version 1.16.1
Expand Down
1 change: 1 addition & 0 deletions admin/static/js/2.76a58801.chunk.js.map

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions admin/static/js/2.e86f5ed9.chunk.js

This file was deleted.

1 change: 0 additions & 1 deletion admin/static/js/2.e86f5ed9.chunk.js.map

This file was deleted.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion admin/tab.html

Large diffs are not rendered by default.

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.9",
"version": "4.4.0",
"description": "Javascript/Coffescript Script Engine for ioBroker",
"author": "bluefox <[email protected]>",
"contributors": [
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"private": true,
"dependencies": {
"@material-ui/core": "^4.9.1",
"@iobroker/adapter-react": "^0.2.25",
"@iobroker/adapter-react": "^0.3.1",
"classnames": "^2.2.6",
"cronstrue": "^1.88.0",
"eslint": "^6.8.0",
Expand Down

0 comments on commit d6c8deb

Please sign in to comment.