iobroker.heos 1.12.2 → 2.0.0
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/.github/workflows/test-and-release.yml +1 -1
- package/README.md +6 -0
- package/io-package.json +27 -27
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -144,6 +144,12 @@ Alternative you can use the script from Uhula: https://forum.iobroker.net/post/4
|
|
|
144
144
|
Placeholder for the next version (at the beginning of the line):
|
|
145
145
|
### **WORK IN PROGRESS**
|
|
146
146
|
-->
|
|
147
|
+
### 2.0.0 (2023-08-05)
|
|
148
|
+
* (withstu) fix pipelines and remove node 14.x support
|
|
149
|
+
|
|
150
|
+
### 1.12.3 (2023-08-05)
|
|
151
|
+
* (withstu) update dependencies
|
|
152
|
+
|
|
147
153
|
### 1.12.2 (2023-05-13)
|
|
148
154
|
* (withstu) optimize error handling
|
|
149
155
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,34 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "heos",
|
|
4
|
-
"version": "
|
|
4
|
+
"version": "2.0.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"2.0.0": {
|
|
7
|
+
"en": "fix pipelines and remove node 14.x support",
|
|
8
|
+
"de": "pipelines fixieren und knoten 14.x-unterstützung entfernen",
|
|
9
|
+
"ru": "исправить трубопроводы и удалить node 14.x поддержка",
|
|
10
|
+
"pt": "corrigir pipelines e remover o nó 14.x suporte",
|
|
11
|
+
"nl": "verwijder node 14.x ondersteuning",
|
|
12
|
+
"fr": "fixer les pipelines et retirer le support node 14.x",
|
|
13
|
+
"it": "fissare le tubazioni e rimuovere il supporto nodo 14.x",
|
|
14
|
+
"es": "arreglar los oleoductos y eliminar el nodo 14.x soporte",
|
|
15
|
+
"pl": "ustawienie rurociągów i usunięcie węzła 14x",
|
|
16
|
+
"uk": "кріплення трубопроводів і видалення вузла 14.x",
|
|
17
|
+
"zh-cn": "f 配件和取消14x的支助"
|
|
18
|
+
},
|
|
19
|
+
"1.12.3": {
|
|
20
|
+
"en": "update dependencies",
|
|
21
|
+
"de": "aktualisierung der abhängigkeiten",
|
|
22
|
+
"ru": "обновление зависимостей",
|
|
23
|
+
"pt": "dependências",
|
|
24
|
+
"nl": "vertaling:",
|
|
25
|
+
"fr": "mettre à jour les dépendances",
|
|
26
|
+
"it": "aggiornamento dipendenze",
|
|
27
|
+
"es": "dependencias de actualización",
|
|
28
|
+
"pl": "zależności",
|
|
29
|
+
"uk": "оновлення залежності",
|
|
30
|
+
"zh-cn": "a. 最新受扶养人"
|
|
31
|
+
},
|
|
6
32
|
"1.12.2": {
|
|
7
33
|
"en": "optimize error handling",
|
|
8
34
|
"de": "optimierung der fehlerbehandlung",
|
|
@@ -67,32 +93,6 @@
|
|
|
67
93
|
"pl": "aktualizacja\npolepszenie\nulepszenie przycisków w przeglądarce",
|
|
68
94
|
"uk": "оновлення деяких залежностей\nполіпшення безпеки\nпокращувати відтворення всіх кнопок у функції перегляду",
|
|
69
95
|
"zh-cn": "二. 更新一些依赖性\n改进失败\nb. 代管特区改善所有但顿作用"
|
|
70
|
-
},
|
|
71
|
-
"1.11.2": {
|
|
72
|
-
"en": "adopt to new adapter structure",
|
|
73
|
-
"de": "neue adapterstruktur übernehmen",
|
|
74
|
-
"ru": "принять к новой структуре адаптера",
|
|
75
|
-
"pt": "adotar a nova estrutura do adaptador",
|
|
76
|
-
"nl": "adopteren",
|
|
77
|
-
"fr": "adopter à la nouvelle structure de l'adaptateur",
|
|
78
|
-
"it": "adottare per la nuova struttura adattatore",
|
|
79
|
-
"es": "adoptar a nueva estructura de adaptador",
|
|
80
|
-
"pl": "zaadoptowanie nowej struktury adapterowej",
|
|
81
|
-
"uk": "прийняти до нової структури адаптера",
|
|
82
|
-
"zh-cn": "通过新的适应结构"
|
|
83
|
-
},
|
|
84
|
-
"1.11.1": {
|
|
85
|
-
"en": "fix release",
|
|
86
|
-
"de": "zurück zur übersicht",
|
|
87
|
-
"ru": "исправить релиз",
|
|
88
|
-
"pt": "liberação de correção",
|
|
89
|
-
"nl": "loslaten",
|
|
90
|
-
"fr": "correction",
|
|
91
|
-
"it": "rilascio corretto",
|
|
92
|
-
"es": "corrección de liberación",
|
|
93
|
-
"pl": "naprawa",
|
|
94
|
-
"uk": "фіксувати реліз",
|
|
95
|
-
"zh-cn": "f 固定释放"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"title": "HEOS",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.heos",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "2.0.0",
|
|
4
4
|
"description": "The adapter lets control HEOS from ioBroker",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "withstu",
|
|
@@ -23,11 +23,11 @@
|
|
|
23
23
|
"url": "https://github.com/withstu/ioBroker.heos"
|
|
24
24
|
},
|
|
25
25
|
"engines": {
|
|
26
|
-
"node": ">=
|
|
26
|
+
"node": ">= 16"
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
29
|
"@iobroker/adapter-core": "^2.6.8",
|
|
30
|
-
"fast-xml-parser": "^4.
|
|
30
|
+
"fast-xml-parser": "^4.2.7",
|
|
31
31
|
"got": "^11.8.6",
|
|
32
32
|
"html-entities": "^2.3.3",
|
|
33
33
|
"node-ssdp": "^4.0.1",
|
|
@@ -41,20 +41,20 @@
|
|
|
41
41
|
"@iobroker/adapter-dev": "^1.2.0",
|
|
42
42
|
"@iobroker/testing": "^4.1.0",
|
|
43
43
|
"@tsconfig/node14": "^1.0.3",
|
|
44
|
-
"@types/chai": "^4.3.
|
|
44
|
+
"@types/chai": "^4.3.5",
|
|
45
45
|
"@types/chai-as-promised": "^7.1.5",
|
|
46
46
|
"@types/mocha": "^10.0.1",
|
|
47
|
-
"@types/node": "^
|
|
47
|
+
"@types/node": "^20.4.8",
|
|
48
48
|
"@types/proxyquire": "^1.3.28",
|
|
49
49
|
"@types/sinon": "^10.0.8",
|
|
50
50
|
"@types/sinon-chai": "^3.2.9",
|
|
51
|
-
"axios": "^1.
|
|
51
|
+
"axios": "^1.4.0",
|
|
52
52
|
"chai": "^4.3.7",
|
|
53
53
|
"chai-as-promised": "^7.1.1",
|
|
54
54
|
"eslint": "^8.39.0",
|
|
55
55
|
"mocha": "^10.2.0",
|
|
56
56
|
"proxyquire": "^2.1.3",
|
|
57
|
-
"sinon": "^15.0
|
|
57
|
+
"sinon": "^15.2.0",
|
|
58
58
|
"sinon-chai": "^3.7.0",
|
|
59
59
|
"typescript": "~5.0.4"
|
|
60
60
|
},
|