iobroker.vis-icontwo 1.10.1 → 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 +6 -2
- package/io-package.json +27 -6
- package/package.json +11 -3
- package/SECURITY.md +0 -11
package/README.md
CHANGED
|
@@ -60,6 +60,10 @@ 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
|
+
|
|
63
67
|
### 1.10.1
|
|
64
68
|
|
|
65
69
|
• Bug-Fix
|
|
@@ -612,8 +616,6 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
|
|
|
612
616
|
|
|
613
617
|
## License
|
|
614
618
|
|
|
615
|
-
Urheberrechte (c) 2024 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
|
|
616
|
-
|
|
617
619
|
|
|
618
620
|
MIT License (nur in englisch / englisch only)
|
|
619
621
|
|
|
@@ -638,3 +640,5 @@ SOFTWARE.
|
|
|
638
640
|
---
|
|
639
641
|
|
|
640
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,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-icontwo",
|
|
4
|
-
"version": "1.10.
|
|
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
|
+
},
|
|
6
19
|
"1.10.1": {
|
|
7
20
|
"en": "Bug fix",
|
|
8
21
|
"de": "Fehlerbehebung",
|
|
@@ -69,7 +82,6 @@
|
|
|
69
82
|
"zh-cn": "六S-2"
|
|
70
83
|
}
|
|
71
84
|
},
|
|
72
|
-
"title": "inventwo Icon Set",
|
|
73
85
|
"titleLang": {
|
|
74
86
|
"en": "inventwo Icon Set",
|
|
75
87
|
"de": "inventwo Icon Set",
|
|
@@ -107,7 +119,10 @@
|
|
|
107
119
|
"vis",
|
|
108
120
|
"icons"
|
|
109
121
|
],
|
|
110
|
-
"
|
|
122
|
+
"licenseInformation": {
|
|
123
|
+
"license": "MIT",
|
|
124
|
+
"type": "free"
|
|
125
|
+
},
|
|
111
126
|
"platform": "Javascript/Node.js",
|
|
112
127
|
"icon": "icontwo.png",
|
|
113
128
|
"enabled": true,
|
|
@@ -119,14 +134,20 @@
|
|
|
119
134
|
"vis-2"
|
|
120
135
|
],
|
|
121
136
|
"singleton": true,
|
|
122
|
-
"
|
|
137
|
+
"localLinks": {
|
|
138
|
+
"_default": {
|
|
139
|
+
"link": "http://icontwo.inventwo.com/"
|
|
140
|
+
}
|
|
141
|
+
},
|
|
123
142
|
"mode": "none",
|
|
124
143
|
"type": "visualization-icons",
|
|
125
144
|
"compact": true,
|
|
126
145
|
"connectionType": "local",
|
|
127
146
|
"dataSource": "poll",
|
|
128
|
-
"
|
|
129
|
-
|
|
147
|
+
"adminUI": {
|
|
148
|
+
"config": "materialize",
|
|
149
|
+
"tab": "materialize"
|
|
150
|
+
},
|
|
130
151
|
"adminTab": {
|
|
131
152
|
"link": "http://icontwo.inventwo.com/",
|
|
132
153
|
"fa-icon": "collections",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.vis-icontwo",
|
|
3
|
-
"version": "1.10.
|
|
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
|
-
"
|
|
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