iobroker.drag-indicator 2.1.1 → 2.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -0
- package/io-package.json +14 -13
- package/package.json +4 -1
package/README.md
CHANGED
|
@@ -21,6 +21,9 @@ e.g. you can use it for power or temperature values.
|
|
|
21
21
|
Placeholder for the next version (at the beginning of the line):
|
|
22
22
|
### **WORK IN PROGRESS**
|
|
23
23
|
-->
|
|
24
|
+
### 2.1.2 (2023-11-12)
|
|
25
|
+
* (BenAhrdt) insert check vor node version >= 16
|
|
26
|
+
|
|
24
27
|
### 2.1.1 (2023-11-02)
|
|
25
28
|
* (BenAhrdt) correction in jsonconfig schema
|
|
26
29
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "drag-indicator",
|
|
4
|
-
"version": "2.1.
|
|
4
|
+
"version": "2.1.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.1.2": {
|
|
7
|
+
"en": "insert check vor node version >= 16",
|
|
8
|
+
"de": "kontrollieren vor knoten version >= anhang",
|
|
9
|
+
"ru": "вставить проверить vor node версия >= 16, 16, 16",
|
|
10
|
+
"pt": "insert check vor node version >= 16",
|
|
11
|
+
"nl": "insert check vor node versie 16",
|
|
12
|
+
"fr": "insert check vor node version phy= 16",
|
|
13
|
+
"it": ">= 16",
|
|
14
|
+
"es": "introducir ver la versión del nodo vor 16",
|
|
15
|
+
"pl": "instrukcja wejściowa w wersji węzłowej >== 16",
|
|
16
|
+
"uk": "вставити перевірку вихрового вузла версії >= 16 мар",
|
|
17
|
+
"zh-cn": "加 检查 16"
|
|
18
|
+
},
|
|
6
19
|
"2.1.1": {
|
|
7
20
|
"en": "correction in jsonconfig schema",
|
|
8
21
|
"de": "korrektur im jsonconfig schema",
|
|
@@ -76,18 +89,6 @@
|
|
|
76
89
|
"es": "comentar algunas líneas para mejor indecente",
|
|
77
90
|
"pl": "skomentować",
|
|
78
91
|
"zh-cn": "评 注"
|
|
79
|
-
},
|
|
80
|
-
"2.0.5": {
|
|
81
|
-
"en": "implemented paypal and sort readme",
|
|
82
|
-
"de": "implementiert paypal und sort readme",
|
|
83
|
-
"ru": "реализовано paypal и сортировать readme",
|
|
84
|
-
"pt": "implementado paypal e tipo readme",
|
|
85
|
-
"nl": "vertaling:",
|
|
86
|
-
"fr": "implémenté paypal et tri readme",
|
|
87
|
-
"it": "implementato paypal e ordina letto",
|
|
88
|
-
"es": "implementado paypal y tipo readme",
|
|
89
|
-
"pl": "zaimplementowany i odczytywany",
|
|
90
|
-
"zh-cn": "执行的薪资和一读"
|
|
91
92
|
}
|
|
92
93
|
},
|
|
93
94
|
"title": "Drag-Indicator",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.drag-indicator",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.2",
|
|
4
4
|
"description": "Shows the min and max of a selected value",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "BenAhrdt",
|
|
@@ -18,6 +18,9 @@
|
|
|
18
18
|
"type": "git",
|
|
19
19
|
"url": "https://github.com/BenAhrdt/ioBroker.drag-indicator"
|
|
20
20
|
},
|
|
21
|
+
"engines": {
|
|
22
|
+
"node": ">= 16"
|
|
23
|
+
},
|
|
21
24
|
"dependencies": {
|
|
22
25
|
"@iobroker/adapter-core": "^3.0.4",
|
|
23
26
|
"node-schedule": "^2.1.1"
|