iobroker.ebus 3.2.1 → 3.2.2
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 +4 -1
- package/io-package.json +2 -2
- package/main.js +1 -1
- package/package.json +10 -10
package/README.md
CHANGED
|
@@ -17,7 +17,7 @@ For more details and for information how to disable the error reporting see [Sen
|
|
|
17
17
|
|
|
18
18
|
**If you like it, please consider a donation:**
|
|
19
19
|
|
|
20
|
-
[](https://www.paypal.com/
|
|
20
|
+
[](https://www.paypal.com/donate/?hosted_button_id=34ESBMJ932QZC)
|
|
21
21
|
|
|
22
22
|
|
|
23
23
|
This adapter reads
|
|
@@ -55,6 +55,9 @@ Attention: command in datapoint ebus.0.cmd is deleted after executing of command
|
|
|
55
55
|
|
|
56
56
|
## Changelog
|
|
57
57
|
|
|
58
|
+
### 3.2.2 (2023-07-30)
|
|
59
|
+
* (René) dependencies updated
|
|
60
|
+
|
|
58
61
|
### 3.2.1 (2023-04-07)
|
|
59
62
|
* (René) dependencies updated
|
|
60
63
|
|
package/io-package.json
CHANGED
package/main.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.ebus",
|
|
3
|
-
"version": "3.2.
|
|
3
|
+
"version": "3.2.2",
|
|
4
4
|
"description": "ioBroker ebus Adapter",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "René G.",
|
|
@@ -24,29 +24,29 @@
|
|
|
24
24
|
"flat": "5.0.2",
|
|
25
25
|
"net": "1.0.2",
|
|
26
26
|
"promise-socket": "7.0.0",
|
|
27
|
-
"cron": "2.
|
|
28
|
-
"axios": "
|
|
27
|
+
"cron": "2.4.0",
|
|
28
|
+
"axios": "1.4.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@iobroker/adapter-dev": "1.2.0",
|
|
32
32
|
"@iobroker/testing": "4.1.0",
|
|
33
|
-
"@types/chai": "4.3.
|
|
33
|
+
"@types/chai": "4.3.5",
|
|
34
34
|
"@types/chai-as-promised": "7.1.5",
|
|
35
|
-
"@types/gulp": "4.0.
|
|
35
|
+
"@types/gulp": "4.0.13",
|
|
36
36
|
"@types/mocha": "10.0.1",
|
|
37
|
-
"@types/node": "
|
|
37
|
+
"@types/node": "20.4.5",
|
|
38
38
|
"@types/proxyquire": "1.3.28",
|
|
39
39
|
"@types/request-promise-native": "1.0.18",
|
|
40
|
-
"@types/sinon": "10.0.
|
|
40
|
+
"@types/sinon": "10.0.15",
|
|
41
41
|
"@types/sinon-chai": "3.2.9",
|
|
42
|
-
"axios": "
|
|
42
|
+
"axios": "1.4.0",
|
|
43
43
|
"chai": "4.3.7",
|
|
44
44
|
"chai-as-promised": "7.1.1",
|
|
45
|
-
"eslint": "8.
|
|
45
|
+
"eslint": "8.46.0",
|
|
46
46
|
"gulp": "4.0.2",
|
|
47
47
|
"mocha": "10.2.0",
|
|
48
48
|
"proxyquire": "2.1.3",
|
|
49
|
-
"sinon": "15.0
|
|
49
|
+
"sinon": "15.2.0",
|
|
50
50
|
"sinon-chai": "3.7.0"
|
|
51
51
|
},
|
|
52
52
|
"main": "main.js",
|