iobroker.sbfspot 4.4.1 → 4.4.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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
3
+ Copyright (c) 2017-2025 René G. <info@rg-engineering.eu>
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
@@ -63,6 +63,10 @@ sometimes npm intall must be called more then one time to successfully install a
63
63
  Placeholder for the next version (at the beginning of the line):
64
64
  ### **WORK IN PROGRESS**
65
65
  -->
66
+ ### 4.4.2 (2025-02-27)
67
+ * (René) changes requested by adapter checker
68
+ * (René) dependencies updated
69
+
66
70
  ### 4.4.1 (2024-12-15)
67
71
  * (René) translations
68
72
 
@@ -218,7 +222,7 @@ sometimes npm intall must be called more then one time to successfully install a
218
222
  ## License
219
223
  MIT License
220
224
 
221
- Copyright (c) 2017-2024 René G. <info@rg-engineering.eu>
225
+ Copyright (c) 2017-2025 René G. <info@rg-engineering.eu>
222
226
 
223
227
  Permission is hereby granted, free of charge, to any person obtaining a copy
224
228
  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": "sbfspot",
4
- "version": "4.4.1",
4
+ "version": "4.4.2",
5
5
  "news": {
6
+ "4.4.2": {
7
+ "en": "changes requested by adapter checker\ndependencies updated",
8
+ "de": "änderungen, die von adapter checker angefordert werden\naktualisierte abhängigkeiten",
9
+ "ru": "изменения, запрошенные adapter checker\nобновленные зависимости",
10
+ "pt": "alterações solicitadas pelo verificador do adaptador\ndependências atualizadas",
11
+ "nl": "wijzigingen gevraagd door adaptercontrole\nafhankelijkheden bijgewerkt",
12
+ "fr": "modifications demandées par l'adaptateur checker\ndépendances mises à jour",
13
+ "it": "modifiche richieste da adattatore checker\ndipendenze aggiornate",
14
+ "es": "cambios solicitados por el adaptador\ndependencias actualizadas",
15
+ "pl": "zmiany wymagane przez sprawdzacz adaptera\nzaktualizowane zależności",
16
+ "uk": "зміни, які вимагаються перевіркою адаптера\nоновлені залежності",
17
+ "zh-cn": "适配器检查器要求的更改\n更新依赖关系"
18
+ },
6
19
  "4.4.1": {
7
20
  "en": "translations",
8
21
  "de": "übersetzungen",
@@ -80,19 +93,6 @@
80
93
  "pl": "(René) zmiana zależności",
81
94
  "uk": "(Рене) зміна залежностей",
82
95
  "zh-cn": "(René) 属地变化"
83
- },
84
- "4.3.1": {
85
- "en": "(René) bug fix for data history in VIS-2",
86
- "de": "Fehlerbehebung für die Datenhistorie in VIS-2",
87
- "ru": "(René) исправление ошибок для истории данных в VIS-2",
88
- "pt": "(René) correção de bugs para histórico de dados no VIS-2",
89
- "nl": "(René) bug fix voor gegevensgeschiedenis in VIS-2",
90
- "fr": "Correction du bogue (René) pour l'historique des données dans VIS-2",
91
- "it": "(René) bug fix per la cronologia dei dati in VIS-2",
92
- "es": "(René) bug fix for data history in VIS-2",
93
- "pl": "(René) fix dla historii danych w VIS-2",
94
- "uk": "(René) Виправлення помилок для історії даних в VIS-2",
95
- "zh-cn": "(René) VIS-2中数据历史的错误修正"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -145,6 +145,11 @@
145
145
  "js-controller": ">=5.0.19"
146
146
  }
147
147
  ],
148
+ "globalDependencies": [
149
+ {
150
+ "admin": ">=7.4.10"
151
+ }
152
+ ],
148
153
  "plugins": {
149
154
  "sentry": {
150
155
  "dsn": "https://5369ea829c024fdf92b71a7b82f1f410@o390433.ingest.sentry.io/5434783"
@@ -215,5 +220,11 @@
215
220
  "sqlite_path": "",
216
221
  "install_date": "2001-08-25",
217
222
  "GetDataOnlyWhenDaylight": true
218
- }
223
+ },
224
+ "protectedNative": [
225
+ "sbfspotPassword"
226
+ ],
227
+ "encryptedNative": [
228
+ "sbfspotPassword"
229
+ ]
219
230
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sbfspot",
3
- "version": "4.4.1",
3
+ "version": "4.4.2",
4
4
  "description": "sbfspot (SMA inverter) Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -22,7 +22,7 @@
22
22
  },
23
23
  "dependencies": {
24
24
  "@iobroker/adapter-core": "^3.2.3",
25
- "better-sqlite3": "^11.6.0",
25
+ "better-sqlite3": "^11.8.1",
26
26
  "mysql2": "^3.11.5",
27
27
  "suncalc2": "^1.8.1"
28
28
  },
@@ -31,10 +31,10 @@
31
31
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
32
32
  "@alcalzone/release-script-plugin-license": "^3.7.0",
33
33
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
34
- "@iobroker/adapter-dev": "^1.3.0",
35
- "@iobroker/testing": "^5.0.0",
36
- "chai": "^5.1.2",
37
- "mocha": "^11.0.1"
34
+ "@iobroker/adapter-dev": "^1.4.0",
35
+ "@iobroker/testing": "^5.0.3",
36
+ "chai": "^5.2.0",
37
+ "mocha": "^11.1.0"
38
38
  },
39
39
  "main": "main.js",
40
40
  "bugs": {