iobroker.amtronwallbox 0.2.13 → 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,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.14 (2024-01-12)
58
+ * (René) dependencies updated
59
+
57
60
  ### 0.2.13 (2023-12-23)
58
61
  * (René) just a sentry test
59
62
 
@@ -104,7 +107,7 @@ Note: Since the boxes have different interfaces, it may be that not all interfac
104
107
  ## License
105
108
  MIT License
106
109
 
107
- Copyright (c) 2022-2023 rg-engineering info@rg-engineering.eu
110
+ Copyright (c) 2022-2024 René G. <info@rg-engineering.eu>
108
111
 
109
112
  Permission is hereby granted, free of charge, to any person obtaining a copy
110
113
  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.2.13",
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
+ },
6
19
  "0.2.13": {
7
20
  "en": "(René) just a sentry test",
8
21
  "de": "(René) nur einen Test",
@@ -80,19 +93,6 @@
80
93
  "pl": "rola państw jest przepracowana",
81
94
  "uk": "роль держ",
82
95
  "zh-cn": "国家角色过度劳累"
83
- },
84
- "0.2.7": {
85
- "en": "dependencies updated",
86
- "de": "Abhängigkeiten aktualisiert",
87
- "ru": "зависимости обновлены",
88
- "pt": "dependências atualizadas",
89
- "nl": "afhankelijkheden bijgewerkt",
90
- "fr": "dépendances mises à jour",
91
- "it": "dipendenze aggiornate",
92
- "es": "dependencias actualizadas",
93
- "pl": "zależności zostały zaktualizowane",
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.13",
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.5",
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",