iobroker.vis-icontwo 1.5.0 → 1.6.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 jkvarel <jkvarel@inventwo.com> & skvarel <skvarel@inventwo.com>
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,14 @@ 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.1
64
+
65
+ • Bug-Fix
66
+
67
+ ### 1.6.0
68
+
69
+ • Neue Icons hinzugefügt (Devices - Mower Blade)
70
+
63
71
  ### 1.5.0
64
72
 
65
73
  • Neue Icons hinzugefügt (Animals - Rat & Mouse)
@@ -584,7 +592,7 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
584
592
 
585
593
  ## License
586
594
 
587
- Urheberrechte (c) 2022 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
595
+ Urheberrechte (c) 2024 [jkvarel](https://github.com/jkvarel) und [skvarel](https://github.com/skvarel) von [inventwo](https://github.com/inventwo)
588
596
 
589
597
 
590
598
  MIT License (nur in englisch / englisch only)
package/io-package.json CHANGED
@@ -1,8 +1,33 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.5.0",
4
+ "version": "1.6.0",
5
5
  "news": {
6
+ "1.6.1": {
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
+ },
19
+ "1.6.0": {
20
+ "en": "new icons added",
21
+ "de": "Neue Symbole hinzugefügt",
22
+ "ru": "добавлены новые иконки",
23
+ "pt": "novos ícones adicionados",
24
+ "nl": "nieuwe pictogrammen toegevoegd",
25
+ "fr": "nouvelles icônes ajoutées",
26
+ "it": "nuove icone aggiunte",
27
+ "es": "nuevos iconos agregados",
28
+ "pl": "dodano nowe ikony",
29
+ "zh-cn": "添加了新图标"
30
+ },
6
31
  "1.5.0": {
7
32
  "en": "new icons added",
8
33
  "de": "Neue Symbole hinzugefügt",
@@ -145,7 +170,7 @@
145
170
  "onlyWWW": true,
146
171
  "dependencies": [
147
172
  {
148
- "js-controller": ">=3.1.0"
173
+ "js-controller": ">=5.0.19"
149
174
  } ]
150
175
  },
151
176
  "native": {},
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.5.0",
3
+ "version": "1.6.1",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -25,7 +25,7 @@
25
25
  "dependencies": {
26
26
  "@iobroker/adapter-core": "^2.4.0",
27
27
  "minimist": "^1.2.5",
28
- "np": "^9.2.0"
28
+ "np": "^10.0.2"
29
29
  },
30
30
  "devDependencies": {
31
31
  "@iobroker/testing": "^4.1.0",
@@ -33,18 +33,18 @@
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": "^20.3.1",
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": "^7.1.1",
43
- "eslint": "^8.0.0",
44
- "gulp": "^4.0.2",
42
+ "chai-as-promised": "^8.0.0",
43
+ "eslint": "^9.3.0",
44
+ "gulp": "^5.0.0",
45
45
  "mocha": "^10.0.0",
46
46
  "proxyquire": "^2.1.3",
47
- "sinon": "^17.0.1",
47
+ "sinon": "^18.0.0",
48
48
  "sinon-chai": "^3.5.0"
49
49
  },
50
50
  "scripts": {
Binary file