iobroker.cometvisu 0.0.2 → 0.0.3

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 CHANGED
@@ -57,6 +57,10 @@ replaces that entry.
57
57
  Placeholder for the next version (at the beginning of the line):
58
58
  ### **WORK IN PROGRESS**
59
59
  -->
60
+ ### 0.0.3 (2026-09-05)
61
+
62
+ - (joltcoke) "ioBroker" is no longer listed in "common.keywords", where the adapter checker rejects it
63
+
60
64
  ### 0.0.2 (2026-09-05)
61
65
 
62
66
  - (joltcoke) keywords now contain "ioBroker", as the adapter checker asks for
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "cometvisu",
4
- "version": "0.0.2",
4
+ "version": "0.0.3",
5
5
  "news": {
6
+ "0.0.3": {
7
+ "en": "\"ioBroker\" is no longer listed in \"common.keywords\", where the adapter checker rejects it",
8
+ "de": "„ioBroker“ ist nicht mehr in common.keywords, der Adapter-Checker lehnt es ab",
9
+ "ru": "«IOBroker» больше не указан в «common.keywords», где средство проверки адаптеров отклоняет его",
10
+ "pt": "“IOBroker” não aparece mais em “common.keywords”, onde o Adapter Checker o rejeita",
11
+ "nl": "„IOBroker” staat niet langer vermeld in „common.keywords”, waar de adapterchecker dit weigert",
12
+ "fr": "« IOBroker » ne figure plus dans « common.keywords », où le vérificateur d'adaptateurs le rejette",
13
+ "it": "«ioBroker» non è più elencato in «common.keywords», dove Adapter Checker lo rifiuta",
14
+ "es": "«IOBroker» ya no aparece en «common.keywords», ya que el comprobador de adaptadores lo rechaza",
15
+ "pl": "„ioBroker” nie jest już wymieniony w „common.keywords”, gdzie moduł sprawdzania adaptera go odrzuca",
16
+ "uk": "«IObroker» більше не вказано в списку «common.keywords», де перевірка адаптера відхиляє його",
17
+ "zh-cn": "“ioBroker” 不再在 “common.keywords” 中列出,适配器检查器拒绝了它"
18
+ },
6
19
  "0.0.2": {
7
20
  "en": "keywords now contain \"ioBroker\", as the adapter checker asks for\nreleases are published by the workflow through trusted publishing",
8
21
  "de": "Keywords enthalten nun „ioBroker“, wie es der Adapter-Checker verlangt\nReleases werden vom Workflow über Trusted Publishing veröffentlicht",
@@ -60,7 +73,6 @@
60
73
  "Florian Schirmer <jolt@tuxbox.org>"
61
74
  ],
62
75
  "keywords": [
63
- "ioBroker",
64
76
  "cometvisu",
65
77
  "visualization",
66
78
  "websocket",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.cometvisu",
3
- "version": "0.0.2",
3
+ "version": "0.0.3",
4
4
  "description": "Serves the CometVisu visualization through the ioBroker web adapter",
5
5
  "author": {
6
6
  "name": "Florian Schirmer",