Skip to content

Commit ef73766

Browse files
committed
chore: release v1.4.0
* IMPORTANT: Node.js 16+ is required to run this version! * (Apollon77) Update dependencies to make adapter work with Node.js 20+
1 parent 8bd962c commit ef73766

12 files changed

+196
-193
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
6666
-->
6767

6868
## Changelog
69-
### __WORK IN PROGRESS__
69+
### 1.4.0 (2023-12-02)
7070
* IMPORTANT: Node.js 16+ is required to run this version!
7171
* (Apollon77) Update dependencies to make adapter work with Node.js 20+
7272

admin/asset-manifest.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"files": {
33
"main.css": "./static/css/main.96b3c861.css",
4-
"main.js": "./static/js/main.59233a80.js",
4+
"main.js": "./static/js/main.30846e7e.js",
55
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
66
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
77
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
@@ -13,11 +13,11 @@
1313
"static/media/Equipment Room.svg": "./static/media/Equipment Room.db92bdca64f653c844f8.svg",
1414
"static/media/Front Yard.svg": "./static/media/Front Yard.af9ce2d89aa4d7a9363e.svg",
1515
"static/media/Light.svg": "./static/media/Light.21f1a5dfcc93f8ba1214.svg",
16-
"static/media/Irrigation.svg": "./static/media/Irrigation.d5fa30e9c2a519167964.svg",
1716
"static/media/Garden.svg": "./static/media/Garden.51c2e94f62a74e20775d.svg",
1817
"static/media/Gallery.svg": "./static/media/Gallery.4e7f9433fae8b24fdfca.svg",
1918
"static/media/Alarm Systems.svg": "./static/media/Alarm Systems.857ab9a8f90827777b88.svg",
2019
"static/media/Stove.svg": "./static/media/Stove.d0f68b3e138c5831d252.svg",
20+
"static/media/Irrigation.svg": "./static/media/Irrigation.da57e9df479035d5d7f0.svg",
2121
"static/media/Wardrobe.svg": "./static/media/Wardrobe.e8019970a2b51412cfdc.svg",
2222
"static/media/Windscreen.svg": "./static/media/Windscreen.6058448bf63f72dd5036.svg",
2323
"static/media/Pump.svg": "./static/media/Pump.a6035507cddbe7db5f6a.svg",
@@ -123,10 +123,10 @@
123123
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
124124
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
125125
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
126-
"main.59233a80.js.map": "./static/js/main.59233a80.js.map"
126+
"main.30846e7e.js.map": "./static/js/main.30846e7e.js.map"
127127
},
128128
"entrypoints": [
129129
"static/css/main.96b3c861.css",
130-
"static/js/main.59233a80.js"
130+
"static/js/main.30846e7e.js"
131131
]
132132
}

admin/index_m.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>s7</title><script defer="defer" src="./static/js/main.59233a80.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="./manifest.json"/><script type="text/javascript" src="./../../lib/js/socket.io.js"></script><title>s7</title><script defer="defer" src="./static/js/main.30846e7e.js"></script><link href="./static/css/main.96b3c861.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>

