iobroker.vis-icontwo 1.6.0 → 1.6.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/LICENSE +1 -1
- package/README.md +5 -1
- package/io-package.json +15 -2
- package/package.json +3 -3
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c)
|
|
3
|
+
Copyright (c) 2024 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
|
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.6.2
|
|
64
|
+
|
|
65
|
+
• Bug-Fix
|
|
66
|
+
|
|
63
67
|
### 1.6.0
|
|
64
68
|
|
|
65
69
|
• Neue Icons hinzugefügt (Devices - Mower Blade)
|
|
@@ -588,7 +592,7 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
|
|
|
588
592
|
|
|
589
593
|
## License
|
|
590
594
|
|
|
591
|
-
Urheberrechte (c)
|
|
595
|
+
Urheberrechte (c) 2024 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
|
|
592
596
|
|
|
593
597
|
|
|
594
598
|
MIT License (nur in englisch / englisch only)
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-icontwo",
|
|
4
|
-
"version": "1.6.
|
|
4
|
+
"version": "1.6.2",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.6.2": {
|
|
7
|
+
"en": "Bug-Fix",
|
|
8
|
+
"de": "Bug-Fix",
|
|
9
|
+
"ru": "Bug-Fix",
|
|
10
|
+
"pt": "Bug-Fix",
|
|
11
|
+
"nl": "Bug-Fix",
|
|
12
|
+
"fr": "Bug-Fix",
|
|
13
|
+
"it": "Bug-Fix",
|
|
14
|
+
"es": "Bug-Fix",
|
|
15
|
+
"pl": "Bug- Fix",
|
|
16
|
+
"uk": "Помилки",
|
|
17
|
+
"zh-cn": "Bug-Fix 错误"
|
|
18
|
+
},
|
|
6
19
|
"1.6.0": {
|
|
7
20
|
"en": "new icons added",
|
|
8
21
|
"de": "Neue Symbole hinzugefügt",
|
|
@@ -157,7 +170,7 @@
|
|
|
157
170
|
"onlyWWW": true,
|
|
158
171
|
"dependencies": [
|
|
159
172
|
{
|
|
160
|
-
"js-controller": ">=
|
|
173
|
+
"js-controller": ">=5.0.19"
|
|
161
174
|
} ]
|
|
162
175
|
},
|
|
163
176
|
"native": {},
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.vis-icontwo",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.2",
|
|
4
4
|
"description": "inventwo Icon Set",
|
|
5
5
|
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -33,13 +33,13 @@
|
|
|
33
33
|
"@types/chai-as-promised": "^7.1.3",
|
|
34
34
|
"@types/gulp": "^4.0.6",
|
|
35
35
|
"@types/mocha": "^10.0.1",
|
|
36
|
-
"@types/node": "^
|
|
36
|
+
"@types/node": "^22.4.0",
|
|
37
37
|
"@types/proxyquire": "^1.3.28",
|
|
38
38
|
"@types/sinon": "^17.0.0",
|
|
39
39
|
"@types/sinon-chai": "^3.2.4",
|
|
40
40
|
"axios": "^1.2.6",
|
|
41
41
|
"chai": "^4.2.0",
|
|
42
|
-
"chai-as-promised": "^
|
|
42
|
+
"chai-as-promised": "^8.0.0",
|
|
43
43
|
"eslint": "^9.3.0",
|
|
44
44
|
"gulp": "^5.0.0",
|
|
45
45
|
"mocha": "^10.0.0",
|