iobroker.vis-icontwo 1.18.10 → 1.19.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 +3 -0
- package/energyIcons/i_home.png +0 -0
- package/io-package.json +14 -1
- package/package.json +66 -65
package/README.md
CHANGED
|
Binary file
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "vis-icontwo",
|
|
4
|
-
"version": "1.
|
|
4
|
+
"version": "1.19.0",
|
|
5
5
|
"news": {
|
|
6
|
+
"1.19.0": {
|
|
7
|
+
"en": "BAdded: energyIcons",
|
|
8
|
+
"de": "Hinzugefügt: Energiesymbole",
|
|
9
|
+
"ru": "Добавлено: energyIcons",
|
|
10
|
+
"pt": "Adicionado: ícones de energia",
|
|
11
|
+
"nl": "Toegevoegd: energiepictogrammen",
|
|
12
|
+
"fr": "Ajouté : icônes d'énergie",
|
|
13
|
+
"it": "Aggiunto: icone energetiche",
|
|
14
|
+
"es": "BAñado: energyIcons",
|
|
15
|
+
"pl": "Dodano: ikony energii",
|
|
16
|
+
"uk": "Додано: energyIcons",
|
|
17
|
+
"zh-cn": "新增:能量图标"
|
|
18
|
+
},
|
|
6
19
|
"1.18.10": {
|
|
7
20
|
"en": "Bugfix",
|
|
8
21
|
"de": "Bugfix",
|
package/package.json
CHANGED
|
@@ -1,65 +1,66 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "iobroker.vis-icontwo",
|
|
3
|
-
"version": "1.
|
|
4
|
-
"description": "inventwo Icon Set",
|
|
5
|
-
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
|
-
"contributors": [
|
|
7
|
-
"jkvarel <jkvarel@inventwo.com>",
|
|
8
|
-
"skvarel <skvarel@inventwo.com>"
|
|
9
|
-
],
|
|
10
|
-
"homepage": "https://github.com/inventwo/ioBroker.vis-icontwo",
|
|
11
|
-
"license": "MIT",
|
|
12
|
-
"files": [
|
|
13
|
-
"admin/",
|
|
14
|
-
"img/",
|
|
15
|
-
"lib/",
|
|
16
|
-
"www/",
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
"
|
|
32
|
-
|
|
33
|
-
"
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
"
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
"@
|
|
42
|
-
"
|
|
43
|
-
"chai
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
49
|
-
"sinon
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
"
|
|
54
|
-
"release
|
|
55
|
-
"release:
|
|
56
|
-
"release:
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
"
|
|
64
|
-
|
|
65
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "iobroker.vis-icontwo",
|
|
3
|
+
"version": "1.19.0",
|
|
4
|
+
"description": "inventwo Icon Set",
|
|
5
|
+
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
|
+
"contributors": [
|
|
7
|
+
"jkvarel <jkvarel@inventwo.com>",
|
|
8
|
+
"skvarel <skvarel@inventwo.com>"
|
|
9
|
+
],
|
|
10
|
+
"homepage": "https://github.com/inventwo/ioBroker.vis-icontwo",
|
|
11
|
+
"license": "MIT",
|
|
12
|
+
"files": [
|
|
13
|
+
"admin/",
|
|
14
|
+
"img/",
|
|
15
|
+
"lib/",
|
|
16
|
+
"www/",
|
|
17
|
+
"energyIcons/",
|
|
18
|
+
"io-package.json",
|
|
19
|
+
"LICENSE",
|
|
20
|
+
"README.md"
|
|
21
|
+
],
|
|
22
|
+
"keywords": [
|
|
23
|
+
"ioBroker",
|
|
24
|
+
"template",
|
|
25
|
+
"Smart Home",
|
|
26
|
+
"home automation",
|
|
27
|
+
"inventwo",
|
|
28
|
+
"vis",
|
|
29
|
+
"Icons"
|
|
30
|
+
],
|
|
31
|
+
"readmeFilename": "README.md",
|
|
32
|
+
"repository": {
|
|
33
|
+
"type": "git",
|
|
34
|
+
"url": "git+https://github.com/inventwo/ioBroker.vis-icontwo.git"
|
|
35
|
+
},
|
|
36
|
+
"dependencies": {
|
|
37
|
+
"minimist": "^1.2.5",
|
|
38
|
+
"np": "^11.0.2"
|
|
39
|
+
},
|
|
40
|
+
"devDependencies": {
|
|
41
|
+
"@alcalzone/release-script": "^5.0.0",
|
|
42
|
+
"@iobroker/eslint-config": "^2.2.0",
|
|
43
|
+
"chai": "^4.3.7",
|
|
44
|
+
"chai-as-promised": "^7.1.1",
|
|
45
|
+
"eslint": "^9.39.2",
|
|
46
|
+
"mocha": "^11.0.1",
|
|
47
|
+
"proxyquire": "^2.1.3",
|
|
48
|
+
"release-it": "^19.2.4",
|
|
49
|
+
"sinon": "^21.0.0",
|
|
50
|
+
"sinon-chai": "^3.7.0"
|
|
51
|
+
},
|
|
52
|
+
"scripts": {
|
|
53
|
+
"test": "echo 'No tests for icon-only adapter'",
|
|
54
|
+
"release": "release-script",
|
|
55
|
+
"release:patch": "release-script patch",
|
|
56
|
+
"release:minor": "release-script minor",
|
|
57
|
+
"release:major": "release-script major"
|
|
58
|
+
},
|
|
59
|
+
"bugs": {
|
|
60
|
+
"url": "https://github.com/inventwo/ioBroker.vis-icontwo/issues"
|
|
61
|
+
},
|
|
62
|
+
"directories": {
|
|
63
|
+
"lib": "lib",
|
|
64
|
+
"test": "test"
|
|
65
|
+
}
|
|
66
|
+
}
|