iobroker.vis-icontwo 1.6.2 → 1.8.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/README.md
CHANGED
package/io-package.json
CHANGED
|
@@ -1,21 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-icontwo",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.8.0",
|
|
5
5
|
"news": {
|
|
6
|
-
"1.
|
|
7
|
-
"en": "
|
|
8
|
-
"de": "
|
|
9
|
-
"ru": "
|
|
10
|
-
"pt": "
|
|
11
|
-
"nl": "
|
|
12
|
-
"fr": "
|
|
13
|
-
"it": "
|
|
14
|
-
"es": "
|
|
15
|
-
"pl": "
|
|
16
|
-
"
|
|
17
|
-
|
|
18
|
-
},
|
|
6
|
+
"1.8.0": {
|
|
7
|
+
"en": "new icons added",
|
|
8
|
+
"de": "Neue Symbole 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 agregados",
|
|
15
|
+
"pl": "dodano nowe ikony",
|
|
16
|
+
"zh-cn": "添加了新图标"
|
|
17
|
+
},
|
|
19
18
|
"1.6.0": {
|
|
20
19
|
"en": "new icons added",
|
|
21
20
|
"de": "Neue Symbole hinzugefügt",
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.vis-icontwo",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.8.0",
|
|
4
4
|
"description": "inventwo Icon Set",
|
|
5
5
|
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -28,9 +28,9 @@
|
|
|
28
28
|
"np": "^10.0.2"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@iobroker/testing": "^
|
|
31
|
+
"@iobroker/testing": "^5.0.0",
|
|
32
32
|
"@types/chai": "^4.2.12",
|
|
33
|
-
"@types/chai-as-promised": "^
|
|
33
|
+
"@types/chai-as-promised": "^8.0.0",
|
|
34
34
|
"@types/gulp": "^4.0.6",
|
|
35
35
|
"@types/mocha": "^10.0.1",
|
|
36
36
|
"@types/node": "^22.4.0",
|
|
@@ -44,7 +44,7 @@
|
|
|
44
44
|
"gulp": "^5.0.0",
|
|
45
45
|
"mocha": "^10.0.0",
|
|
46
46
|
"proxyquire": "^2.1.3",
|
|
47
|
-
"sinon": "^
|
|
47
|
+
"sinon": "^19.0.2",
|
|
48
48
|
"sinon-chai": "^3.5.0"
|
|
49
49
|
},
|
|
50
50
|
"scripts": {
|
|
Binary file
|
|
Binary file
|