iobroker.vis-icontwo 1.14.0 → 1.15.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
@@ -1,13 +1,13 @@
1
1
  ![Logo](admin/icontwo.png)
2
2
  # ioBroker.vis-icontwo
3
3
 
4
- [![NPM](https://nodei.co/npm/iobroker.vis-icontwo.svg?style=shields&data=n,v,u,d&color=blue)](https://www.npmjs.com/package/iobroker.vis-icontwo)
5
- ![Number of Installations (stable)](http://iobroker.live/badges/vis-icontwo-stable.svg)<br>
6
- [![Downloads](https://img.shields.io/npm/dm/iobroker.vis-icontwo.svg?)](https://www.npmjs.com/package/iobroker.vis-icontwo)
7
4
  ![Number of Installations (latest)](http://iobroker.live/badges/vis-icontwo-installed.svg)
8
- [![Known Vulnerabilities](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo/badge.svg)](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo)
5
+ ![Number of Installations (stable)](http://iobroker.live/badges/vis-icontwo-stable.svg)
6
+ [![NPM Version](https://nodei.co/npm/iobroker.vis-icontwo.svg?style=shields&data=v,u,d&color=orange)](https://www.npmjs.com/package/iobroker.vis-icontwo)<br>
7
+ [![Downloads](https://img.shields.io/npm/dm/iobroker.vis-icontwo.svg?)](https://www.npmjs.com/package/iobroker.vis-icontwo)
8
+ [![Known Vulnerabilities](https://snyk.io/test/github/inventwo/iobroker.vis-icontwo/badge.svg)](https://github.com/inventwo/ioBroker.vis-icontwo/tree/master?tab=security-ov-file)
9
9
  [![Build status](https://ci.appveyor.com/api/projects/status/2hvs4fvfms7xhmnw?svg=true)](https://ci.appveyor.com/project/inventwo/iobroker-vis-icontwo)
10
- [![License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/inventwo/iobroker.vis-icontow/LICENSE)
10
+ [![License](https://img.shields.io/badge/license-MIT-green.svg?style=flat)](https://github.com/inventwo/ioBroker.vis-icontwo/tree/master?tab=License-1-ov-file)
11
11
 
12
12
  [![Paypal Donation](https://img.shields.io/badge/paypal-donate%20|%20spenden-green.svg)](https://www.paypal.com/donate/?hosted_button_id=7W6M3TFZ4W9LW)
13
13
 
@@ -60,6 +60,10 @@ Falls Dir unsere Arbeit gefällt und Du uns unterstützen möchtest, wir freuen
60
60
 
61
61
  ### 1.14.0
62
62
 
63
+ • Neue Icons hinzugefügt (Devices/mower)
64
+
65
+ ### 1.14.0
66
+
63
67
  • Neue Icons hinzugefügt (Player/record)
64
68
 
65
69
  ### 1.13.0
package/io-package.json CHANGED
@@ -1,9 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "vis-icontwo",
4
- "version": "1.14.0",
4
+ "version": "1.15.0",
5
5
  "news": {
6
- "1.14.0": {
6
+ "1.15.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.14.0": {
7
19
  "en": "new icons added",
8
20
  "de": "neue icons hinzugefügt",
9
21
  "ru": "добавлены новые иконки",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.vis-icontwo",
3
- "version": "1.14.0",
3
+ "version": "1.15.0",
4
4
  "description": "inventwo Icon Set",
5
5
  "author": "skvarel <skvarel@inventwo.com>",
6
6
  "contributors": [
@@ -37,16 +37,8 @@
37
37
  },
38
38
  "devDependencies": {
39
39
  "@iobroker/testing": "^5.0.0",
40
- "@types/chai": "^5.0.1",
41
- "@types/chai-as-promised": "^8.0.0",
42
- "@types/mocha": "^10.0.1",
43
- "@types/node": "^24.0.15",
44
- "@types/proxyquire": "^1.3.28",
45
- "@types/sinon": "^17.0.0",
46
- "@types/sinon-chai": "^4.0.0",
47
40
  "chai": "^5.1.2",
48
41
  "chai-as-promised": "^8.0.0",
49
- "eslint": "^9.3.0",
50
42
  "mocha": "^11.0.1",
51
43
  "proxyquire": "^2.1.3",
52
44
  "sinon": "^21.0.0",
@@ -57,8 +49,7 @@
57
49
  "test:package": "mocha test/package --exit",
58
50
  "test:unit": "mocha test/unit --exit",
59
51
  "test:integration": "mocha test/integration --exit",
60
- "test": "npm run test:js && npm run test:package",
61
- "lint": "eslint"
52
+ "test": "npm run test:js && npm run test:package"
62
53
  },
63
54
  "bugs": {
64
55
  "url": "https://github.com/inventwo/ioBroker.vis-icontwo/issues"
Binary file
Binary file
Binary file