iobroker.amtronwallbox 0.2.12 → 0.2.14

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-2023 rg-engineering info@rg-engineering.eu
3
+ Copyright (c) 2022-2024 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,12 @@ 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.14 (2024-01-12)
58
+ * (René) dependencies updated
59
+
60
+ ### 0.2.13 (2023-12-23)
61
+ * (René) just a sentry test
62
+
57
63
  ### 0.2.12 (2023-12-23)
58
64
  * (René) see issue #162: ignore unused data from wallbox
59
65
 
@@ -101,7 +107,7 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
101
107
  ## License
102
108
  MIT License
103
109
 
104
- Copyright (c) 2022-2023 rg-engineering info@rg-engineering.eu
110
+ Copyright (c) 2022-2024 René G. <info@rg-engineering.eu>
105
111
 
106
112
  Permission is hereby granted, free of charge, to any person obtaining a copy
107
113
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "amtronwallbox",
4
- "version": "0.2.12",
4
+ "version": "0.2.14",
5
5
  "news": {
6
+ "0.2.14": {
7
+ "en": "(René) dependencies updated",
8
+ "de": "(René)",
9
+ "ru": "(René)",
10
+ "pt": "(René) dependências atualizadas",
11
+ "nl": "(René) bijgewerkte afhankelijkheden",
12
+ "fr": "(René) dépendances mises à jour",
13
+ "it": "(René) dipendenze aggiornate",
14
+ "es": "(René) dependencies updated",
15
+ "pl": "Aktualizacja zależności (René)",
16
+ "uk": "(René) залежностей оновлено",
17
+ "zh-cn": "(René) 更新的依赖关系"
18
+ },
19
+ "0.2.13": {
20
+ "en": "(René) just a sentry test",
21
+ "de": "(René) nur einen Test",
22
+ "ru": "(René) просто тест на отправку",
23
+ "pt": "(René) apenas um teste de sentinela",
24
+ "nl": "Een sentimentele test",
25
+ "fr": "(René) juste un test",
26
+ "it": "(René) solo un test di sentina",
27
+ "es": "(René) sólo una prueba de centinela",
28
+ "pl": "(René) – test sanitarny",
29
+ "uk": "(René) просто відправник",
30
+ "zh-cn": "(René) 只是一个发送的试验"
31
+ },
6
32
  "0.2.12": {
7
33
  "en": "(René) see issue #162: ignore unused data from wallbox",
8
34
  "de": "(René) siehe Ausgabe #162: Nicht genutzte Daten von wallbox ignorieren",
@@ -67,32 +93,6 @@
67
93
  "pl": "rola państw jest przepracowana",
68
94
  "uk": "роль держ",
69
95
  "zh-cn": "国家角色过度劳累"
70
- },
71
- "0.2.7": {
72
- "en": "dependencies updated",
73
- "de": "Abhängigkeiten aktualisiert",
74
- "ru": "зависимости обновлены",
75
- "pt": "dependências atualizadas",
76
- "nl": "afhankelijkheden bijgewerkt",
77
- "fr": "dépendances mises à jour",
78
- "it": "dipendenze aggiornate",
79
- "es": "dependencias actualizadas",
80
- "pl": "zależności zostały zaktualizowane",
81
- "uk": "залежності оновлено",
82
- "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.14",
4
4
  "description": "ioBroker Adapter for AMTRON wallboxes",
5
5
  "author": {
6
6
  "name": "René G.",
@@ -25,7 +25,7 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@iobroker/adapter-core": "3.0.4",
28
- "axios": "1.6.2",
28
+ "axios": "1.6.5",
29
29
  "cron": "3.1.6"
30
30
  },
31
31
  "devDependencies": {
@@ -37,14 +37,14 @@
37
37
  "@types/chai": "4.3.11",
38
38
  "@types/chai-as-promised": "7.1.8",
39
39
  "@types/gulp": "4.0.17",
40
- "@types/mocha": "10.0.4",
41
- "@types/node": "20.10.4",
40
+ "@types/mocha": "10.0.6",
41
+ "@types/node": "20.11.0",
42
42
  "@types/proxyquire": "1.3.31",
43
43
  "@types/request-promise-native": "1.0.21",
44
- "@types/sinon": "17.0.1",
44
+ "@types/sinon": "17.0.3",
45
45
  "@types/sinon-chai": "3.2.12",
46
- "axios": "1.6.2",
47
- "chai": "4.3.10",
46
+ "axios": "1.6.5",
47
+ "chai": "4.4.1",
48
48
  "chai-as-promised": "7.1.1",
49
49
  "eslint": "8.56.0",
50
50
  "gulp": "4.0.2",