iobroker.sbfspot 5.0.4 → 5.0.5

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-2025 René G. <info@rg-engineering.eu>
3
+ Copyright (c) 2017-2026 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
@@ -65,6 +65,10 @@ sometimes npm intall must be called more then one time to successfully install a
65
65
  Placeholder for the next version (at the beginning of the line):
66
66
  ### **WORK IN PROGRESS**
67
67
  -->
68
+ ### 5.0.5 (2026-03-17)
69
+ * (René) update dependencies + changes based on adapter checker
70
+ *
71
+
68
72
  ### 5.0.4 (2025-10-26)
69
73
  * (René) bug fix sentry
70
74
 
@@ -242,7 +246,7 @@ sometimes npm intall must be called more then one time to successfully install a
242
246
  ## License
243
247
  MIT License
244
248
 
245
- Copyright (c) 2017-2025 René G. <info@rg-engineering.eu>
249
+ Copyright (c) 2017-2026 René G. <info@rg-engineering.eu>
246
250
 
247
251
  Permission is hereby granted, free of charge, to any person obtaining a copy
248
252
  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": "5.0.4",
4
+ "version": "5.0.5",
5
5
  "news": {
6
+ "5.0.5": {
7
+ "en": "update dependencies + changes based on adapter checker\n",
8
+ "de": "aktualisierung abhängigkeiten + änderungen basierend auf adapter-checker\n",
9
+ "ru": "зависимости обновления + изменения на основе проверки адаптера\n",
10
+ "pt": "atualizar dependências + alterações com base no verificador de adaptadores\n",
11
+ "nl": "update afhankelijkheden + wijzigingen op basis van adaptercontrole\n",
12
+ "fr": "mettre à jour les dépendances + les changements basés sur le vérificateur d'adaptateur\n",
13
+ "it": "aggiornamento dipendenze + modifiche in base all'adattatore checker\n",
14
+ "es": "dependencias de actualización + cambios basados en el control de adaptador\n",
15
+ "pl": "aktualizacja zależności + zmiany w oparciu o sprawdzacz adaptera\n",
16
+ "uk": "оновлення залежності + зміни на основі перевірки адаптера\n",
17
+ "zh-cn": "根据适配器检查器更新依赖性+变化\n"
18
+ },
6
19
  "5.0.4": {
7
20
  "en": "bug fix sentry",
8
21
  "de": "fehlerbehebung gesendet",
@@ -80,19 +93,6 @@
80
93
  "pl": "zmiany wymagane przez sprawdzacz adaptera\nzaktualizowane zależności",
81
94
  "uk": "зміни, які вимагаються перевіркою адаптера\nоновлені залежності",
82
95
  "zh-cn": "适配器检查器要求的更改\n更新依赖关系"
83
- },
84
- "4.4.1": {
85
- "en": "translations",
86
- "de": "übersetzungen",
87
- "ru": "перевод",
88
- "pt": "traduções",
89
- "nl": "vertalingen",
90
- "fr": "traductions",
91
- "it": "traduzioni",
92
- "es": "traducciones",
93
- "pl": "tłumaczenia",
94
- "uk": "переклади",
95
- "zh-cn": "翻译"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -147,7 +147,7 @@
147
147
  ],
148
148
  "globalDependencies": [
149
149
  {
150
- "admin": ">=7.6.17"
150
+ "admin": ">=7.6.20"
151
151
  }
152
152
  ],
153
153
  "plugins": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sbfspot",
3
- "version": "5.0.4",
3
+ "version": "5.0.5",
4
4
  "description": "sbfspot (SMA inverter) Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -15,26 +15,26 @@
15
15
  ],
16
16
  "repository": {
17
17
  "type": "git",
18
- "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
18
+ "url": "git+https://github.com/rg-engineering/ioBroker.sbfspot.git"
19
19
  },
20
20
  "engines": {
21
21
  "node": ">= 20"
22
22
  },
23
23
  "dependencies": {
24
24
  "@iobroker/adapter-core": "^3.3.2",
25
- "axios": "^1.12.2",
26
- "better-sqlite3": "^12.4.1",
27
- "mysql2": "^3.15.1",
25
+ "axios": "^1.13.6",
26
+ "better-sqlite3": "^12.8.0",
27
+ "mysql2": "^3.20.0",
28
28
  "suncalc2": "^1.8.1"
29
29
  },
30
30
  "devDependencies": {
31
- "@alcalzone/release-script": "^5.0.0",
32
- "@alcalzone/release-script-plugin-iobroker": "^4.0.0",
33
- "@alcalzone/release-script-plugin-license": "^4.0.0",
34
- "@alcalzone/release-script-plugin-manual-review": "^4.0.0",
31
+ "@alcalzone/release-script": "^5.1.1",
32
+ "@alcalzone/release-script-plugin-iobroker": "^5.1.2",
33
+ "@alcalzone/release-script-plugin-license": "^5.1.1",
34
+ "@alcalzone/release-script-plugin-manual-review": "^5.1.1",
35
35
  "@iobroker/adapter-dev": "^1.5.0",
36
36
  "@iobroker/eslint-config": "^2.2.0",
37
- "@iobroker/testing": "^5.1.1"
37
+ "@iobroker/testing": "^5.2.2"
38
38
  },
39
39
  "main": "main.js",
40
40
  "bugs": {
@@ -47,7 +47,8 @@
47
47
  "test:integration": "mocha test/integration --exit",
48
48
  "lint": "eslint",
49
49
  "translate": "translate-adapter",
50
- "release": "release-script"
50
+ "release": "release-script",
51
+ "npm": "npm i"
51
52
  },
52
53
  "files": [
53
54
  "admin/",