iobroker.parcelapp 0.3.0 → 0.3.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.
Files changed (3) hide show
  1. package/README.md +10 -24
  2. package/io-package.json +82 -69
  3. 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.0 (2026-04-30)
122
+ ### 0.3.2 (2026-05-01)
123
+ - Documentation: rewrote release notes for v0.2.14–v0.3.1 in user-friendly style across all languages.
123
124
 
124
- - DRY: dead `STATUS_LABELS_DE` + `STATUS_LABELS_EN` aliases removed from `types.ts`; tests rewritten to use `STATUS_LABELS.de` / `STATUS_LABELS.en` directly.
125
- - New `format` + `format:check` npm-scripts (run prettier — matches the other krobi adapters).
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.1 (2026-05-01)
126
+ - Documentation cleanup. No code changes.
127
127
 
128
- ### 0.2.18 (2026-04-28)
128
+ ### 0.3.0 (2026-04-30)
129
+ - Internal cleanup. No user-facing changes.
129
130
 
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)
131
+ ### 0.2.18 (2026-04-28)
132
+ - Internal cleanup. No user-facing changes.
136
133
 
137
134
  ### 0.2.17 (2026-04-28)
135
+ - Internal cleanup. No user-facing changes.
138
136
 
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.
140
-
141
- ### 0.2.16 (2026-04-26)
142
-
143
- - Min js-controller correction: was incorrectly bumped to `>=7.0.23` in 0.2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). Repochecker-recommended value is `>=6.0.11` — restored.
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.0",
4
+ "version": "0.3.2",
5
5
  "news": {
6
+ "0.3.2": {
7
+ "en": "Documentation: rewrote release notes in user-friendly style across all languages.",
8
+ "de": "Dokumentation: Release-Notes in alle Sprachen User-orientiert neu geschrieben.",
9
+ "ru": "Документация: примечания к релизу переписаны в дружественном к пользователю стиле на всех языках.",
10
+ "pt": "Documentação: notas de release reescritas em estilo amigável ao usuário em todos os idiomas.",
11
+ "nl": "Documentatie: release-notes herschreven in gebruikersvriendelijke stijl in alle talen.",
12
+ "fr": "Documentation : notes de version réécrites dans un style adapté à l'utilisateur dans toutes les langues.",
13
+ "it": "Documentazione: note di release riscritte in stile user-friendly in tutte le lingue.",
14
+ "es": "Documentación: notas de versión reescritas en estilo amigable para el usuario en todos los idiomas.",
15
+ "pl": "Dokumentacja: notatki wydania przepisane w przyjaznym dla użytkownika stylu we wszystkich językach.",
16
+ "uk": "Документація: нотатки до релізу переписано у дружньому до користувача стилі усіма мовами.",
17
+ "zh-cn": "文档:所有语言的发布说明已重写为用户友好的风格。"
18
+ },
19
+ "0.3.1": {
20
+ "en": "Documentation cleanup. No code changes.",
21
+ "de": "Dokumentations-Bereinigung. Keine Code-Änderungen.",
22
+ "ru": "Очистка документации. Без изменений в коде.",
23
+ "pt": "Limpeza da documentação. Sem alterações de código.",
24
+ "nl": "Documentatie-opschoning. Geen code-wijzigingen.",
25
+ "fr": "Nettoyage de la documentation. Aucune modification de code.",
26
+ "it": "Pulizia della documentazione. Nessuna modifica al codice.",
27
+ "es": "Limpieza de documentación. Sin cambios de código.",
28
+ "pl": "Czyszczenie dokumentacji. Bez zmian w kodzie.",
29
+ "uk": "Очищення документації. Без змін у коді.",
30
+ "zh-cn": "文档清理。代码无变化。"
31
+ },
6
32
  "0.3.0": {
7
- "en": "DRY: dead `STATUS_LABELS_DE` + `STATUS_LABELS_EN` aliases removed from `types.ts`; tests rewritten to use `STATUS_LABELS.de` / `STATUS_LABELS.en` directly.\nNew `format` + `format:check` npm-scripts (run prettier — matches the other krobi adapters).\nMaster-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).",
8
- "de": "DRY: tote `STATUS LABELS DE` + `STATUS LABELS EN` Aliases entfernt von `types.ts`; Tests neu geschrieben, um `STATUS LABELS.de` / `STATUS LABELS.en` direkt zu verwenden.\nNeue `format` + `format:check` npm-scripts (run prettier — entspricht den anderen krobi adapters).\nMaster-Sync gegen `.consistency-master/`: `.github/dependabot.yml` ignorieren-Block für `actions/checkout` + `actions/setup-node` Hauptbumps, und der `repochecker-version-gate' Workflow Job bewegte sich vom Vermächtnis M1000-Check zu der quellen-dist-stable-emu (jetzt identisch zu hass).",
9
- "ru": "DRY: мертвые псевдонимы «STATUS LABELS DE» + «STATUS LABELS EN» удалены из «types.ts»; тесты переписаны для использования непосредственно «STATUS LABELS.de» / «STATUS LABELS.en».\nНовый «формат» + «формат: проверьте» npm-скрипты (run prettier — совпадает с другими адаптерами krobi).\nМастер-синхронизация против \".consistency-master/\": \".github/dependabot.yml\" блок игнорирования для \"actions/checkout\" + \"actions/setup-node\" основные удары, и работа \"repochecker-версия-gate\" рабочий процесс перешел от унаследованной проверки M1000 к источникам-дистабильная проверка (теперь идентична Hassemu).",
10
- "pt": "DRY: morto `STATUS LABELS DE` + `STATUS LABELS EN` pseudônimos removidos de `types.ts'; testes reescritos para usar `STATUS LABELS.de` / `STATUS LABELS.en` diretamente.\nNovo `format` + `format:check` npm-scripts (corrida mais bonita — corresponde aos outros adaptadores krobi).\nMaster-sync contra `.conistency-master/`: `.github/dedependebot.yml` ignore-block para `actions/checkout` + `actions/setup-node` major bumps, e o trabalho de fluxo de trabalho 'repochecker-version-gate' mudou-se do check legado M1000 para o check sources-dist-stable (agora idêntico ao hassemu).",
11
- "nl": "DRY: dode .\nNieuw formaat.\nMaster-sync tegen .",
12
- "fr": "DRY: mort `STATUS LABELS DE` + `STATUS LABELS EN` alias supprimés de `types.ts`; tests réécrits pour utiliser `STATUS LABELS.de` / `STATUS LABELS.en` directement.\nNouveau `format` + `format:check` npm-scripts (run brettier — correspond aux autres adaptateurs krobi).\nMaster-sync contre `.counistency-master/`: `.github/dependabot.yml` ignore-bloc pour `actions/checkout` + `actions/setup-node` principales bosses, et le travail de workflow `repochecker-version-gate` déplacé de l`héritage M1000 check à la vérification source-dist-stable (maintenant identique à hasemu).",
13
- "it": "DRY: dead `STATUS LABELS DE` + `STATUS LABELS EN` aliases rimosso da `types.ts`; test riscritti per usare `STATUS LABELS.de` / `STATUS LABELS.en` direttamente.\nNuovo `format` + `format:check` npm-scripts (run prettier — corrisponde agli altri adattatori krobi).\nMaster-sync contro `.consistency-master/`: `.github/dependabot.yml` ignorare-block per `actions/checkout` + `actions/setup-node` urti principali, e il `repochecker-version-gate` lavoro di flusso di lavoro spostato dal controllo M1000 legacy al controllo sorgenti-dist-stable (ora identico per hassemu).",
14
- "es": "DRY: dead `STATUS LABELS DE` + `STATUS LABELS EN` alias removed from `types.ts`; tests rewritten to use `STATUS LABELS.de` / `STATUS LABELS.en` directly.\nNew `format` + `format:check` npm-scripts (run prettier - coincide con los otros adaptadores de krobi).\nMaster-sync contra `.consistency-master/`: `.github/dependabot.yml` ignore-block for `actions/checkout` + `actions/setup-node` major shocks, and the `repochecker-version-gate` workflow moved from the legacy M1000 check to the sources-dist-stable check (now identical to hassemu).",
15
- "pl": "DRY: dead 'STATUS _ LABELS _ DE' + 'STATUS _ LABELS _ EN' aliasy usunięte z 'types.ts'; tests rewrited to use 'STATUS _ LABELS.de' / 'STATUS _ LABELS.en' bezpośrednio.\nNowy format 'format' + ': sprawdź' npm- skrypty (uruchom ładniejsze - pasuje do innych adapterów krobi).\nMaster- sync against '.consistency- master /': '.github / dependiabot.yml' ignore- block for 'actions / checkout' + 'actions / setup- node' major guuses, and the 'repochecker- version- gate' job moved from the legage M1000 check to the sources- dist- stable check (now identic to hassemu).",
16
- "uk": "`СТАТУС LABELS DE` + `STATUS LABELS EN` aliases вилучені з `types.ts`; тести, що повторюють використання `STATUS LABELS.de` / `STATUS LABELS.en` безпосередньо.\nНовий `формат` + `format:check` npm-scripts (run prettier — відповідає іншим адаптерам krobi).\nМайстер-sync проти `.consistency-master/`: `.github/залежніabot.yml` ігнорує-блок для `actions/checkout` + `actions/setup-node` основних bumps, а також робота `repochecker-version-gate, яка була переміщена з спадщини M1000, перевірте джерела-dist-table check (нині ідентично hassemu).",
17
- "zh-cn": "DRY:已死亡的`STATUS LABELS DE' +`STATUS LABELS EN'别名从`types.ts'中移除;测试重写为直接使用`STATUS LABELS.de ' /`STATUS LABELS.en ' .\n新的`格式 ' +`格式:检查' npm 标记(运行更美——与其他krobi适配器匹配).\n与`.一致性-主人公/ ' 进行主同步:`.github/dependabot.yml ' 忽略`行动/检查 ' +`行动/设置-节点 ' 重大碰头的屏障,`检查员-转换门 ' 工作从遗留的M1000检查转到源-dist-stable检查(现在与散塞穆相同)."
33
+ "en": "Internal cleanup. No user-facing changes.",
34
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
35
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
36
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
37
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
38
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
39
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
40
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
41
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
42
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
43
+ "zh-cn": "内部清理。对用户无可见变化。"
18
44
  },
19
45
  "0.2.18": {
20
- "en": "Audit cleanup against the upstream `ioBroker.example/TypeScript` full standard:\n`@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)\nDependabot now ignores major bumps for `@types/node`, `typescript`, `eslint` so the runtime/toolchain pinning cannot drift via auto-merge\n`nyc` config + `coverage` script added (matches upstream template)\n`prettier.config.mjs` made explicit with project-style overrides (Spaces 2-wide, double quotes) instead of relying on missing config\nOrphan `.github/auto-merge.yml` removed (the active workflow is `automerge-dependabot.yml` using `gh pr merge`, the old yml was never read)",
21
- "de": "Audit-Aufräumung gegen den vorgeschalteten `ioBroker.example/TypeScript` Vollstandard:\n`@types/node` rollte zurück von `^25.6.0` zu `^20.19.24` so type defs match `engines.node: \">=20\" ` (sonst Node 21+-only APIs würden Typ-Check auf Node 20 und Crash bei Laufzeit)\nDependabot ignoriert nun große Beulen für `@types/node`, `typescript`, `eslint`, so dass die Runtime/toolchain Pinning nicht über Auto-Merge driften kann\n`nyc` config + `coverage` skript hinzugefügt (matches vor vorlage)\n`prettier.config.mjs` explizit gemacht mit Projekt-Stil Overrides (Spaces 2-wide, doppelte Zitate) anstatt auf fehlende config verlassen\nOrphan `.github/auto-merge.yml` entfernt (der aktive Workflow ist `automerge-dependabot.yml` mit `gh pr merge`, die alte yml wurde nie gelesen)",
22
- "ru": "Очистка аудита по полному стандарту «ioBroker.example/TypeScript»:\n«@types/node» откатился от «^25.6.0» к «^20.19.24», поэтому параметры типа соответствуют «engines.node:>=20» (иначе API Node 21+ будут проверять тип на Node 20 и падать во время выполнения)\nDependabot теперь игнорирует основные удары для «@types/node», «typescript», «eslint», поэтому время выполнения / закрепление цепочки не может дрейфовать через автоматическое слияние\n'nyc' config + 'coverage' script add (совпадает с шаблоном upstream)\n«prettier.config.mjs» в прямом эфире с надстройками в стиле проекта (пространства 2, двойные цитаты) вместо того, чтобы полагаться на отсутствующий конфигуратор\nOrphan '.github/auto-merge.yml' удален (активный рабочий процесс - 'automerge-dependabot.yml' с использованием 'gh pr merge', старый yml никогда не читался)",
23
- "pt": "Limpeza de auditoria contra o padrão completo 'ioBroker.example/TypeScript` upstream:\n`@types/node` rolled back from `^25.6.0` to `^20.19.24` então digite defs match `engines.node: \">=20\"` (caso contrário Node 21+-only APIs iria digitar-check on Node 20 e bater em tempo de execução)\nDependebot agora ignora grandes problemas para `@types/node`, `typescript`, `eslint` para que o spining runtime/toolchain não possa derivar através da fusão automática\n'nyc' config + 'coverage' script adicionado (corresponde ao modelo upstream)\n`prettier.config.mjs` explicitado com sobreposições de estilo de projeto (Espaços 2-largura, aspas duplas) em vez de confiar na configuração ausente\nÓrfão `.github/auto-merge.yml` removido (o fluxo de trabalho ativo é `automerge-dependabot.yml` usando `gh pr merge`, o yml antigo nunca foi lido)",
24
- "nl": "Audit cleanup tegen de upstream .example/TypeScript\nZo type defs komen overeen met de engines.node: \">=20\" (anders zou Node 21+-alleen API's op Node 20 controleren en crashen op runtime)\nDependabot negeert nu grote hobbels voor \n`nyc` config + `coverage` script added (matches upstream template)\nPrettier.config.mjs\nOure.github/auto-merge.yml",
25
- "fr": "Nettoyage de l'audit par rapport à la norme en amont `ioBroker.example/TypeScript`:\n`@types/node` retourné de `^25.6.0` à `^20.19.24` de sorte que le type defs correspond `engines.node: \">=20\"` (autrement, les API de Node 21+ seulement contrôleraient le Node 20 et s'écraseraient au moment de l'exécution)\nDependabot ignore maintenant les bosses principales pour `@types/node`, `typescript`, `estint` de sorte que l'exécution/toolchain pinning ne peut pas dériver par fusion automatique\nscript `nyc` config + `coverage` ajouté (comparaison en amont)\n`prettier.config.mjs` fait explicite avec les redéfinitions de style projet (espaces 2-large, guillemets doubles) au lieu de compter sur la configuration manquante\nOrphan `.github/auto-merge.yml` supprimé (le workflow actif est `automerge-dependabot.yml` en utilisant `gh pr merge`, l'ancien yml n'a jamais été lu)",
26
- "it": "Audit cleanup contro il `ioBroker.example/TypeScript` standard completo:\n`@types/node` rotolato indietro da `^25.6.0` a `^20.19.24` così tipo defs match `engines.node: \">=20\"` (altrimenti Node 21 +-solo API sarebbe digitare-check su Node 20 e crash a runtime)\nDependabot ora ignora urti principali per `@types/node`, `typescript`, `eslint` in modo che il runtime/toolchain pinning non può derivare via auto-merge\n`nyc` config + `coverage` script aggiunto (matches upstream template)\n`prettier.config.mjs` fatto esplicito con overrides di progetto (Spaces 2-wide, doppie citazioni) invece di affidarsi alla configurazione mancante\nOrphan `.github/auto-merge.yml` rimosso (il flusso di lavoro attivo è `automerge-dependabot.yml` utilizzando `gh pr merge`, il vecchio yml non è mai stato letto)",
27
- "es": "Limpieza de auditorías contra el estándar completo del `ioBroker.example/TypeScript`:\n`@types/node` rolled back from `^25.6.0` to `^20.19.24` so type defs match `engines.node: \" prenda=20\" ' (otherwise Node 21+-only APIs would type-check on Node 20 and crash at runtime)\nDependabot hace caso omiso de los principales golpes por `@tipos/nodo`, `tiposcript`, `eslint`, por lo que el tiempo de ejecución/toolchain pinning no puede derivar a través de auto-merge\n`nyc` config + `coverage` script añadido (matches upstream template)\n`prettier.config.mjs` hecho explícito con anulas de estilo de proyecto (Spaces 2-wide, citas dobles) en lugar de confiar en los config desaparecidos\nHuérfano `.github/auto-merge.yml` eliminado (el flujo de trabajo activo es `automerge-dependabot.yml` utilizando `gh pr merge`, el yml antiguo nunca fue leído)",
28
- "pl": "Oczyszczanie audytów w stosunku do pełnego standardu 'iBroker.example / TypeScript':\n'@ types / node' rolled back from '^ 25.6.0' to '^ 20.19.24' so type defs match 'engins.node: \"> = 20\"' (w przeciwnym razie tylko Node 21 + -only API would type- check on Node 20 and crash at runtime)\nDependabot ignoruje teraz główne przeszkody dla '@ types / node', 'typescript', 'eslint', więc przypinanie do łańcucha runtime / toolchain nie może dryfować poprzez automatyczne połączenie\ndodano skrypt 'nyc' config + 'coverage' (dopasowuje szablon początkowy)\n'prettie.config.mjs' jest wyraźna z przekroczeniami w stylu project- style (Spaces 2- szerokie, podwójne cytaty) zamiast polegać na brakującym konfigu\nOrphan '.github / auto- merge.yml' usunięty (aktywny przepływ pracy to 'automaterge- dependiabot.yml' przy użyciu 'gh pr merge', stary yml nigdy nie został przeczytany)",
29
- "uk": "Аудиторське очищення від потоку `ioBroker.example/TypeScript`\n`@types/node` відхилений від `^25.6.0`` до `^20.19.24` так типу defs match `engines.node: \">=20\"` (іншого Node 21+-only APIs буде виданий на Node 20 і аварійний час)\nВ залежності від того, як `slint`, `slint`, `slint`, `eslint`, так що пусковий / toolchain пінінг не може drift через автоматичний мердж\n`nyc` config + `coverage` скрипт додано (змініть шаблон stream)\n`prettier.config.mjs` зробив явний з перенаряддям проекту (Косміка 2-широка, подвійні лапки) замість перекриття на відсутній конфігурації\nOrphan `.github/auto-merge.yml` вилучено (активний робочий процес `automerge-залежніabot.yml` за допомогою `gh pr злиття`, старий yml ніколи не читав)",
30
- "zh-cn": "对照上游`ioBroker.example/TypeScript ' 全面标准进行审计清理:\nQQQ类型/节点 ' 从 QQ25.6.0 ' 滚回 QQ20.19.24' , 这样类型 dafs match ‘engines.node : \"QQ20'(否则节点21+唯一的API会在节点20上进行打字检查,运行时崩溃)\n依赖现在忽略了QQ类型/节点、 \" 类型标记 \" 、 \" 斜线 \" 的重大突起,因此运行时间/工具链夹针不能通过自动浮出水面\n添加“nyc”配置+“覆盖”脚本(上游模板)\n`pretier.config.mjs' 明确了项目样式的覆盖(宽2层,双引号),而不是依赖缺失的配置\n孤儿`.github/自动合并.yml ' 被删除(使用`gh pr 合并 ' 的当前工作流程为`autommerge-dependabot.yml ' ,旧yml从未读过)"
46
+ "en": "Internal cleanup. No user-facing changes.",
47
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
48
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
49
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
50
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
51
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
52
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
53
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
54
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
55
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
56
+ "zh-cn": "内部清理。对用户无可见变化。"
31
57
  },
32
58
  "0.2.17": {
33
- "en": "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.",
34
- "de": "Test-Setup migriert zum `ioBroker.example/TypeScript` Standard: Tests leben jetzt neben der Quelle als `src/**/*.test.ts` und laufen direkt über `ts-node/register`, kein separater Testaufbau. Entfernt `tsconfig.test.json` + `build-test/` pro neuste Repo-Review-Feedback.",
35
- "ru": "Настройка теста перешла на стандарт выше по течению «ioBroker.example/TypeScript»: тесты теперь живут рядом с исходным кодом как «src/**/*.test.ts» и запускаются непосредственно через «ts-узел/регистр» без отдельной сборки теста. Удалить «tsconfig.test.json» + «build-test/» в соответствии с отзывами о последнем репо.",
36
- "pt": "A configuração de teste migrou para o padrão upstream `ioBroker.example/TypeScript`: testes agora vivem ao lado do código fonte como `src/**/*.test.ts` e são executados diretamente através de `ts-node/register`, sem construção de teste separada. Remove `tsconfig.test.json` + `build-test/` por feedback de revisão de repo mais recente.",
37
- "nl": "Testopstelling is gemigreerd naar de upstream-standaard van de \"ioBroker.\"example/TypeScript Verwijdert .",
38
- "fr": "La configuration des tests a migré vers la norme en amont `ioBroker.example/TypeScript`: les tests sont maintenant en direct à côté de la source sous le nom `src/**/*.test.ts` et sont exécutés directement via `ts-node/register`, aucun test-build séparé. Supprime `tsconfig.test.json` + `build-test/` par les commentaires de la dernière révision.",
39
- "it": "Configurazione del test migrata allo standard `ioBroker.example/TypeScript` a monte: i test ora vivono accanto alla sorgente come `src/**/*.test.ts` e vengono eseguiti direttamente tramite `ts-node/register`, nessun test-build separato. Rimuove `tsconfig.test.json` + `build-test/` per feedback di ultima recensione.",
40
- "es": "Configuración de prueba migrada a la norma de `ioBroker.example/TypeScript` aguas arriba: las pruebas ahora viven al lado de la fuente como `src/**/*.test.ts` y se ejecutan directamente a través de 'ts-node/register', sin prueba separada. Elimina `tsconfig.test.json` + `build-test/` por última respuesta de revisión.",
41
- "pl": "Konfiguracja testowa migrowała do standardu 'iBroker.example / TypeScript': testy teraz żyją obok źródła jako 'src / ** /* .test.ts' i działają bezpośrednio przez 'ts- node / register', bez oddzielnego test- build. Usuwa 'tsconfig.test.json' + 'build- test /' per latest- repo review review feeds. ",
42
- "uk": "Тест-настроювання, що мігрується на дотик `ioBroker.example/TypeScript`` стандарт: тести тепер живуть біля джерела, як `src/*/**/*.test.ts` і запустити безпосередньо через `ts-node/register`, не окремий тест-будівельник. Вилучає `tsconfig.test.json` + `build-test/`/` за останні відгуки.",
43
- "zh-cn": "测试设置迁移到上游`ioBroker.example/TypeScript ' 标准:测试现在作为`src/**/*.test.ts ' 存在于源旁,直接通过`ts-node/register ' 运行,没有单独的测试建设。 删除`tsconfig.test.json ' +`building-test/ ' 每一次最新检索审查反馈."
59
+ "en": "Internal cleanup. No user-facing changes.",
60
+ "de": "Interne Bereinigung. Keine User-sichtbaren Änderungen.",
61
+ "ru": "Внутренняя очистка. Без видимых изменений для пользователя.",
62
+ "pt": "Limpeza interna. Sem alterações visíveis para o usuário.",
63
+ "nl": "Interne opschoning. Geen wijzigingen voor de gebruiker.",
64
+ "fr": "Nettoyage interne. Aucune modification visible pour l'utilisateur.",
65
+ "it": "Pulizia interna. Nessuna modifica visibile all'utente.",
66
+ "es": "Limpieza interna. Sin cambios visibles para el usuario.",
67
+ "pl": "Wewnętrzne porządki. Brak zmian widocznych dla użytkownika.",
68
+ "uk": "Внутрішнє прибирання. Без помітних для користувача змін.",
69
+ "zh-cn": "内部清理。对用户无可见变化。"
44
70
  },
45
71
  "0.2.16": {
46
- "en": "Min js-controller correction: was incorrectly bumped to `>=7.0.23` in 0.2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). Repochecker-recommended value is `>=6.0.11` — restored.",
47
- "de": "Min js-Controller-Korrektur: wurde falsch auf `>=7.0.23` in 0.2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source) gesprungen. Repochecker-recommended Wert ist `>=6.0.11` — restauriert.",
48
- "ru": "Коррекция Min js-контроллера: в 0.2.15 она была неправильно увеличена до '>=7.0.23' (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). Рекомендуемое значение репочекера ->=6.0.11 - восстановлено.",
49
- "pt": "Min js-controller correção: foi incorretamente bateu para `>=7.0.23` em 0.2.15 (Wert kam aus Recherche-Syntheses, nicht aus Repochecker-Source). O valor recomendado pelo repochecker é `>=6.0.11` — restaurado.",
50
- "nl": "Min js-controller correctie: werd foutief gestoten naar Repochecker aanbevolen waarde is .",
51
- "fr": "La correction de min js-controller : a été incorrectement cognée à `>=7.0.23` dans le 0,2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). La valeur recommandée par Repochecker est `>=6.0.11` — restaurée.",
52
- "it": "Min js-controller correzione: è stato erroneamente urtato a `>=7.0.23` in 0.2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). Il valore ricondizionato da repochecker è `>=6.0.11` — restaurato.",
53
- "es": "Min js-controller correction: was incorrectly toped to `=7.0.23` in 0.2.15 (Wert kam aus Recherche-Synthese, nicht aus Repochecker-Source). Repochecker-recomendado valor es `=6.0.11` — restaurado.",
54
- "pl": "Min js- controller correction: was intruly bone to '> = 7.0.23' in 0.2.15 (Wert kam aus Recherche- Synthes, nicht aus Repochecker- Source). Repochecker- zalecana wartość jest '> = 6.0.11' - przywrócona.",
55
- "uk": "Нормативно прибрано до `>=7.0.23` в 0.2.15 (Верт kam aus Recherche-Synthese, nicht aus Repochecker-Source). Repochecker-recommended значення `>=6.0.11` — відновлено.",
56
- "zh-cn": "Min js-controller校正:在0.2.15中被误撞到QQ7.0.23 ' (Wert kam aus ReResearch-Synthese, nicht aus Repochecker-Source)。 复检员推荐值为 6.0.11 ' ——恢复."
72
+ "en": "Min js-controller restored to >=6.0.11 (was incorrectly bumped to >=7.0.23 in 0.2.15).",
73
+ "de": "Min js-controller zurück auf >=6.0.11 (war in 0.2.15 fälschlich auf >=7.0.23 gesetzt).",
74
+ "ru": "Мин. js-controller восстановлен на >=6.0.11 (в 0.2.15 ошибочно был >=7.0.23).",
75
+ "pt": "Mín. js-controller restaurado para >=6.0.11 (em 0.2.15 estava erroneamente em >=7.0.23).",
76
+ "nl": "Min. js-controller hersteld op >=6.0.11 (was in 0.2.15 ten onrechte >=7.0.23).",
77
+ "fr": "Min js-controller rétabli à >=6.0.11 (était par erreur à >=7.0.23 en 0.2.15).",
78
+ "it": "Min js-controller ripristinato a >=6.0.11 (in 0.2.15 era erroneamente >=7.0.23).",
79
+ "es": "Mín. js-controller restaurado a >=6.0.11 (en 0.2.15 estaba incorrectamente en >=7.0.23).",
80
+ "pl": "Min. js-controller przywrócony do >=6.0.11 (w 0.2.15 błędnie ustawiony na >=7.0.23).",
81
+ "uk": "Мін. js-controller повернено на >=6.0.11 0.2.15 помилково було >=7.0.23).",
82
+ "zh-cn": "最低 js-controller 恢复为 >=6.0.11(0.2.15 中错误地设置为 >=7.0.23)。"
57
83
  },
58
84
  "0.2.15": {
59
- "en": "Process-level unhandledRejection/uncaughtException handlers added as last-line-of-defence. Stop shipping the manual-review release-script plugin. Min js-controller bumped to >=7.0.23. Audit-driven boilerplate sync with the other krobi adapters (.vscode json5 schemas, tsconfig.test looser test rules). CHANGELOG_OLD cleaned up.",
60
- "de": "Process-level unhandledRejection/uncaughtException-Handler als Last-Line-of-Defence hinzugefügt. Das manual-review-Release-Script-Plugin entfällt. js-controller-Mindestversion auf >=7.0.23 angehoben. Audit-getriebener Boilerplate-Sync gegenüber den anderen krobi-Adaptern (.vscode json5-Schemas, tsconfig.test loosere Test-Regeln). CHANGELOG_OLD aufgeräumt.",
61
- "ru": "Process-level unhandledRejection/uncaughtException-обработчики додано як last-line-of-defence. Manual-review release-script plugin більше не постачається. Мінімальна версія js-controller підвищена до >=7.0.23. Audit-керована синхронізація boilerplate з іншими krobi-адаптерами (.vscode json5-схеми, tsconfig.test loose test rules). CHANGELOG_OLD приведено до ладу.",
62
- "pt": "Handlers process-level unhandledRejection/uncaughtException adicionados como last-line-of-defence. O plugin manual-review do release-script foi removido. Versão mínima de js-controller aumentada para >=7.0.23. Sincronização de boilerplate orientada por audit com os outros adaptadores krobi (esquemas json5 do .vscode, regras de teste mais permissivas em tsconfig.test). CHANGELOG_OLD limpo.",
63
- "nl": "Process-level unhandledRejection/uncaughtException-handlers toegevoegd als last-line-of-defence. Het manual-review release-script plugin wordt niet meer meegeleverd. Minimale js-controller versie verhoogd naar >=7.0.23. Audit-gestuurde boilerplate-sync met de andere krobi-adapters (.vscode json5-schemas, tsconfig.test soepelere test-regels). CHANGELOG_OLD opgeruimd.",
64
- "fr": "Handlers process-level unhandledRejection/uncaughtException ajoutés en last-line-of-defence. Le plugin manual-review du release-script n'est plus livré. Version minimale de js-controller portée à >=7.0.23. Synchronisation boilerplate audit-driven avec les autres adaptateurs krobi (schémas json5 .vscode, règles de test plus souples tsconfig.test). CHANGELOG_OLD nettoyé.",
65
- "it": "Handler process-level unhandledRejection/uncaughtException aggiunti come last-line-of-defence. Il plugin manual-review del release-script non viene più distribuito. Versione minima di js-controller alzata a >=7.0.23. Sincronizzazione boilerplate audit-driven con gli altri adapter krobi (schemi json5 .vscode, regole di test più permissive tsconfig.test). CHANGELOG_OLD ripulito.",
66
- "es": "Handlers process-level unhandledRejection/uncaughtException añadidos como last-line-of-defence. El plugin manual-review del release-script ya no se incluye. Versión mínima de js-controller elevada a >=7.0.23. Sincronización de boilerplate guiada por audit con los demás adaptadores krobi (esquemas json5 .vscode, reglas de test más permisivas tsconfig.test). CHANGELOG_OLD limpio.",
67
- "pl": "Handlery process-level unhandledRejection/uncaughtException dodane jako last-line-of-defence. Plugin manual-review release-script nie jest już dostarczany. Minimalna wersja js-controller podniesiona do >=7.0.23. Synchronizacja boilerplate'u audit-driven z pozostałymi adapterami krobi (schematy json5 .vscode, luźniejsze reguły testów tsconfig.test). CHANGELOG_OLD uporządkowany.",
68
- "uk": "Process-level обробники unhandledRejection/uncaughtException додано як last-line-of-defence. Manual-review release-script plugin більше не постачається. Мінімальну версію js-controller підвищено до >=7.0.23. Audit-керована синхронізація boilerplate з іншими krobi-адаптерами (json5-схеми .vscode, м'якші правила тестів tsconfig.test). CHANGELOG_OLD упорядковано.",
69
- "zh-cn": "新增进程级 unhandledRejection/uncaughtException 处理器作为 last-line-of-defence。manual-review release-script 插件不再随包发布。js-controller 最低版本提升至 >=7.0.23。与其他 krobi 适配器进行 audit 驱动的 boilerplate 同步(.vscode json5 schema、tsconfig.test 更宽松的测试规则)。整理 CHANGELOG_OLD。"
70
- },
71
- "0.2.14": {
72
- "en": "Latest-repo review round 2 response. Separate test-build output (build-test/) from production build/. Declare deliveries folder and summary channel as instance objects. Localize status labels and delivery estimates to all 11 ioBroker languages via system.config.language; the per-instance Status Language option is removed. Fix summary.todayCount for non-DE/EN languages.",
73
- "de": "Latest-Repo Review Round 2 Response. Test-Build-Output (build-test/) von der Production build/ getrennt. deliveries-Folder und summary-Channel als Instance-Objects deklariert. Status-Labels und Lieferzeit-Schätzungen werden in alle 11 ioBroker-Sprachen lokalisiert (über system.config.language); die per-Instanz Status-Language-Option entfällt. summary.todayCount für nicht-DE/EN Sprachen behoben.",
74
- "ru": "Відповідь на latest-repo review round 2. Test-build output (build-test/) відокремлено від production build/. deliveries-folder та summary-channel задекларовано як instance objects. Status-labels та оцінки доставки локалізовано на всі 11 мов ioBroker через system.config.language; per-instance Status Language опція видалена. Виправлено summary.todayCount для не-DE/EN мов.",
75
- "pt": "Resposta ao latest-repo review round 2. Saída do test-build (build-test/) separada da produção build/. Pasta deliveries e canal summary declarados como instance objects. Labels de status e estimativas de entrega localizadas em todas as 11 línguas do ioBroker via system.config.language; a opção Status Language por instância foi removida. summary.todayCount corrigido para línguas não-DE/EN.",
76
- "nl": "Respons op latest-repo review round 2. Test-build output (build-test/) gescheiden van productie build/. deliveries-folder en summary-channel gedeclareerd als instance objects. Status-labels en bezorgschattingen gelokaliseerd in alle 11 ioBroker-talen via system.config.language; per-instance Status Language optie is verwijderd. summary.todayCount opgelost voor niet-DE/EN talen.",
77
- "fr": "Réponse au latest-repo review round 2. Sortie du test-build (build-test/) séparée de la production build/. Dossier deliveries et canal summary déclarés comme instance objects. Status-labels et estimations de livraison localisés dans toutes les 11 langues ioBroker via system.config.language; option Status Language par instance supprimée. summary.todayCount corrigé pour langues non-DE/EN.",
78
- "it": "Risposta alla latest-repo review round 2. Output del test-build (build-test/) separato dalla produzione build/. Cartella deliveries e canale summary dichiarati come instance objects. Status-label e stime di consegna localizzati in tutte le 11 lingue ioBroker via system.config.language; opzione Status Language per istanza rimossa. summary.todayCount corretto per lingue non-DE/EN.",
79
- "es": "Respuesta al latest-repo review round 2. Salida del test-build (build-test/) separada de la producción build/. Carpeta deliveries y canal summary declarados como instance objects. Etiquetas de estado y estimaciones de entrega localizadas en los 11 idiomas de ioBroker via system.config.language; opción Status Language por instancia eliminada. summary.todayCount corregido para idiomas no-DE/EN.",
80
- "pl": "Odpowiedź na latest-repo review round 2. Wyjście test-build (build-test/) oddzielone od produkcji build/. Folder deliveries i kanał summary zadeklarowane jako instance objects. Etykiety statusu i szacunki dostawy zlokalizowane we wszystkich 11 językach ioBroker przez system.config.language; opcja Status Language per-instance została usunięta. summary.todayCount naprawione dla języków innych niż DE/EN.",
81
- "uk": "Відповідь на latest-repo review round 2. Test-build output (build-test/) відокремлено від production build/. Folder deliveries та channel summary оголошено як instance objects. Status-мітки та оцінки доставки локалізовано в усіх 11 мовах ioBroker через system.config.language; опцію Status Language per-instance видалено. summary.todayCount виправлено для мов крім DE/EN.",
82
- "zh-cn": "Latest-repo review round 2 的回应。测试构建输出(build-test/)从生产 build/ 分离。deliveries 文件夹和 summary 通道声明为 instance objects。状态标签和到达时间预估通过 system.config.language 本地化为全部 11 种 ioBroker 语言;移除 per-instance Status Language 选项。修复非 DE/EN 语言下的 summary.todayCount。"
85
+ "en": "Crash defense: process-level error handlers.",
86
+ "de": "Crash-Schutz: process-level Error-Handler.",
87
+ "ru": "Защита от сбоев: process-level обработчики ошибок.",
88
+ "pt": "Proteção contra falhas: handlers de erro process-level.",
89
+ "nl": "Crashbescherming: process-level error-handlers.",
90
+ "fr": "Défense contre les crashs : handlers d'erreur process-level.",
91
+ "it": "Difesa anti-crash: handler di errore process-level.",
92
+ "es": "Defensa contra fallos: handlers de error process-level.",
93
+ "pl": "Ochrona przed crashem: handlery błędów process-level.",
94
+ "uk": "Захист від збоїв: process-level обробники помилок.",
95
+ "zh-cn": "崩溃防护:process-level 错误处理器。"
83
96
  }
84
97
  },
85
98
  "titleLang": {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.parcelapp",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "ioBroker adapter for parcel.app — track packages as ioBroker states",
5
5
  "author": {
6
6
  "name": "krobi",