iobroker.parcelapp 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 +3 -0
- package/io-package.json +15 -14
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -115,6 +115,9 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
|
|
|
115
115
|
|
|
116
116
|
## Changelog
|
|
117
117
|
|
|
118
|
+
### 0.2.13 (2026-04-19)
|
|
119
|
+
- Latest-repo review compliance: `common.messagebox=true` added because the admin-UI `Check Connection` and `Add Delivery` buttons route through `onMessage`. Runtime behaviour unchanged.
|
|
120
|
+
|
|
118
121
|
### 0.2.12 (2026-04-18)
|
|
119
122
|
- Harden API-drift guards in `ParcelClient` and `StateManager` (non-boolean `success`, non-array `deliveries`, non-string `error_code`/`error_message`, non-object carrier map, non-string delivery fields, numeric/string `status_code`, numeric-string `timestamp_expected`, malformed `events`)
|
|
120
123
|
- Add 38 regression tests (128 total) covering the new drift paths
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "parcelapp",
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.13",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.13": {
|
|
7
|
+
"en": "Latest-repo review compliance: set common.messagebox=true because the onMessage handler is used for admin-UI Check Connection and Add Delivery.",
|
|
8
|
+
"de": "Latest-Repo-Review-Compliance: common.messagebox=true, weil der onMessage-Handler für Admin-UI Check Connection + Add Delivery genutzt wird.",
|
|
9
|
+
"ru": "Соответствие ioBroker Latest: messagebox=true для admin-UI.",
|
|
10
|
+
"pt": "Conformidade ioBroker Latest: messagebox=true para admin-UI.",
|
|
11
|
+
"nl": "Compliance ioBroker Latest: messagebox=true voor admin-UI.",
|
|
12
|
+
"fr": "Conformité ioBroker Latest : messagebox=true pour admin-UI.",
|
|
13
|
+
"it": "Conformità ioBroker Latest: messagebox=true per admin-UI.",
|
|
14
|
+
"es": "Cumplimiento ioBroker Latest: messagebox=true para admin-UI.",
|
|
15
|
+
"pl": "Zgodność ioBroker Latest: messagebox=true dla admin-UI.",
|
|
16
|
+
"uk": "Відповідність ioBroker Latest: messagebox=true для admin-UI.",
|
|
17
|
+
"zh-cn": "符合 ioBroker Latest 仓库规范: messagebox=true, 供 admin-UI 使用。"
|
|
18
|
+
},
|
|
6
19
|
"0.2.12": {
|
|
7
20
|
"en": "Harden API-drift guards in parcel-client and state-manager, add 38 regression tests",
|
|
8
21
|
"de": "API-Drift-Härtung in parcel-client und state-manager, 38 zusätzliche Regressions-Tests",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Spójne etykiety interfejsu we wszystkich adapterach",
|
|
81
94
|
"uk": "Узгоджені мітки інтерфейсу у всіх адаптерах",
|
|
82
95
|
"zh-cn": "所有适配器中统一的界面标签"
|
|
83
|
-
},
|
|
84
|
-
"0.2.6": {
|
|
85
|
-
"en": "Remove redundant scripts, compress documentation",
|
|
86
|
-
"de": "Redundante Scripts entfernt, Dokumentation komprimiert",
|
|
87
|
-
"ru": "Удалены избыточные скрипты, сжата документация",
|
|
88
|
-
"pt": "Scripts redundantes removidos, documentacao comprimida",
|
|
89
|
-
"nl": "Overbodige scripts verwijderd, documentatie gecomprimeerd",
|
|
90
|
-
"fr": "Scripts redondants supprimes, documentation comprimee",
|
|
91
|
-
"it": "Script ridondanti rimossi, documentazione compressa",
|
|
92
|
-
"es": "Scripts redundantes eliminados, documentacion comprimida",
|
|
93
|
-
"pl": "Usunieto nadmiarowe skrypty, skompresowano dokumentacje",
|
|
94
|
-
"uk": "Видалено зайвi скрипти, стиснуто документацiю",
|
|
95
|
-
"zh-cn": "移除冗余脚本,压缩文档"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
|
@@ -144,6 +144,7 @@
|
|
|
144
144
|
"tier": 3,
|
|
145
145
|
"loglevel": "info",
|
|
146
146
|
"mode": "daemon",
|
|
147
|
+
"messagebox": true,
|
|
147
148
|
"type": "infrastructure",
|
|
148
149
|
"compact": true,
|
|
149
150
|
"connectionType": "cloud",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.parcelapp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.13",
|
|
4
4
|
"description": "ioBroker adapter for parcel.app — track packages as ioBroker states",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "krobi",
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@iobroker/testing": "^5.2.2",
|
|
44
44
|
"@tsconfig/node20": "^20.1.9",
|
|
45
45
|
"@types/iobroker": "npm:@iobroker/types@^7.1.0",
|
|
46
|
-
"@types/node": "^25.
|
|
46
|
+
"@types/node": "^25.6.0",
|
|
47
47
|
"rimraf": "^6.1.3",
|
|
48
48
|
"typescript": "~5.9.3"
|
|
49
49
|
},
|