iobroker.sbfspot 4.1.5 → 4.1.6

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 CHANGED
@@ -51,7 +51,7 @@ sometimes npm intall must be called more then one time to successfully install a
51
51
 
52
52
  ## Changelog
53
53
 
54
- ### 4.1.5 (2023-07-30)
54
+ ### 4.1.6 (2023-07-30)
55
55
  * (René) dependencies updated
56
56
 
57
57
  ### 4.1.4 (2023-04-07)
package/io-package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "sbfspot",
4
- "version": "4.1.5",
4
+ "version": "4.1.6",
5
5
  "news": {
6
- "4.1.5": {
6
+ "4.1.6": {
7
7
  "en": "dependencies updated",
8
8
  "de": "Abhängigkeiten aktualisiert",
9
9
  "ru": "зависимости обновлены",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.sbfspot",
3
- "version": "4.1.5",
3
+ "version": "4.1.6",
4
4
  "description": "sbfspot (SMA inverter) Adapter",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -18,7 +18,7 @@
18
18
  "url": "https://github.com/rg-engineering/ioBroker.sbfspot"
19
19
  },
20
20
  "dependencies": {
21
- "@iobroker/adapter-core": "3.0.1",
21
+ "@iobroker/adapter-core": "2.6.8",
22
22
  "better-sqlite3": "8.5.0",
23
23
  "mysql2": "3.5.2",
24
24
  "suncalc2": "1.8.1"