iobroker.amtronwallbox 0.2.12 → 0.2.13

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
@@ -54,6 +54,9 @@ 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.2.13 (2023-12-23)
58
+ * (René) just a sentry test
59
+
57
60
  ### 0.2.12 (2023-12-23)
58
61
  * (René) see issue #162: ignore unused data from wallbox
59
62
 
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "amtronwallbox",
4
- "version": "0.2.12",
4
+ "version": "0.2.13",
5
5
  "news": {
6
+ "0.2.13": {
7
+ "en": "(René) just a sentry test",
8
+ "de": "(René) nur einen Test",
9
+ "ru": "(René) просто тест на отправку",
10
+ "pt": "(René) apenas um teste de sentinela",
11
+ "nl": "Een sentimentele test",
12
+ "fr": "(René) juste un test",
13
+ "it": "(René) solo un test di sentina",
14
+ "es": "(René) sólo una prueba de centinela",
15
+ "pl": "(René) – test sanitarny",
16
+ "uk": "(René) просто відправник",
17
+ "zh-cn": "(René) 只是一个发送的试验"
18
+ },
6
19
  "0.2.12": {
7
20
  "en": "(René) see issue #162: ignore unused data from wallbox",
8
21
  "de": "(René) siehe Ausgabe #162: Nicht genutzte Daten von wallbox ignorieren",
@@ -80,19 +93,6 @@
80
93
  "pl": "zależności zostały zaktualizowane",
81
94
  "uk": "залежності оновлено",
82
95
  "zh-cn": "依赖项已更新"
83
- },
84
- "0.2.6": {
85
- "en": "further preparation for latest repository",
86
- "de": "Weitere Vorbereitungen für das neueste Repository",
87
- "ru": "дальнейшая подготовка к последнему репозиторию",
88
- "pt": "preparação adicional para o repositório mais recente",
89
- "nl": "verdere voorbereiding voor de nieuwste repository",
90
- "fr": "préparation supplémentaire pour le dernier référentiel",
91
- "it": "ulteriore preparazione per l'ultimo repository",
92
- "es": "mayor preparación para el último repositorio",
93
- "pl": "dalsze przygotowania do najnowszego repozytorium",
94
- "uk": "подальша підготовка до останнього сховища",
95
- "zh-cn": "为最新存储库做进一步准备"
96
96
  }
97
97
  },
98
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.amtronwallbox",
3
- "version": "0.2.12",
3
+ "version": "0.2.13",
4
4
  "description": "ioBroker Adapter for AMTRON wallboxes",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -38,7 +38,7 @@
38
38
  "@types/chai-as-promised": "7.1.8",
39
39
  "@types/gulp": "4.0.17",
40
40
  "@types/mocha": "10.0.4",
41
- "@types/node": "20.10.4",
41
+ "@types/node": "20.10.5",
42
42
  "@types/proxyquire": "1.3.31",
43
43
  "@types/request-promise-native": "1.0.21",
44
44
  "@types/sinon": "17.0.1",