iobroker.parcelapp 0.2.5 → 0.2.6
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 -3
- package/io-package.json +14 -14
- package/package.json +1 -3
package/README.md
CHANGED
|
@@ -94,6 +94,9 @@ parcelapp.0.
|
|
|
94
94
|
|
|
95
95
|
## Changelog
|
|
96
96
|
|
|
97
|
+
### 0.2.6 (2026-04-05)
|
|
98
|
+
- Remove redundant scripts, compress documentation
|
|
99
|
+
|
|
97
100
|
### 0.2.5 (2026-04-04)
|
|
98
101
|
- Fix delivery window timeout on Windows (deterministic time formatting)
|
|
99
102
|
|
|
@@ -114,9 +117,6 @@ parcelapp.0.
|
|
|
114
117
|
- Simplified admin UI to single page
|
|
115
118
|
- Removed redundant summary.json state
|
|
116
119
|
|
|
117
|
-
### 0.1.5 (2026-03-24)
|
|
118
|
-
- Added auto-merge config, weekly Dependabot schedule
|
|
119
|
-
|
|
120
120
|
Older changelog: [CHANGELOG.md](CHANGELOG.md)
|
|
121
121
|
|
|
122
122
|
---
|
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.6",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.2.6": {
|
|
7
|
+
"en": "Remove redundant scripts, compress documentation",
|
|
8
|
+
"de": "Redundante Scripts entfernt, Dokumentation komprimiert",
|
|
9
|
+
"ru": "Удалены избыточные скрипты, сжата документация",
|
|
10
|
+
"pt": "Scripts redundantes removidos, documentacao comprimida",
|
|
11
|
+
"nl": "Overbodige scripts verwijderd, documentatie gecomprimeerd",
|
|
12
|
+
"fr": "Scripts redondants supprimes, documentation comprimee",
|
|
13
|
+
"it": "Script ridondanti rimossi, documentazione compressa",
|
|
14
|
+
"es": "Scripts redundantes eliminados, documentacion comprimida",
|
|
15
|
+
"pl": "Usunieto nadmiarowe skrypty, skompresowano dokumentacje",
|
|
16
|
+
"uk": "Видалено зайвi скрипти, стиснуто документацiю",
|
|
17
|
+
"zh-cn": "移除冗余脚本,压缩文档"
|
|
18
|
+
},
|
|
6
19
|
"0.2.5": {
|
|
7
20
|
"en": "Fix delivery window timeout on Windows (replace toLocaleTimeString with manual formatting)",
|
|
8
21
|
"de": "Fix Zeitfenster-Timeout auf Windows (toLocaleTimeString durch manuelle Formatierung ersetzt)",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "Dodano opcję przechowywania dostarczonych paczek, uproszczony interfejs administratora, usunięto stan podsumowania.json",
|
|
81
94
|
"uk": "Додано параметр збереження доставлених пакетів, спрощений інтерфейс адміністратора, видалено стан summary.json",
|
|
82
95
|
"zh-cn": "添加了保留已交付包的选项,简化了管理 UI,删除了summary.json 状态"
|
|
83
|
-
},
|
|
84
|
-
"0.1.5": {
|
|
85
|
-
"en": "Added auto-merge config, weekly Dependabot schedule, actions/checkout v6",
|
|
86
|
-
"de": "Auto-Merge-Konfiguration hinzugefügt, wöchentlicher Dependabot-Zeitplan, actions/checkout v6",
|
|
87
|
-
"ru": "Добавлена конфигурация автослияния, еженедельное расписание Dependabot, actions/checkout v6",
|
|
88
|
-
"pt": "Adicionada configuração de auto-merge, agendamento semanal do Dependabot, actions/checkout v6",
|
|
89
|
-
"nl": "Auto-merge-configuratie toegevoegd, wekelijks Dependabot-schema, actions/checkout v6",
|
|
90
|
-
"fr": "Configuration auto-merge ajoutée, planification hebdomadaire Dependabot, actions/checkout v6",
|
|
91
|
-
"it": "Aggiunta configurazione auto-merge, pianificazione settimanale Dependabot, actions/checkout v6",
|
|
92
|
-
"es": "Añadida configuración de auto-merge, programación semanal de Dependabot, actions/checkout v6",
|
|
93
|
-
"pl": "Dodano konfigurację auto-merge, tygodniowy harmonogram Dependabot, actions/checkout v6",
|
|
94
|
-
"uk": "Додано конфігурацію автозлиття, щотижневий розклад Dependabot, actions/checkout v6",
|
|
95
|
-
"zh-cn": "添加自动合并配置,每周 Dependabot 计划,actions/checkout v6"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.parcelapp",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.6",
|
|
4
4
|
"description": "ioBroker adapter for parcel.app — track packages from 300+ carriers",
|
|
5
5
|
"author": {
|
|
6
6
|
"name": "krobi",
|
|
@@ -51,9 +51,7 @@
|
|
|
51
51
|
"README.md"
|
|
52
52
|
],
|
|
53
53
|
"scripts": {
|
|
54
|
-
"prepare": "test -d build || npm run build",
|
|
55
54
|
"prebuild": "rimraf build",
|
|
56
|
-
"build:ts": "build-adapter ts",
|
|
57
55
|
"build": "build-adapter ts",
|
|
58
56
|
"build:test": "tsc -p tsconfig.test.json",
|
|
59
57
|
"watch": "build-adapter ts --watch",
|