iobroker.zigbee2mqtt 2.13.10 → 2.13.11

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
@@ -22,6 +22,9 @@ This adapter allows to control the data points of the devices of a Zigbee2MQTT i
22
22
  [Adapter Documentation](https://github.com/arteck/ioBroker.zigbee2mqtt/blob/main/docs/wiki.md)
23
23
 
24
24
  ## Changelog
25
+ ### 2.13.11 (2024-10-17)
26
+ - (arteck) corr package.json
27
+
25
28
  ### 2.13.10 (2024-09-05)
26
29
  - (arteck) update dependecy
27
30
  - (arteck) add available object for groups
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "zigbee2mqtt",
4
- "version": "2.13.10",
4
+ "version": "2.13.11",
5
5
  "news": {
6
+ "2.13.11": {
7
+ "en": "corr package.json",
8
+ "de": "korr paket.json",
9
+ "ru": "коррек-пакет.json",
10
+ "pt": "corr pacote.json",
11
+ "nl": "corr package.json",
12
+ "fr": "c'est ce qu'il a dit",
13
+ "it": "pacchetto corr.json",
14
+ "es": "corr package.json",
15
+ "pl": "corr package.json",
16
+ "uk": "english, українська, français..",
17
+ "zh-cn": "corr 软件包.json"
18
+ },
6
19
  "2.13.10": {
7
20
  "en": "update dependecy\nadd available object for groups",
8
21
  "de": "aktualisierung abhängigkeit\nobjekt für gruppen hinzufügen",
@@ -80,19 +93,6 @@
80
93
  "pl": "stałe mqttClient.end ()",
81
94
  "uk": "фіксований mqttClient.end()",
82
95
  "zh-cn": "固定的 mqttClient.end ()"
83
- },
84
- "2.13.4": {
85
- "en": "fixed unnecessary warning for special value ([269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269))",
86
- "de": "feste unnötige Warnung für Sonderwert [269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
87
- "ru": "фиксированное ненужное предупреждение для особенного значения [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
88
- "pt": "aviso desnecessário fixo para valor especial [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
89
- "nl": "onnodig gewaarschuwd voor speciale waarde voor speciale waarde [269)",
90
- "fr": "avertissement inutile fixe pour valeur spéciale [269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
91
- "it": "[269](https://github.com/arteck/ioBroker.zigbee2mqt/issues/269)",
92
- "es": "fija innecesaria advertencia para valor especial [269](https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
93
- "pl": "niepotrzebne ostrzeżenie dla specjalnej wartości (269)(https:/github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
94
- "uk": "виправлено непотрібне попередження про спеціальне значення [269] (https://github.com/arteck/ioBroker.zigbee2mqtt/issues/269)",
95
- "zh-cn": "(http://github.com/oshojo0o/ioBroker.zigbee2mqt/issues/269)"
96
96
  }
97
97
  },
98
98
  "messages": [
@@ -175,7 +175,10 @@
175
175
  "aqara",
176
176
  "tuya"
177
177
  ],
178
- "licenseInformation": "MIT",
178
+ "licenseInformation": {
179
+ "license": "MIT",
180
+ "type": "free"
181
+ },
179
182
  "platform": "Javascript/Node.js",
180
183
  "icon": "zigbee2mqtt.png",
181
184
  "enabled": false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.zigbee2mqtt",
3
- "version": "2.13.10",
3
+ "version": "2.13.11",
4
4
  "description": "Zigbee2MQTT adapter for ioBroker",
5
5
  "author": {
6
6
  "name": "Dennis Rathjen and Arthur Rupp",
@@ -24,7 +24,7 @@
24
24
  "node": ">= 18"
25
25
  },
26
26
  "dependencies": {
27
- "@iobroker/adapter-core": "^3.1.6",
27
+ "@iobroker/adapter-core": "^3.2.1",
28
28
  "@iobroker/dm-utils": "^0.1.9",
29
29
  "aedes": "^0.51.3",
30
30
  "aedes-persistence-nedb": "^2.0.3",
@@ -43,16 +43,16 @@
43
43
  "@iobroker/testing": "^4.1.3",
44
44
  "@tsconfig/node14": "^14.1.2",
45
45
  "@types/chai": "^4.3.5",
46
- "@types/chai-as-promised": "^7.1.8",
46
+ "@types/chai-as-promised": "^8.0.1",
47
47
  "@types/mocha": "^10.0.7",
48
- "@types/node": "^22.0.2",
48
+ "@types/node": "^22.7.4",
49
49
  "@types/node-schedule": "^2.1.7",
50
50
  "@types/proxyquire": "^1.3.31",
51
51
  "@types/sinon": "^17.0.3",
52
52
  "@types/sinon-chai": "^3.2.12",
53
53
  "chai": "^4.4.1",
54
- "chai-as-promised": "^7.1.1",
55
- "eslint": "^9.9.1",
54
+ "chai-as-promised": "^8.0.0",
55
+ "eslint": "^9.11.1",
56
56
  "eslint-config-prettier": "^9.1.0",
57
57
  "eslint-plugin-prettier": "^5.2.1",
58
58
  "mocha": "^10.5.2",
@@ -60,7 +60,7 @@
60
60
  "proxyquire": "^2.1.3",
61
61
  "sinon": "^18.0.0",
62
62
  "sinon-chai": "^3.7.0",
63
- "typescript": "~5.5.4"
63
+ "typescript": "~5.6.2"
64
64
  },
65
65
  "main": "main.js",
66
66
  "files": [