iobroker.solarviewdatareader 1.2.3 → 1.2.4
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 +5 -4
- package/io-package.json +14 -14
- package/package.json +11 -18
package/README.md
CHANGED
|
@@ -60,6 +60,11 @@ UL3, IL3 = mains voltage, mains power phase 3
|
|
|
60
60
|
TKK= Temperature inverter
|
|
61
61
|
|
|
62
62
|
## Changelog
|
|
63
|
+
### 1.2.4 (2025-10-24)
|
|
64
|
+
* (afuerhoff) dependencies updated
|
|
65
|
+
* (afuerhoff) npm security changes
|
|
66
|
+
* (afuerhoff) repository checker warnings fixed
|
|
67
|
+
|
|
63
68
|
### 1.2.3 (2025-09-19)
|
|
64
69
|
* (afuerhoff) dependencies updated
|
|
65
70
|
* (afuerhoff) repository checker issues fixed
|
|
@@ -81,10 +86,6 @@ TKK= Temperature inverter
|
|
|
81
86
|
* (afuerhoff) logging optimized
|
|
82
87
|
* (afuerhoff) net handling optimized
|
|
83
88
|
|
|
84
|
-
### 1.1.4 (2024-10-17)
|
|
85
|
-
* (afuerhoff) dependencies updated
|
|
86
|
-
* (afuerhoff) Fixes [#182](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/182)
|
|
87
|
-
|
|
88
89
|
## License
|
|
89
90
|
MIT License
|
|
90
91
|
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "solarviewdatareader",
|
|
4
|
-
"version": "1.2.
|
|
4
|
+
"version": "1.2.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.2.4": {
|
|
7
|
+
"en": "dependencies updated\nnpm security changes\nrepository checker warnings fixed",
|
|
8
|
+
"de": "aktualisierte abhängigkeiten\nnpm sicherheitsänderungen\nrepository checker warnungen fixiert",
|
|
9
|
+
"ru": "обновленные зависимости\nизменения в безопасности pm\nrepository checker предупреждения",
|
|
10
|
+
"pt": "dependências atualizadas\nalterações de segurança do npm\navisos de verificação de repositórios corrigidos",
|
|
11
|
+
"nl": "afhankelijkheden bijgewerkt\nnpm beveiligingswijzigingen\nrepository checker waarschuwingen vast",
|
|
12
|
+
"fr": "dépendances mises à jour\nnpm changements de sécurité\nalertes du contrôleur du dépôt corrigées",
|
|
13
|
+
"it": "dipendenze aggiornate\nnpm modifiche di sicurezza\nrepository checker avvisi fissi",
|
|
14
|
+
"es": "dependencias actualizadas\nnpm cambios de seguridad\nadvertencias de repositorio fijo",
|
|
15
|
+
"pl": "zaktualizowane zależności\nnpm zmiany bezpieczeństwa\nstałe ostrzeżenia o sprawdzaniu repozytorium",
|
|
16
|
+
"uk": "оновлені залежності\nзміни безпеки npm\nпопередження репозиторійних перевірок фіксованих",
|
|
17
|
+
"zh-cn": "更新依赖关系\nnpm 安全变化\n已确定仓库检查器警告"
|
|
18
|
+
},
|
|
6
19
|
"1.2.3": {
|
|
7
20
|
"en": "dependencies updated\nrepository checker issues fixed\ntypescript error fixed",
|
|
8
21
|
"de": "Abhängigkeiten aktualisiert\nProbleme mit dem Repository-Checker behoben\nTypescript-Fehler behoben",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "zAŁĄCZNIK II\nzaktualizowane zależności",
|
|
81
94
|
"uk": "[#176](https://github.com/afuerhoff/ioBroker.solarviewdatareader/products/176)\nоновлені залежності",
|
|
82
95
|
"zh-cn": "适配器检查器改变 [# 176] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/ 1976) (中文(简体) )\n更新依赖关系"
|
|
83
|
-
},
|
|
84
|
-
"1.1.2": {
|
|
85
|
-
"en": "adapter checker changes\ndependencies updated\nautomatic restart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
86
|
-
"de": "adapter checker änderungen\naktualisierte abhängigkeiten\nautomatischer Neustart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
87
|
-
"ru": "изменения адаптера\nобновленная информация о зависимостях\nавтоматический перезапуск [#170] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
88
|
-
"pt": "alterações do verificador do adaptador\ndependências atualizadas\nautomatic restart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
89
|
-
"nl": "wijzigingen in de adaptercontrole\nafhankelijkheden bijgewerkt\nautomatische herstart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
90
|
-
"fr": "changement d'adaptateur\ndépendances mises à jour\nredémarrage automatique [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
91
|
-
"it": "adattatore checker modifiche\ndipendenze aggiornate\nriavvio automatico [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
92
|
-
"es": "cambios de control de adaptador\ndependencias actualizadas\nreinicio automático [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)",
|
|
93
|
-
"pl": "zmiany w kontrolerze adaptera\nzaktualizowane zależności\nw załączniku II wprowadza się następujące zmiany:",
|
|
94
|
-
"uk": "зміни адаптера\nоновлені залежності\nавтоматичний перезапуск [#170] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/products/170)",
|
|
95
|
-
"zh-cn": "适配器检查器更改\n更新依赖关系\n自动重启 [# 170] (https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170) (中文(简体) )"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.solarviewdatareader",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.4",
|
|
4
4
|
"description": "Get data from SolarView",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "Achim Fürhoff",
|
|
@@ -22,27 +22,20 @@
|
|
|
22
22
|
"@iobroker/adapter-core": "^3.3.2"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@alcalzone/release-script": "^
|
|
26
|
-
"@alcalzone/release-script-plugin-iobroker": "^
|
|
27
|
-
"@alcalzone/release-script-plugin-license": "^
|
|
28
|
-
"@alcalzone/release-script-plugin-manual-review": "^
|
|
29
|
-
"@iobroker/adapter-dev": "^1.
|
|
30
|
-
"@iobroker/eslint-config": "^2.
|
|
25
|
+
"@alcalzone/release-script": "^5.0.0",
|
|
26
|
+
"@alcalzone/release-script-plugin-iobroker": "^4.0.0",
|
|
27
|
+
"@alcalzone/release-script-plugin-license": "^4.0.0",
|
|
28
|
+
"@alcalzone/release-script-plugin-manual-review": "^4.0.0",
|
|
29
|
+
"@iobroker/adapter-dev": "^1.5.0",
|
|
30
|
+
"@iobroker/eslint-config": "^2.2.0",
|
|
31
31
|
"@iobroker/testing": "^5.1.1",
|
|
32
|
+
"@iobroker/types": "^7.0.7",
|
|
32
33
|
"@tsconfig/node20": "^20.1.6",
|
|
33
|
-
"@types/
|
|
34
|
-
"
|
|
35
|
-
"@types/mocha": "^10.0.10",
|
|
36
|
-
"@types/node": "^22.18.6",
|
|
37
|
-
"chai": "^4.5.0",
|
|
38
|
-
"chai-as-promised": "^7.1.2",
|
|
39
|
-
"mocha": "^10.8.2",
|
|
40
|
-
"rimraf": "^5.0.10",
|
|
41
|
-
"sinon": "^18.0.1",
|
|
42
|
-
"sinon-chai": "^3.7.0",
|
|
34
|
+
"@types/node": "^22.18.12",
|
|
35
|
+
"rimraf": "^6.0.1",
|
|
43
36
|
"source-map-support": "^0.5.21",
|
|
44
37
|
"ts-node": "^10.9.2",
|
|
45
|
-
"typescript": "^5.9.
|
|
38
|
+
"typescript": "^5.9.3"
|
|
46
39
|
},
|
|
47
40
|
"main": "build/main.js",
|
|
48
41
|
"type": "commonjs",
|