iobroker.parcelapp 0.3.0 → 0.3.1
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 +8 -22
- package/io-package.json +80 -67
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -119,36 +119,22 @@ The delivery is added to your parcel.app account and immediately appears in ioBr
|
|
|
119
119
|
---
|
|
120
120
|
|
|
121
121
|
## Changelog
|
|
122
|
-
### 0.3.
|
|
122
|
+
### 0.3.1 (2026-05-01)
|
|
123
|
+
- Documentation cleanup: shortened older changelog entries.
|
|
123
124
|
|
|
124
|
-
|
|
125
|
-
-
|
|
126
|
-
- Master-sync against `.consistency-master/`: `.github/dependabot.yml` ignore-block for `actions/checkout` + `actions/setup-node` major bumps, and the `repochecker-version-gate` workflow job moved from the legacy M1000 check to the sources-dist-stable check (now identical to hassemu).
|
|
125
|
+
### 0.3.0 (2026-04-30)
|
|
126
|
+
- Internal cleanup: removed dead `STATUS_LABELS_*` aliases, added `format`/`format:check` scripts, master-sync.
|
|
127
127
|
|
|
128
128
|
### 0.2.18 (2026-04-28)
|
|
129
|
-
|
|
130
|
-
- Audit cleanup against the upstream `ioBroker.example/TypeScript` full standard:
|
|
131
|
-
- `@types/node` rolled back from `^25.6.0` to `^20.19.24` so type defs match `engines.node: ">=20"` (otherwise Node 21+-only APIs would type-check on Node 20 and crash at runtime)
|
|
132
|
-
- Dependabot now ignores major bumps for `@types/node`, `typescript`, `eslint` so the runtime/toolchain pinning cannot drift via auto-merge
|
|
133
|
-
- `nyc` config + `coverage` script added (matches upstream template)
|
|
134
|
-
- `prettier.config.mjs` made explicit with project-style overrides (Spaces 2-wide, double quotes) instead of relying on missing config
|
|
135
|
-
- Orphan `.github/auto-merge.yml` removed (the active workflow is `automerge-dependabot.yml` using `gh pr merge`, the old yml was never read)
|
|
129
|
+
- Internal cleanup against ioBroker.example/TypeScript standard.
|
|
136
130
|
|
|
137
131
|
### 0.2.17 (2026-04-28)
|
|
138
|
-
|
|
139
|
-
- Test setup migrated to the upstream `ioBroker.example/TypeScript` standard: tests now live next to source as `src/**/*.test.ts` and run directly via `ts-node/register`, no separate test-build. Removes `tsconfig.test.json` + `build-test/` per latest-repo review feedback.
|
|
132
|
+
- Internal: test setup migrated to `src/**/*.test.ts` standard.
|
|
140
133
|
|
|
141
134
|
### 0.2.16 (2026-04-26)
|
|
135
|
+
- Min js-controller corrected back to `>=6.0.11` (was incorrectly bumped to `>=7.0.23` in 0.2.15).
|
|
142
136
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### 0.2.15 (2026-04-26)
|
|
146
|
-
|
|
147
|
-
- Process-level `unhandledRejection` / `uncaughtException` handlers added as last-line-of-defence against fire-and-forget rejections.
|
|
148
|
-
- Stop shipping the `manual-review` release-script plugin — adapter-only consequence.
|
|
149
|
-
- Bump min js-controller to `>=7.0.23` (matches latest-repo recommendation).
|
|
150
|
-
- Audit-driven boilerplate sync with the other krobi adapters (`.vscode` json5 schemas, `tsconfig.test` looser test rules).
|
|
151
|
-
- README footer-link to `CHANGELOG_OLD.md` restored, `CHANGELOG_OLD.md` cleaned up to consistent compact style.
|
|
137
|
+
Older entries are in [CHANGELOG_OLD.md](CHANGELOG_OLD.md).
|
|
152
138
|
|
|
153
139
|
## Support
|
|
154
140
|
|
package/io-package.json
CHANGED
|
@@ -1,85 +1,98 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "parcelapp",
|
|
4
|
-
"version": "0.3.
|
|
4
|
+
"version": "0.3.1",
|
|
5
5
|
"news": {
|
|
6
|
+
"0.3.1": {
|
|
7
|
+
"en": "Documentation cleanup: shortened older changelog entries.",
|
|
8
|
+
"de": "Dokumentation: ältere Changelog-Einträge gekürzt.",
|
|
9
|
+
"ru": "Документация: сокращены старые записи changelog.",
|
|
10
|
+
"pt": "Documentação: entradas antigas do changelog encurtadas.",
|
|
11
|
+
"nl": "Documentatie: oudere changelog-vermeldingen ingekort.",
|
|
12
|
+
"fr": "Documentation : entrées anciennes du changelog raccourcies.",
|
|
13
|
+
"it": "Documentazione: voci di changelog precedenti accorciate.",
|
|
14
|
+
"es": "Documentación: entradas antiguas del changelog acortadas.",
|
|
15
|
+
"pl": "Dokumentacja: skrócone starsze wpisy changelog.",
|
|
16
|
+
"uk": "Документація: скорочено старі записи changelog.",
|
|
17
|
+
"zh-cn": "文档:缩短旧的 changelog 条目。"
|
|
18
|
+
},
|
|
6
19
|
"0.3.0": {
|
|
7
|
-
"en": "
|
|
8
|
-
"de": "
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "
|
|
11
|
-
"nl": "
|
|
12
|
-
"fr": "
|
|
13
|
-
"it": "
|
|
14
|
-
"es": "
|
|
15
|
-
"pl": "
|
|
16
|
-
"uk": "
|
|
17
|
-
"zh-cn": "
|
|
20
|
+
"en": "Internal cleanup: dead `STATUS_LABELS_*` aliases removed, format/format:check scripts, master-sync.",
|
|
21
|
+
"de": "Interne Bereinigung: tote `STATUS_LABELS_*`-Aliases raus, format/format:check-Scripts, Master-Sync.",
|
|
22
|
+
"ru": "Внутренняя очистка: удалены мёртвые `STATUS_LABELS_*`-алиасы, скрипты format/format:check, master-sync.",
|
|
23
|
+
"pt": "Limpeza interna: aliases `STATUS_LABELS_*` mortos removidos, scripts format/format:check, master-sync.",
|
|
24
|
+
"nl": "Interne opschoning: dode `STATUS_LABELS_*`-aliases verwijderd, format/format:check-scripts, master-sync.",
|
|
25
|
+
"fr": "Nettoyage interne : alias `STATUS_LABELS_*` morts supprimés, scripts format/format:check, master-sync.",
|
|
26
|
+
"it": "Pulizia interna: alias `STATUS_LABELS_*` morti rimossi, script format/format:check, master-sync.",
|
|
27
|
+
"es": "Limpieza interna: aliases `STATUS_LABELS_*` muertos eliminados, scripts format/format:check, master-sync.",
|
|
28
|
+
"pl": "Wewnętrzne porządki: martwe aliasy `STATUS_LABELS_*` usunięte, skrypty format/format:check, master-sync.",
|
|
29
|
+
"uk": "Внутрішнє прибирання: мертві `STATUS_LABELS_*`-аліаси видалено, скрипти format/format:check, master-sync.",
|
|
30
|
+
"zh-cn": "内部清理:移除已废弃的 `STATUS_LABELS_*` 别名,新增 format/format:check 脚本,master-sync。"
|
|
18
31
|
},
|
|
19
32
|
"0.2.18": {
|
|
20
|
-
"en": "
|
|
21
|
-
"de": "
|
|
22
|
-
"ru": "
|
|
23
|
-
"pt": "Limpeza
|
|
24
|
-
"nl": "
|
|
25
|
-
"fr": "Nettoyage
|
|
26
|
-
"it": "
|
|
27
|
-
"es": "Limpieza
|
|
28
|
-
"pl": "
|
|
29
|
-
"uk": "
|
|
30
|
-
"zh-cn": "
|
|
33
|
+
"en": "Internal cleanup against ioBroker.example/TypeScript standard.",
|
|
34
|
+
"de": "Interne Bereinigung gegen ioBroker.example/TypeScript-Standard.",
|
|
35
|
+
"ru": "Внутренняя очистка по стандарту ioBroker.example/TypeScript.",
|
|
36
|
+
"pt": "Limpeza interna conforme padrão ioBroker.example/TypeScript.",
|
|
37
|
+
"nl": "Interne opschoning volgens ioBroker.example/TypeScript-standaard.",
|
|
38
|
+
"fr": "Nettoyage interne selon le standard ioBroker.example/TypeScript.",
|
|
39
|
+
"it": "Pulizia interna secondo lo standard ioBroker.example/TypeScript.",
|
|
40
|
+
"es": "Limpieza interna según el estándar ioBroker.example/TypeScript.",
|
|
41
|
+
"pl": "Wewnętrzne porządki zgodnie ze standardem ioBroker.example/TypeScript.",
|
|
42
|
+
"uk": "Внутрішнє прибирання за стандартом ioBroker.example/TypeScript.",
|
|
43
|
+
"zh-cn": "依据 ioBroker.example/TypeScript 标准的内部清理。"
|
|
31
44
|
},
|
|
32
45
|
"0.2.17": {
|
|
33
|
-
"en": "
|
|
34
|
-
"de": "Test-Setup
|
|
35
|
-
"ru": "
|
|
36
|
-
"pt": "
|
|
37
|
-
"nl": "
|
|
38
|
-
"fr": "
|
|
39
|
-
"it": "
|
|
40
|
-
"es": "
|
|
41
|
-
"pl": "
|
|
42
|
-
"uk": "
|
|
43
|
-
"zh-cn": "
|
|
46
|
+
"en": "Internal: test setup migrated to `src/**/*.test.ts` standard.",
|
|
47
|
+
"de": "Intern: Test-Setup auf `src/**/*.test.ts`-Standard migriert.",
|
|
48
|
+
"ru": "Внутреннее: тестовая инфраструктура переведена на стандарт `src/**/*.test.ts`.",
|
|
49
|
+
"pt": "Interno: configuração de testes migrada para o padrão `src/**/*.test.ts`.",
|
|
50
|
+
"nl": "Intern: testsetup gemigreerd naar `src/**/*.test.ts`-standaard.",
|
|
51
|
+
"fr": "Interne : configuration de tests migrée au standard `src/**/*.test.ts`.",
|
|
52
|
+
"it": "Interno: setup test migrato allo standard `src/**/*.test.ts`.",
|
|
53
|
+
"es": "Interno: configuración de tests migrada al estándar `src/**/*.test.ts`.",
|
|
54
|
+
"pl": "Wewnętrzne: konfiguracja testów zmigrowana do standardu `src/**/*.test.ts`.",
|
|
55
|
+
"uk": "Внутрішнє: тестова інфраструктура переведена на стандарт `src/**/*.test.ts`.",
|
|
56
|
+
"zh-cn": "内部:测试配置迁移至 `src/**/*.test.ts` 标准。"
|
|
44
57
|
},
|
|
45
58
|
"0.2.16": {
|
|
46
|
-
"en": "Min js-controller
|
|
47
|
-
"de": "Min js-
|
|
48
|
-
"ru": "
|
|
49
|
-
"pt": "
|
|
50
|
-
"nl": "Min js-controller
|
|
51
|
-
"fr": "
|
|
52
|
-
"it": "Min js-controller
|
|
53
|
-
"es": "
|
|
54
|
-
"pl": "Min js-
|
|
55
|
-
"uk": "
|
|
56
|
-
"zh-cn": "
|
|
59
|
+
"en": "Min js-controller corrected back to `>=6.0.11` (was incorrectly bumped to `>=7.0.23` in 0.2.15).",
|
|
60
|
+
"de": "Min js-controller zurück auf `>=6.0.11` (war in 0.2.15 fälschlich auf `>=7.0.23` gesetzt).",
|
|
61
|
+
"ru": "Мин. js-controller восстановлен на `>=6.0.11` (в 0.2.15 ошибочно был `>=7.0.23`).",
|
|
62
|
+
"pt": "Mín. js-controller restaurado para `>=6.0.11` (em 0.2.15 estava erroneamente em `>=7.0.23`).",
|
|
63
|
+
"nl": "Min. js-controller hersteld op `>=6.0.11` (was in 0.2.15 ten onrechte `>=7.0.23`).",
|
|
64
|
+
"fr": "Min js-controller rétabli à `>=6.0.11` (était par erreur à `>=7.0.23` en 0.2.15).",
|
|
65
|
+
"it": "Min js-controller ripristinato a `>=6.0.11` (in 0.2.15 era erroneamente `>=7.0.23`).",
|
|
66
|
+
"es": "Mín. js-controller restaurado a `>=6.0.11` (en 0.2.15 estaba incorrectamente en `>=7.0.23`).",
|
|
67
|
+
"pl": "Min. js-controller przywrócony do `>=6.0.11` (w 0.2.15 błędnie ustawiony na `>=7.0.23`).",
|
|
68
|
+
"uk": "Мін. js-controller повернено на `>=6.0.11` (у 0.2.15 помилково було `>=7.0.23`).",
|
|
69
|
+
"zh-cn": "最低 js-controller 恢复为 `>=6.0.11`(0.2.15 中错误地设置为 `>=7.0.23`)。"
|
|
57
70
|
},
|
|
58
71
|
"0.2.15": {
|
|
59
|
-
"en": "
|
|
60
|
-
"de": "
|
|
61
|
-
"ru": "
|
|
62
|
-
"pt": "
|
|
63
|
-
"nl": "
|
|
64
|
-
"fr": "
|
|
65
|
-
"it": "
|
|
66
|
-
"es": "
|
|
67
|
-
"pl": "
|
|
68
|
-
"uk": "
|
|
69
|
-
"zh-cn": "
|
|
72
|
+
"en": "Crash defense: process-level `unhandledRejection`/`uncaughtException` handlers.",
|
|
73
|
+
"de": "Crash-Schutz: process-level `unhandledRejection`/`uncaughtException`-Handler.",
|
|
74
|
+
"ru": "Защита от сбоев: process-level обработчики `unhandledRejection`/`uncaughtException`.",
|
|
75
|
+
"pt": "Proteção contra falhas: handlers process-level `unhandledRejection`/`uncaughtException`.",
|
|
76
|
+
"nl": "Crashbescherming: process-level `unhandledRejection`/`uncaughtException`-handlers.",
|
|
77
|
+
"fr": "Défense contre les crashs : handlers process-level `unhandledRejection`/`uncaughtException`.",
|
|
78
|
+
"it": "Difesa anti-crash: handler process-level `unhandledRejection`/`uncaughtException`.",
|
|
79
|
+
"es": "Defensa contra fallos: handlers process-level `unhandledRejection`/`uncaughtException`.",
|
|
80
|
+
"pl": "Ochrona przed crashem: handlery process-level `unhandledRejection`/`uncaughtException`.",
|
|
81
|
+
"uk": "Захист від збоїв: process-level обробники `unhandledRejection`/`uncaughtException`.",
|
|
82
|
+
"zh-cn": "崩溃防护:process-level `unhandledRejection`/`uncaughtException` 处理器。"
|
|
70
83
|
},
|
|
71
84
|
"0.2.14": {
|
|
72
|
-
"en": "
|
|
73
|
-
"de": "
|
|
74
|
-
"ru": "
|
|
75
|
-
"pt": "
|
|
76
|
-
"nl": "
|
|
77
|
-
"fr": "
|
|
78
|
-
"it": "
|
|
79
|
-
"es": "
|
|
80
|
-
"pl": "
|
|
81
|
-
"uk": "
|
|
82
|
-
"zh-cn": "
|
|
85
|
+
"en": "Status labels localized via `system.config.language` (11 languages). Fix: `summary.todayCount` for non-DE/EN.",
|
|
86
|
+
"de": "Status-Labels über `system.config.language` lokalisiert (11 Sprachen). Fix: `summary.todayCount` für nicht-DE/EN.",
|
|
87
|
+
"ru": "Метки статуса локализованы через `system.config.language` (11 языков). Fix: `summary.todayCount` для не-DE/EN.",
|
|
88
|
+
"pt": "Rótulos de status localizados via `system.config.language` (11 idiomas). Fix: `summary.todayCount` para não-DE/EN.",
|
|
89
|
+
"nl": "Statuslabels gelokaliseerd via `system.config.language` (11 talen). Fix: `summary.todayCount` voor niet-DE/EN.",
|
|
90
|
+
"fr": "Libellés de statut localisés via `system.config.language` (11 langues). Fix : `summary.todayCount` pour non-DE/EN.",
|
|
91
|
+
"it": "Etichette di stato localizzate via `system.config.language` (11 lingue). Fix: `summary.todayCount` per non-DE/EN.",
|
|
92
|
+
"es": "Etiquetas de estado localizadas vía `system.config.language` (11 idiomas). Fix: `summary.todayCount` para no-DE/EN.",
|
|
93
|
+
"pl": "Etykiety statusu zlokalizowane przez `system.config.language` (11 języków). Fix: `summary.todayCount` dla nie-DE/EN.",
|
|
94
|
+
"uk": "Мітки статусу локалізовано через `system.config.language` (11 мов). Fix: `summary.todayCount` для не-DE/EN.",
|
|
95
|
+
"zh-cn": "状态标签通过 `system.config.language` 本地化(11 种语言)。修复:非 DE/EN 的 `summary.todayCount`。"
|
|
83
96
|
}
|
|
84
97
|
},
|
|
85
98
|
"titleLang": {
|