Skip to content

Commit

Permalink
chore: release v1.4.1
Browse files Browse the repository at this point in the history
* IMPORTANT: Node.js 16+ is required to run this version!
* (Apollon77) Update dependencies to make adapter work with Node.js 20+
  • Loading branch information
GermanBluefox committed Dec 4, 2023
1 parent 382b84b commit 03a5da5
Show file tree
Hide file tree
Showing 9 changed files with 63 additions and 34 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ More description could be found [here](https://github.com/ioBroker/ioBroker.s7/b
-->

## Changelog
### **WORK IN PROGRESS**
### 1.4.1 (2023-12-04)
* IMPORTANT: Node.js 16+ is required to run this version!
* (Apollon77) Update dependencies to make adapter work with Node.js 20+

Expand Down
6 changes: 3 additions & 3 deletions admin/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files": {
"main.css": "./static/css/main.96b3c861.css",
"main.js": "./static/js/main.4592a2ef.js",
"main.js": "./static/js/main.33efd4c2.js",
"static/media/Ground Floor.svg": "./static/media/Ground Floor.2b7c5c91db7f070935a2.svg",
"static/media/Second Floor.svg": "./static/media/Second Floor.a2d5ed32df336591c06b.svg",
"static/media/Cellar.svg": "./static/media/Cellar.7ec1b1803a2437c8b78c.svg",
Expand Down Expand Up @@ -123,10 +123,10 @@
"static/media/Outdoor Blinds.svg": "./static/media/Outdoor Blinds.37b85a9c060a4af48da9.svg",
"static/media/Upstairs.svg": "./static/media/Upstairs.441813e54e0daca0882d.svg",
"main.96b3c861.css.map": "./static/css/main.96b3c861.css.map",
"main.4592a2ef.js.map": "./static/js/main.4592a2ef.js.map"
"main.33efd4c2.js.map": "./static/js/main.33efd4c2.js.map"
},
"entrypoints": [
"static/css/main.96b3c861.css",
"static/js/main.4592a2ef.js"
"static/js/main.33efd4c2.js"
]
}
2 changes: 1 addition & 1 deletion admin/index_m.html
Original file line number Diff line number Diff line change
@@ -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.4592a2ef.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>
<!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.33efd4c2.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>

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
* based on code from:
*
* @license RequireJS text 0.25.0 Copyright (c) 2010-2011, The Dojo Foundation All Rights Reserved.
* Available via the MIT or new BSD license.
* see: http://github.com/jrburke/requirejs for details
*/

/*!
localForage -- Offline Storage, Improved
Expand All @@ -21,6 +23,30 @@ object-assign
* Date: 2023-09-17T03:44:19.860Z
*/

/*! @license
==========================================================================
SproutCore -- JavaScript Application Framework
copyright 2006-2009, Sprout Systems Inc., Apple Inc. and contributors.
Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),
to deal in the Software without restriction, including without limitation
the rights to use, copy, modify, merge, publish, distribute, sublicense,
and/or sell copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
DEALINGS IN THE SOFTWARE.
SproutCore and the SproutCore logo are trademarks of Sprout Systems, Inc.
For more information about SproutCore, visit http://www.sproutcore.com
==========================================================================
@license */

/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */

/**
Expand Down Expand Up @@ -74,33 +100,23 @@ object-assign
*/

/**
* A better abstraction over CSS.
* @mui/x-date-pickers v6.18.2
*
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
* @website https://github.com/cssinjs/jss
* @license MIT
*/

/** @license React v16.13.1
* 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.
*/

/** @license React v17.0.2
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
/**
* A better abstraction over CSS.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
* @website https://github.com/cssinjs/jss
* @license MIT
*/

/** @license React v17.0.2
* react.production.min.js
/** @license React v16.13.1
* react-is.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
Expand Down

Large diffs are not rendered by default.

15 changes: 14 additions & 1 deletion io-package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,21 @@
{
"common": {
"name": "s7",
"version": "1.4.0",
"version": "1.4.1",
"news": {
"1.4.1": {
"en": "IMPORTANT: Node.js 16+ is required to run this version!\nUpdate dependencies to make adapter work with Node.js 20+",
"de": "WICHTIG: Node.js 16+ muss diese Version ausführen!\nAktualisieren Sie Abhängigkeiten, um Adapter mit Node.js 20+ zu arbeiten",
"ru": "ВАЖНО: Node.js 16+ требуется для запуска этой версии!\nОбновить зависимости, чтобы сделать адаптер работать с Node.js 20+",
"pt": "IMPORTANTE: Node.js 16+ é obrigado a executar esta versão!\nAtualizar dependências para fazer o trabalho do adaptador com Node.js 20+",
"nl": "Neede, 16 + moet deze versie leiden!\nUpdate afhankelijkheid om adapter te laten werken met Node",
"fr": "IMPORTANT: Node.js 16+ est nécessaire pour exécuter cette version!\nMettre à jour les dépendances pour faire fonctionner l'adaptateur avec Node.js 20+",
"it": "IMPORTANTE: Node.js 16+ è necessario eseguire questa versione!\nAggiornare le dipendenze per rendere il lavoro adattatore con Node.js 20+",
"es": "IMPORTANTE: Node.js 16+ es necesario para ejecutar esta versión!\nActualizar las dependencias para hacer que el adaptador funcione con Node.js 20+",
"pl": "IMPORTANT: Nodejs 16+ jest zobowiązany do uruchomienia tej wersji!\nW zależności od użytkowania pracy adapterowej Nodejs 20+",
"uk": "ВАЖЛИВО: Node.js 16+ потрібно запустити цю версію!\nОновлення залежності, щоб зробити роботу адаптера з Node.js 20+",
"zh-cn": "IMPORTANT:Nodejs 16+必须使用这个版本!\n适应工作的最新依赖性 20+"
},
"1.3.15": {
"en": "Updated GUI packages\nAdded ukrainian translation",
"de": "Aktualisierte GUI-Pakete\nHinzugefügt ukrainische Übersetzung",
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.s7",
"version": "1.4.0",
"version": "1.4.1",
"description": "Siemens S7 over Snap7",
"author": {
"name": "smiling_Jack",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "modebus-admin",
"version": "1.4.0",
"version": "1.4.1",
"private": true,
"dependencies": {
"@iobroker/adapter-react-v5": "^4.7.6",
Expand Down

0 comments on commit 03a5da5

Please sign in to comment.