iobroker.vis-icontwo 1.18.0 → 1.18.1
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 +9 -1
- package/io-package.json +2 -3
- package/package.json +10 -10
package/LICENSE
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
MIT License
|
|
2
2
|
|
|
3
|
-
Copyright (c) 2025 jkvarel <jkvarel@inventwo.com> & skvarel <skvarel@inventwo.com>
|
|
3
|
+
Copyright (c) 2025-2026 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
|
@@ -57,6 +57,11 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
|
|
|
57
57
|
---
|
|
58
58
|
|
|
59
59
|
## Changelog / Änderungsprotokoll
|
|
60
|
+
<!--
|
|
61
|
+
### **WORK IN PROGRESS**
|
|
62
|
+
-->
|
|
63
|
+
### **WORK IN PROGRESS**
|
|
64
|
+
- (skvarel) Added: Changelog_old
|
|
60
65
|
|
|
61
66
|
### 1.18.0
|
|
62
67
|
|
|
@@ -645,6 +650,9 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
|
|
|
645
650
|
### 0.0.1
|
|
646
651
|
• Die Idee ist geboren (16.05.2020)
|
|
647
652
|
|
|
653
|
+
## Older changes
|
|
654
|
+
- [CHANGELOG_OLD.md](CHANGELOG_OLD.md)
|
|
655
|
+
|
|
648
656
|
## License
|
|
649
657
|
|
|
650
658
|
MIT License (nur in englisch / englisch only)
|
|
@@ -671,4 +679,4 @@ SOFTWARE.
|
|
|
671
679
|
|
|
672
680
|
Icons from Icons8 https://icons8.com/
|
|
673
681
|
|
|
674
|
-
Copyright (c) 2025 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
|
|
682
|
+
Copyright (c) 2025-2026 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
|
package/io-package.json
CHANGED
|
@@ -137,7 +137,6 @@
|
|
|
137
137
|
},
|
|
138
138
|
"adminTab": {
|
|
139
139
|
"link": "http://icontwo.inventwo.com/",
|
|
140
|
-
"fa-icon": "collections",
|
|
141
140
|
"name": {
|
|
142
141
|
"en": "icontwo icons",
|
|
143
142
|
"de": "icontwo Icons"
|
|
@@ -146,12 +145,12 @@
|
|
|
146
145
|
"onlyWWW": true,
|
|
147
146
|
"dependencies": [
|
|
148
147
|
{
|
|
149
|
-
"js-controller": ">=
|
|
148
|
+
"js-controller": ">=6.0.11"
|
|
150
149
|
}
|
|
151
150
|
],
|
|
152
151
|
"globalDependencies": [
|
|
153
152
|
{
|
|
154
|
-
"admin": ">=7.
|
|
153
|
+
"admin": ">=7.6.17"
|
|
155
154
|
}
|
|
156
155
|
],
|
|
157
156
|
"tier": 1
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "iobroker.vis-icontwo",
|
|
3
|
-
"version": "1.18.
|
|
3
|
+
"version": "1.18.1",
|
|
4
4
|
"description": "inventwo Icon Set",
|
|
5
5
|
"author": "skvarel <skvarel@inventwo.com>",
|
|
6
6
|
"contributors": [
|
|
@@ -36,20 +36,20 @@
|
|
|
36
36
|
"np": "^10.0.2"
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"
|
|
40
|
-
"chai": "^
|
|
41
|
-
"chai-as-promised": "^8.0.0",
|
|
39
|
+
"chai": "^4.3.7",
|
|
40
|
+
"chai-as-promised": "^7.1.1",
|
|
42
41
|
"mocha": "^11.0.1",
|
|
43
42
|
"proxyquire": "^2.1.3",
|
|
43
|
+
"release-it": "^19.2.4",
|
|
44
44
|
"sinon": "^21.0.0",
|
|
45
|
-
"sinon-chai": "^
|
|
45
|
+
"sinon-chai": "^3.7.0"
|
|
46
46
|
},
|
|
47
47
|
"scripts": {
|
|
48
|
-
"test
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
48
|
+
"test": "echo 'No tests for icon-only adapter'",
|
|
49
|
+
"release": "release-it",
|
|
50
|
+
"release:patch": "release-it --increment=patch",
|
|
51
|
+
"release:minor": "release-it --increment=minor",
|
|
52
|
+
"release:major": "release-it --increment=major"
|
|
53
53
|
},
|
|
54
54
|
"bugs": {
|
|
55
55
|
"url": "https://github.com/inventwo/ioBroker.vis-icontwo/issues"
|