iobroker.vis-icontwo 1.10.2 → 1.12.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.12.0
64
+
65
+ • Neue Icons hinzugefügt (Animals/Cats)
66
+
67
+ ### 1.11.0
68
+
69
+ • Neue Icons hinzugefügt (Cars)
70
+
63
71
  ### 1.10.2
64
72
 
65
73
  • Bug-Fix
@@ -616,7 +624,6 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
616
624
 
617
625
  ## License
618
626
 
619
-
620
627
  MIT License (nur in englisch / englisch only)
621
628
 
622
629
  Permission is hereby granted, free of charge, to any person obtaining a copy
package/io-package.json CHANGED
@@ -1,22 +1,34 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.10.2",
4
+ "version": "1.12.0",
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": "错误修复"
6
+ "1.12.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
+ },"1.11.0": {
19
+ "en": "new icons added",
20
+ "de": "neue icons hinzugefügt",
21
+ "ru": "добавлены новые иконки",
22
+ "pt": "novos ícones adicionados",
23
+ "nl": "nieuwe pictogrammen toegevoegd",
24
+ "fr": "nouvelles icônes ajoutées",
25
+ "it": "nuove icone aggiunte",
26
+ "es": "nuevos iconos añadidos",
27
+ "pl": "dodano nowe ikony",
28
+ "uk": "додано нові іконки",
29
+ "zh-cn": "添加新图标"
18
30
  },
19
- "1.10.1": {
31
+ "1.10.2": {
20
32
  "en": "Bug fix",
21
33
  "de": "Fehlerbehebung",
22
34
  "ru": "Задняя фиксация",
@@ -160,7 +172,14 @@
160
172
  "dependencies": [
161
173
  {
162
174
  "js-controller": ">=5.0.19"
163
- } ]
175
+ }
176
+ ],
177
+ "globalDependencies": [
178
+ {
179
+ "admin": ">=7.4.10"
180
+ }
181
+ ],
182
+ "tier": 1
164
183
  },
165
184
  "native": {},
166
185
  "objects": [],
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.10.2",
3
+ "version": "1.12.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -32,28 +32,25 @@
32
32
  "url": "git+https://github.com/inventwo/ioBroker.vis-icontwo.git"
33
33
  },
34
34
  "dependencies": {
35
- "@iobroker/adapter-core": "^2.4.0",
36
35
  "minimist": "^1.2.5",
37
36
  "np": "^10.0.2"
38
37
  },
39
38
  "devDependencies": {
40
39
  "@iobroker/testing": "^5.0.0",
41
- "@types/chai": "^4.2.12",
40
+ "@types/chai": "^5.0.1",
42
41
  "@types/chai-as-promised": "^8.0.0",
43
- "@types/gulp": "^4.0.6",
44
42
  "@types/mocha": "^10.0.1",
45
43
  "@types/node": "^22.4.0",
46
44
  "@types/proxyquire": "^1.3.28",
47
45
  "@types/sinon": "^17.0.0",
48
- "@types/sinon-chai": "^3.2.4",
49
- "axios": "^1.2.6",
50
- "chai": "^4.2.0",
46
+ "@types/sinon-chai": "^4.0.0",
47
+ "chai": "^5.1.2",
51
48
  "chai-as-promised": "^8.0.0",
52
49
  "eslint": "^9.3.0",
53
50
  "mocha": "^11.0.1",
54
51
  "proxyquire": "^2.1.3",
55
- "sinon": "^19.0.2",
56
- "sinon-chai": "^3.5.0"
52
+ "sinon": "^20.0.0",
53
+ "sinon-chai": "^4.0.0"
57
54
  },
58
55
  "scripts": {
59
56
  "test:js": "mocha --opts test/mocha.custom.opts",
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file