iobroker.vis-icontwo 1.11.0 → 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/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.12.0
64
+
65
+ • Neue Icons hinzugefügt (Animals/Cats)
66
+
63
67
  ### 1.11.0
64
68
 
65
69
  • Neue Icons hinzugefügt (Cars)
package/io-package.json CHANGED
@@ -1,9 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.11.0",
4
+ "version": "1.12.0",
5
5
  "news": {
6
- "1.11.0": {
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": {
7
19
  "en": "new icons added",
8
20
  "de": "neue icons hinzugefügt",
9
21
  "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.11.0",
3
+ "version": "1.12.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -32,27 +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
42
  "@types/mocha": "^10.0.1",
44
43
  "@types/node": "^22.4.0",
45
44
  "@types/proxyquire": "^1.3.28",
46
45
  "@types/sinon": "^17.0.0",
47
- "@types/sinon-chai": "^3.2.4",
48
- "axios": "^1.2.6",
49
- "chai": "^4.2.0",
46
+ "@types/sinon-chai": "^4.0.0",
47
+ "chai": "^5.1.2",
50
48
  "chai-as-promised": "^8.0.0",
51
49
  "eslint": "^9.3.0",
52
50
  "mocha": "^11.0.1",
53
51
  "proxyquire": "^2.1.3",
54
- "sinon": "^19.0.2",
55
- "sinon-chai": "^3.5.0"
52
+ "sinon": "^20.0.0",
53
+ "sinon-chai": "^4.0.0"
56
54
  },
57
55
  "scripts": {
58
56
  "test:js": "mocha --opts test/mocha.custom.opts",
Binary file
Binary file
Binary file