iobroker.proscenic 0.1.1 → 0.1.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.
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2026 C@ptain Ch@os
3
+ Copyright (c) 2026 C@ptain Ch@os <butan_akrobat1t@icloud.com>
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -27,11 +27,11 @@ Verified on one owner-local Proscenic M7 Pro so far:
27
27
  app-oriented map colors, no-go areas, room-zone candidates, charger marker,
28
28
  and an interpolated pose trail.
29
29
 
30
- The adapter is not a public release yet. The supported hardware claim is limited
31
- to the tested M7 Pro (`M7_PRO` / `811_LDS`) and the legacy cloud backend. Other
30
+ The adapter is an early public beta. The supported hardware claim is limited to
31
+ the tested M7 Pro (`M7_PRO` / `811_LDS`) and the legacy cloud backend. Other
32
32
  models, accounts, regions, firmware versions, Tuya-local control, room-cleaning
33
- commands, final map storage/retention policy, and production release readiness
34
- still require separate evidence.
33
+ commands, and final map storage/retention policy still require separate
34
+ evidence.
35
35
 
36
36
  Raw payloads, serial numbers, gateway endpoints, device addresses, credentials,
37
37
  packet captures, private maps, and home-layout data are not committed or exposed
@@ -63,6 +63,10 @@ Security policy and contribution requirements are documented in
63
63
 
64
64
  ## Changelog
65
65
 
66
+ ### 0.1.2 (2026-09-14)
67
+
68
+ - Updated public maintainer/contact metadata for ioBroker latest review.
69
+
66
70
  ### 0.1.1 (2026-09-14)
67
71
 
68
72
  - Documented the npm first-publish bootstrap path and the Trusted Publishing
@@ -96,4 +100,4 @@ their respective owners.
96
100
 
97
101
  MIT License. See [LICENSE](LICENSE).
98
102
 
99
- Copyright (c) 2026 C@ptain Ch@os
103
+ Copyright (c) 2026 C@ptain Ch@os <butan_akrobat1t@icloud.com>
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "proscenic",
4
- "version": "0.1.1",
4
+ "version": "0.1.2",
5
5
  "news": {
6
+ "0.1.2": {
7
+ "en": "Updated public maintainer metadata for ioBroker latest review",
8
+ "de": "Öffentliche Maintainer-Metadaten für die ioBroker-Latest-Prüfung aktualisiert",
9
+ "ru": "Обновлены публичные метаданные сопровождающего для проверки ioBroker latest",
10
+ "pt": "Metadados públicos do mantenedor atualizados para a revisão ioBroker latest",
11
+ "nl": "Openbare maintainer-metadata bijgewerkt voor ioBroker latest-controle",
12
+ "fr": "Métadonnées publiques du mainteneur mises à jour pour la revue ioBroker latest",
13
+ "it": "Metadati pubblici del manutentore aggiornati per la revisione ioBroker latest",
14
+ "es": "Metadatos públicos del mantenedor actualizados para la revisión de ioBroker latest",
15
+ "pl": "Zaktualizowano publiczne metadane opiekuna do przeglądu ioBroker latest",
16
+ "uk": "Оновлено публічні метадані супровідника для перевірки ioBroker latest",
17
+ "zh-cn": "更新公开维护者元数据以用于 ioBroker latest 审核"
18
+ },
6
19
  "0.1.1": {
7
20
  "en": "Documented npm first-publish bootstrap and enabled the trusted publishing path for future releases",
8
21
  "de": "npm-Erstveröffentlichung dokumentiert und Trusted-Publishing-Pfad für zukünftige Releases aktiviert",
@@ -56,7 +69,7 @@
56
69
  "uk": "Адаптер ioBroker для вакуумних роботів Proscenic, які використовують застарілий хмарний шлюз Proscenic",
57
70
  "zh-cn": "使用传统 Proscenic 云网关的 Proscenic 真空机器人的 ioBroker 适配器"
58
71
  },
59
- "authors": ["C@ptain Ch@os <223081183+Musashi1965@users.noreply.github.com>"],
72
+ "authors": ["C@ptain Ch@os <butan_akrobat1t@icloud.com>"],
60
73
  "keywords": ["proscenic", "vacuum", "robot", "m7 pro"],
61
74
  "licenseInformation": {
62
75
  "type": "free",
package/package.json CHANGED
@@ -1,10 +1,10 @@
1
1
  {
2
2
  "name": "iobroker.proscenic",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "ioBroker adapter for Proscenic vacuum robots using the legacy Proscenic cloud gateway",
5
5
  "author": {
6
6
  "name": "C@ptain Ch@os",
7
- "email": "223081183+Musashi1965@users.noreply.github.com"
7
+ "email": "butan_akrobat1t@icloud.com"
8
8
  },
9
9
  "contributors": [],
10
10
  "homepage": "https://github.com/Musashi1965/ioBroker.proscenic",
@@ -70,6 +70,7 @@
70
70
  "check:full": "npm run lint && npm run check && npm run build && npm test && npm run test:integration",
71
71
  "lint": "eslint -c eslint.config.mjs .",
72
72
  "translate": "translate-adapter",
73
+ "release:preflight": "scripts/publication-preflight.sh",
73
74
  "release": "release-script",
74
75
  "dev-server": "dev-server"
75
76
  },