iobroker.vis-icontwo 1.10.0 → 1.10.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/README.md CHANGED
@@ -60,6 +60,14 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
60
60
 
61
61
  ## Changelog / Änderungsprotokoll
62
62
 
63
+ ### 1.10.2
64
+
65
+ • Bug-Fix
66
+
67
+ ### 1.10.1
68
+
69
+ • Bug-Fix
70
+
63
71
  ### 1.10.0
64
72
 
65
73
  • Neue Icons hinzugefügt (Devices - Computers - Zigbee)
@@ -608,8 +616,6 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
608
616
 
609
617
  ## License
610
618
 
611
- Urheberrechte (c) 2024 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
612
-
613
619
 
614
620
  MIT License (nur in englisch / englisch only)
615
621
 
@@ -634,3 +640,5 @@ SOFTWARE.
634
640
  ---
635
641
 
636
642
  Icons from Icons8 https://icons8.com/
643
+
644
+ Copyright (c) 2025 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
package/io-package.json CHANGED
@@ -1,8 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.10.0",
4
+ "version": "1.10.2",
5
5
  "news": {
6
+ "1.10.2": {
7
+ "en": "Bug fix",
8
+ "de": "Fehlerbehebung",
9
+ "ru": "Задняя фиксация",
10
+ "pt": "Correção de bugs",
11
+ "nl": "Bugfix",
12
+ "fr": "Correction du bug",
13
+ "it": "Correzione di bug",
14
+ "es": "Corrección de errores",
15
+ "pl": "Naprawianie błędów",
16
+ "uk": "Виправлення помилок",
17
+ "zh-cn": "错误修复"
18
+ },
19
+ "1.10.1": {
20
+ "en": "Bug fix",
21
+ "de": "Fehlerbehebung",
22
+ "ru": "Задняя фиксация",
23
+ "pt": "Correção de bugs",
24
+ "nl": "Bugfix",
25
+ "fr": "Correction du bug",
26
+ "it": "Correzione di bug",
27
+ "es": "Corrección de errores",
28
+ "pl": "Naprawianie błędów",
29
+ "uk": "Виправлення помилок",
30
+ "zh-cn": "错误修复"
31
+ },
6
32
  "1.10.0": {
7
33
  "en": "new icons added",
8
34
  "de": "neue icons hinzugefügt",
@@ -42,32 +68,6 @@
42
68
  "uk": "додано нові іконки",
43
69
  "zh-cn": "添加新图标"
44
70
  },
45
- "1.6.0": {
46
- "en": "new icons added",
47
- "de": "neue icons hinzugefügt",
48
- "ru": "добавлены новые иконки",
49
- "pt": "novos ícones adicionados",
50
- "nl": "nieuwe pictogrammen toegevoegd",
51
- "fr": "nouvelles icônes ajoutées",
52
- "it": "nuove icone aggiunte",
53
- "es": "nuevos iconos añadidos",
54
- "pl": "dodano nowe ikony",
55
- "uk": "додано нові іконки",
56
- "zh-cn": "添加新图标"
57
- },
58
- "1.5.0": {
59
- "en": "new icons added",
60
- "de": "neue icons hinzugefügt",
61
- "ru": "добавлены новые иконки",
62
- "pt": "novos ícones adicionados",
63
- "nl": "nieuwe pictogrammen toegevoegd",
64
- "fr": "nouvelles icônes ajoutées",
65
- "it": "nuove icone aggiunte",
66
- "es": "nuevos iconos añadidos",
67
- "pl": "dodano nowe ikony",
68
- "uk": "додано нові іконки",
69
- "zh-cn": "添加新图标"
70
- },
71
71
  "1.0.0":{
72
72
  "en": "VIS-2 compatible",
73
73
  "de": "VIS-2 kompatibel",
@@ -82,7 +82,6 @@
82
82
  "zh-cn": "六S-2"
83
83
  }
84
84
  },
85
- "title": "inventwo Icon Set",
86
85
  "titleLang": {
87
86
  "en": "inventwo Icon Set",
88
87
  "de": "inventwo Icon Set",
@@ -120,7 +119,10 @@
120
119
  "vis",
121
120
  "icons"
122
121
  ],
123
- "license": "MIT",
122
+ "licenseInformation": {
123
+ "license": "MIT",
124
+ "type": "free"
125
+ },
124
126
  "platform": "Javascript/Node.js",
125
127
  "icon": "icontwo.png",
126
128
  "enabled": true,
@@ -132,14 +134,20 @@
132
134
  "vis-2"
133
135
  ],
134
136
  "singleton": true,
135
- "localLink": "http://icontwo.inventwo.com/",
137
+ "localLinks": {
138
+ "_default": {
139
+ "link": "http://icontwo.inventwo.com/"
140
+ }
141
+ },
136
142
  "mode": "none",
137
143
  "type": "visualization-icons",
138
144
  "compact": true,
139
145
  "connectionType": "local",
140
146
  "dataSource": "poll",
141
- "materialize": true,
142
- "materializeTab": true,
147
+ "adminUI": {
148
+ "config": "materialize",
149
+ "tab": "materialize"
150
+ },
143
151
  "adminTab": {
144
152
  "link": "http://icontwo.inventwo.com/",
145
153
  "fa-icon": "collections",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.10.0",
3
+ "version": "1.10.2",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -9,6 +9,14 @@
9
9
  ],
10
10
  "homepage": "https://github.com/inventwo/ioBroker.vis-icontwo",
11
11
  "license": "MIT",
12
+ "files": [
13
+ "admin/",
14
+ "img/",
15
+ "lib/",
16
+ "www/",
17
+ "io-package.json",
18
+ "LICENSE"
19
+ ],
12
20
  "keywords": [
13
21
  "ioBroker",
14
22
  "template",
@@ -18,6 +26,7 @@
18
26
  "vis",
19
27
  "Icons"
20
28
  ],
29
+ "readmeFilename": "README.md",
21
30
  "repository": {
22
31
  "type": "git",
23
32
  "url": "git+https://github.com/inventwo/ioBroker.vis-icontwo.git"
@@ -41,8 +50,7 @@
41
50
  "chai": "^4.2.0",
42
51
  "chai-as-promised": "^8.0.0",
43
52
  "eslint": "^9.3.0",
44
- "gulp": "^5.0.0",
45
- "mocha": "^10.0.0",
53
+ "mocha": "^11.0.1",
46
54
  "proxyquire": "^2.1.3",
47
55
  "sinon": "^19.0.2",
48
56
  "sinon-chai": "^3.5.0"
package/SECURITY.md DELETED
@@ -1,11 +0,0 @@
1
- # Security Policy
2
-
3
- ## Supported Versions
4
-
5
- | Version | Supported |
6
- | ------- | ------------------ |
7
- | 0.x.x | :white_check_mark: |
8
-
9
- ## Reporting a Vulnerability
10
-
11
- Please create a vulnerability report issue and give all informations you have
File without changes