iobroker.solarviewdatareader 1.2.0 → 1.2.1

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2019-2024 Achim Fürhoff <achim.fuerhoff@outlook.de>
3
+ Copyright (c) 2019-2025 Achim Fürhoff <achim.fuerhoff@outlook.de>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -60,6 +60,9 @@ UL3, IL3 = mains voltage, mains power phase 3
60
60
  TKK= Temperature inverter
61
61
 
62
62
  ## Changelog
63
+ ### 1.2.1 (2025-02-26)
64
+ * (afuerhoff) dependencies updated
65
+
63
66
  ### 1.2.0 (2024-12-20)
64
67
  * (afuerhoff) dependencies updated
65
68
  * (afuerhoff) Migration to ESLint 9 and @iobroker/eslint-config - issue [#189]
@@ -81,16 +84,10 @@ TKK= Temperature inverter
81
84
  * (afuerhoff) dependencies updated
82
85
  * (afuerhoff) automatic restart [#170](https://github.com/afuerhoff/ioBroker.solarviewdatareader/issues/170)
83
86
 
84
- ### 1.1.1 (2024-06-28)
85
- * (afuerhoff) change to typescript
86
- * (afuerhoff) dependencies updated
87
- * (afuerhoff) bugfix CCU variable
88
- * (afuerhoff) documentation changed
89
-
90
87
  ## License
91
88
  MIT License
92
89
 
93
- Copyright (c) 2019-2024 Achim Fürhoff <achim.fuerhoff@outlook.de>
90
+ Copyright (c) 2019-2025 Achim Fürhoff <achim.fuerhoff@outlook.de>
94
91
 
95
92
  Permission is hereby granted, free of charge, to any person obtaining a copy
96
93
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "solarviewdatareader",
4
- "version": "1.2.0",
4
+ "version": "1.2.1",
5
5
  "news": {
6
+ "1.2.1": {
7
+ "en": "dependencies updated",
8
+ "de": "aktualisierte abhängigkeiten",
9
+ "ru": "обновленные зависимости",
10
+ "pt": "dependências atualizadas",
11
+ "nl": "afhankelijkheden bijgewerkt",
12
+ "fr": "dépendances mises à jour",
13
+ "it": "dipendenze aggiornate",
14
+ "es": "dependencias actualizadas",
15
+ "pl": "zaktualizowane zależności",
16
+ "uk": "оновлені залежності",
17
+ "zh-cn": "更新依赖关系"
18
+ },
6
19
  "1.2.0": {
7
20
  "en": "dependencies updated\nMigration to ESLint 9 and @iobroker/eslint-config - issue [#189]\neslint: code optimized\nfixing chksum message if inverter 2 - 4 is not available\nlogging optimized\nnet handling optimized",
8
21
  "de": "aktualisierte abhängigkeiten\nMigration auf ESLint 9 und @iobroker/eslint-config - Ausgabe [#189]\neslint: code optimiert\nbefestigen der chksum-nachricht, wenn der wechselrichter 2 - 4 nicht verfügbar ist\nprotokollierung optimiert\nnetzhandling optimiert",
@@ -80,19 +93,6 @@
80
93
  "pl": "optymalizacja kodu\njsonConfig dodany\nzaktualizowane zależności\nwęzeł > = 18, kontroler sms > = 5. 0. 19\nadmin > = 6.17.13 z powodu awarii timePicker",
81
94
  "uk": "оптимізація коду\njsonConfig додано\nоновлені залежності\nвузол >= 18, js-controller >= 5,0.19\nadmin >= 6.17.13 через часНездатність файлу",
82
95
  "zh-cn": "代码优化\n添加了 json 图形\n更新依赖关系\n18号节点,js控制器 5.0.19 (中文(简体) )\n6.17.13 由于时间选择失败"
83
- },
84
- "1.0.8": {
85
- "en": "dependencies updated\ntranslations updated",
86
- "de": "aktualisierte abhängigkeiten\nübersetzungen aktualisiert",
87
- "ru": "обновленная информация о зависимостях\nобновленные переводы",
88
- "pt": "dependências atualizadas\ntraduções atualizadas",
89
- "nl": "afhankelijkheden bijgewerkt\nvertalingen bijgewerkt",
90
- "fr": "dépendances mises à jour\ntraductions mises à jour",
91
- "it": "dipendenze aggiornate\ntraduzioni aggiornate",
92
- "es": "dependencias actualizadas\ntraducciones actualizadas",
93
- "pl": "zaktualizowane zależności\naktualizacja tłumaczeń",
94
- "uk": "оновлені залежності\nпереклади оновлені",
95
- "zh-cn": "更新依赖关系\n更新翻译"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -158,7 +158,7 @@
158
158
  ],
159
159
  "globalDependencies": [
160
160
  {
161
- "admin": ">=6.17.9"
161
+ "admin": ">=6.17.14"
162
162
  }
163
163
  ]
164
164
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.solarviewdatareader",
3
- "version": "1.2.0",
3
+ "version": "1.2.1",
4
4
  "description": "Get data from SolarView",
5
5
  "author": {
6
6
  "name": "Achim Fürhoff",
@@ -26,14 +26,14 @@
26
26
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
27
27
  "@alcalzone/release-script-plugin-license": "^3.7.0",
28
28
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
29
- "@iobroker/adapter-dev": "^1.3.0",
29
+ "@iobroker/adapter-dev": "^1.4.0",
30
30
  "@iobroker/eslint-config": "^1.0.0",
31
- "@iobroker/testing": "^5.0.0",
31
+ "@iobroker/testing": "^5.0.3",
32
32
  "@tsconfig/node18": "^18.2.4",
33
33
  "@types/chai": "^4.3.20",
34
34
  "@types/chai-as-promised": "^7.1.8",
35
35
  "@types/mocha": "^10.0.10",
36
- "@types/node": "^20.17.10",
36
+ "@types/node": "^20.17.19",
37
37
  "chai": "^4.5.0",
38
38
  "chai-as-promised": "^7.1.2",
39
39
  "mocha": "^10.8.2",
@@ -42,7 +42,7 @@
42
42
  "sinon-chai": "^3.7.0",
43
43
  "source-map-support": "^0.5.21",
44
44
  "ts-node": "^10.9.2",
45
- "typescript": "^5.7.2"
45
+ "typescript": "^5.7.3"
46
46
  },
47
47
  "main": "build/main.js",
48
48
  "type": "commonjs",