admin/static/css/main.96b3c861.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.59233a80.js renamed to admin/static/js/main.30846e7e.js

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 149 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,149 @@
1+
/*
2+
* based on code from:
3+
*
4+
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
5+
* Available via the MIT or new BSD license.
6+
* see: http://github.com/jrburke/requirejs for details
7+
*/
8+
9+
/*
10+
object-assign
11+
(c) Sindre Sorhus
12+
@license MIT
13+
*/
14+
15+
/*!
16+
localForage -- Offline Storage, Improved
17+
Version 1.10.0
18+
https://localforage.github.io/localForage
19+
(c) 2013-2017 Mozilla, Apache License 2.0
20+
*/
21+
22+
/*!
23+
* Cropper.js v1.6.1
24+
* https://fengyuanchen.github.io/cropperjs
25+
*
26+
* Copyright 2015-present Chen Fengyuan
27+
* Released under the MIT license
28+
*
29+
* Date: 2023-09-17T03:44:19.860Z
30+
*/
31+
32+
/*! @license
33+
==========================================================================
34+
SproutCore -- JavaScript Application Framework
35+
copyright 2006-2009, Sprout Systems Inc., Apple Inc. and contributors.
36+
Permission is hereby granted, free of charge, to any person obtaining a
37+
copy of this software and associated documentation files (the "Software"),
38+
to deal in the Software without restriction, including without limitation
39+
the rights to use, copy, modify, merge, publish, distribute, sublicense,
40+
and/or sell copies of the Software, and to permit persons to whom the
41+
Software is furnished to do so, subject to the following conditions:
42+
The above copyright notice and this permission notice shall be included in
43+
all copies or substantial portions of the Software.
44+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
45+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
46+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
47+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
48+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
49+
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
50+
DEALINGS IN THE SOFTWARE.
51+
SproutCore and the SproutCore logo are trademarks of Sprout Systems, Inc.
52+
For more information about SproutCore, visit http://www.sproutcore.com
53+
==========================================================================
54+
@license */
55+
56+
/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */
57+
58+
/**
59+
* @license React
60+
* react-dom.production.min.js
61+
*
62+
* Copyright (c) Facebook, Inc. and its affiliates.
63+
*
64+
* This source code is licensed under the MIT license found in the
65+
* LICENSE file in the root directory of this source tree.
66+
*/
67+
68+
/**
69+
* @license React
70+
* react-is.production.min.js
71+
*
72+
* Copyright (c) Facebook, Inc. and its affiliates.
73+
*
74+
* This source code is licensed under the MIT license found in the
75+
* LICENSE file in the root directory of this source tree.
76+
*/
77+
78+
/**
79+
* @license React
80+
* react-jsx-runtime.production.min.js
81+
*
82+
* Copyright (c) Facebook, Inc. and its affiliates.
83+
*
84+
* This source code is licensed under the MIT license found in the
85+
* LICENSE file in the root directory of this source tree.
86+
*/
87+
88+
/**
89+
* @license React
90+
* react.production.min.js
91+
*
92+
* Copyright (c) Facebook, Inc. and its affiliates.
93+
*
94+
* This source code is licensed under the MIT license found in the
95+
* LICENSE file in the root directory of this source tree.
96+
*/
97+
98+
/**
99+
* @license React
100+
* scheduler.production.min.js
101+
*
102+
* Copyright (c) Facebook, Inc. and its affiliates.
103+
*
104+
* This source code is licensed under the MIT license found in the
105+
* LICENSE file in the root directory of this source tree.
106+
*/
107+
108+
/**
109+
* @mui/x-date-pickers v6.18.2
110+
*
111+
* @license MIT
112+
* This source code is licensed under the MIT license found in the
113+
* LICENSE file in the root directory of this source tree.
114+
*/
115+
116+
/**
117+
* A better abstraction over CSS.
118+
*
119+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
120+
* @website https://github.com/cssinjs/jss
121+
* @license MIT
122+
*/
123+
124+
/** @license React v16.13.1
125+
* react-is.production.min.js
126+
*
127+
* Copyright (c) Facebook, Inc. and its affiliates.
128+
*
129+
* This source code is licensed under the MIT license found in the
130+
* LICENSE file in the root directory of this source tree.
131+
*/
132+
133+
/** @license React v17.0.2
134+
* react-jsx-runtime.production.min.js
135+
*
136+
* Copyright (c) Facebook, Inc. and its affiliates.
137+
*
138+
* This source code is licensed under the MIT license found in the
139+
* LICENSE file in the root directory of this source tree.
140+
*/
141+
142+
/** @license React v17.0.2
143+
* react.production.min.js
144+
*
145+
* Copyright (c) Facebook, Inc. and its affiliates.
146+
*
147+
* This source code is licensed under the MIT license found in the
148+
* LICENSE file in the root directory of this source tree.
149+
*/

admin/static/js/main.59233a80.js.map renamed to admin/static/js/main.30846e7e.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

admin/static/js/main.59233a80.js.LICENSE.txt

Lines changed: 0 additions & 128 deletions
This file was deleted.

0 commit comments

Comments
 (0)