iobroker.amtronwallbox 0.3.0 → 0.3.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) 2022-2024 René G. <info@rg-engineering.eu>
3
+ Copyright (c) 2022-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
@@ -54,6 +54,10 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
54
54
  Placeholder for the next version (at the beginning of the line):
55
55
  ### **WORK IN PROGRESS**
56
56
  -->
57
+ ### 0.3.1 (2025-02-27)
58
+ * (René) changes requested by adapter checker
59
+ * (René) dependencies updated
60
+
57
61
  ### 0.3.0 (2024-12-17)
58
62
  * (René) see issue #284: test with nodejs@22
59
63
  * (René) update dependencies
@@ -120,7 +124,7 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
120
124
  ## License
121
125
  MIT License
122
126
 
123
- Copyright (c) 2022-2024 René G. <info@rg-engineering.eu>
127
+ Copyright (c) 2022-2025 René G. <info@rg-engineering.eu>
124
128
 
125
129
  Permission is hereby granted, free of charge, to any person obtaining a copy
126
130
  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": "amtronwallbox",
4
- "version": "0.3.0",
4
+ "version": "0.3.1",
5
5
  "news": {
6
+ "0.3.1": {
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
  "0.3.0": {
7
20
  "en": "see issue #284: test with nodejs@22\nupdate dependencies\nmigration to jsonConfig",
8
21
  "de": "siehe ausgabe #284: test mit nodejs@22\naktualisierung der abhängigkeiten\nmigration nach jsonConfig",
@@ -80,19 +93,6 @@
80
93
  "pl": "(René) ↓, s. 11",
81
94
  "uk": "(René) див. питання #162: ігнорувати невикористані дані з скриньки",
82
95
  "zh-cn": "(René) 见第162号:无视墙壁数据"
83
- },
84
- "0.2.11": {
85
- "en": "(René) type of adapter changed back to \"energy\"",
86
- "de": "(René) Typ des Adapters zurück in die Energie",
87
- "ru": "(René) тип адаптера изменился обратно к энергии",
88
- "pt": "(René) tipo de adaptador alterado de volta à energia",
89
- "nl": "Een soort van adapter veranderde terug in energie",
90
- "fr": "(René) type d'adaptateur changé en énergie",
91
- "it": "(René) tipo di adattatore cambiato di nuovo in energia",
92
- "es": "(René) tipo de adaptador cambiado de nuevo a la energía",
93
- "pl": "(René) rodzaj adaptatora zmieniał się z powrotem do energii",
94
- "uk": "(René) тип адаптера змінився назад до енергії",
95
- "zh-cn": "(René) 适应者类型改为能源"
96
96
  }
97
97
  },
98
98
  "titleLang": {
@@ -146,6 +146,11 @@
146
146
  "js-controller": ">=5.0.19"
147
147
  }
148
148
  ],
149
+ "globalDependencies": [
150
+ {
151
+ "admin": ">=7.4.10"
152
+ }
153
+ ],
149
154
  "plugins": {
150
155
  "sentry": {
151
156
  "dsn": "https://9062b5ac97dc4ee08af43fb2513eb6c8@o390433.ingest.sentry.io/4505104266297344"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.amtronwallbox",
3
- "version": "0.3.0",
3
+ "version": "0.3.1",
4
4
  "description": "ioBroker Adapter for AMTRON wallboxes",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -25,18 +25,18 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@iobroker/adapter-core": "^3.2.3",
28
- "axios": "^1.7.9",
29
- "cron": "^3.3.1"
28
+ "axios": "^1.8.1",
29
+ "cron": "^4.1.0"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@alcalzone/release-script": "^3.8.0",
33
33
  "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
34
34
  "@alcalzone/release-script-plugin-license": "^3.7.0",
35
35
  "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
36
- "@iobroker/adapter-dev": "^1.3.0",
37
- "@iobroker/testing": "^5.0.0",
38
- "chai": "^5.1.2",
39
- "mocha": "^11.0.2"
36
+ "@iobroker/adapter-dev": "^1.4.0",
37
+ "@iobroker/testing": "^5.0.3",
38
+ "chai": "^5.2.0",
39
+ "mocha": "^11.1.0"
40
40
  },
41
41
  "main": "main.js",
42
42
  "bugs": {