iobroker.vis-icontwo 1.10.1 → 1.11.0

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) 2024 jkvarel <jkvarel@inventwo.com> & skvarel <skvarel@inventwo.com>
3
+ Copyright (c) 2025 jkvarel <jkvarel@inventwo.com> & skvarel <skvarel@inventwo.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
@@ -20,4 +20,4 @@ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
20
  OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
21
  SOFTWARE.
22
22
 
23
- Icons from Icons8 https://icons8.com/
23
+ Icons from Icons8 https://icons8.com/
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.11.0
64
+
65
+ • Neue Icons hinzugefügt (Cars)
66
+
67
+ ### 1.10.2
68
+
69
+ • Bug-Fix
70
+
63
71
  ### 1.10.1
64
72
 
65
73
  • Bug-Fix
@@ -612,9 +620,6 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
612
620
 
613
621
  ## License
614
622
 
615
- Urheberrechte (c) 2024 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
616
-
617
-
618
623
  MIT License (nur in englisch / englisch only)
619
624
 
620
625
  Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -638,3 +643,5 @@ SOFTWARE.
638
643
  ---
639
644
 
640
645
  Icons from Icons8 https://icons8.com/
646
+
647
+ 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,9 +1,22 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.10.1",
4
+ "version": "1.11.0",
5
5
  "news": {
6
- "1.10.1": {
6
+ "1.11.0": {
7
+ "en": "new icons added",
8
+ "de": "neue icons hinzugefügt",
9
+ "ru": "добавлены новые иконки",
10
+ "pt": "novos ícones adicionados",
11
+ "nl": "nieuwe pictogrammen toegevoegd",
12
+ "fr": "nouvelles icônes ajoutées",
13
+ "it": "nuove icone aggiunte",
14
+ "es": "nuevos iconos añadidos",
15
+ "pl": "dodano nowe ikony",
16
+ "uk": "додано нові іконки",
17
+ "zh-cn": "添加新图标"
18
+ },
19
+ "1.10.2": {
7
20
  "en": "Bug fix",
8
21
  "de": "Fehlerbehebung",
9
22
  "ru": "Задняя фиксация",
@@ -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
- "license": "MIT",
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
- "localLink": "http://icontwo.inventwo.com/",
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
- "materialize": true,
129
- "materializeTab": true,
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.1",
3
+ "version": "1.11.0",
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"
@@ -31,7 +40,6 @@
31
40
  "@iobroker/testing": "^5.0.0",
32
41
  "@types/chai": "^4.2.12",
33
42
  "@types/chai-as-promised": "^8.0.0",
34
- "@types/gulp": "^4.0.6",
35
43
  "@types/mocha": "^10.0.1",
36
44
  "@types/node": "^22.4.0",
37
45
  "@types/proxyquire": "^1.3.28",
@@ -41,8 +49,7 @@
41
49
  "chai": "^4.2.0",
42
50
  "chai-as-promised": "^8.0.0",
43
51
  "eslint": "^9.3.0",
44
- "gulp": "^5.0.0",
45
- "mocha": "^10.0.0",
52
+ "mocha": "^11.0.1",
46
53
  "proxyquire": "^2.1.3",
47
54
  "sinon": "^19.0.2",
48
55
  "sinon-chai": "^3.5.0"
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
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