iobroker.drag-indicator 2.1.4 → 2.1.5

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) 2023 BenAhrdt <bsahrdt@gmail.com>
3
+ Copyright (c) 2024 BenAhrdt <bsahrdt@gmail.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
@@ -21,6 +21,9 @@ e.g. you can use it for power or temperature values.
21
21
  Placeholder for the next version (at the beginning of the line):
22
22
  ### **WORK IN PROGRESS**
23
23
  -->
24
+ ### 2.1.5 (2024-08-09)
25
+ * (BenAhrdt) changes for check and service bot
26
+
24
27
  ### 2.1.4 (2023-11-26)
25
28
  * (BenAhrdt) Add actual value to observed values (observe more times easily possible)
26
29
 
@@ -78,7 +81,7 @@ e.g. you can use it for power or temperature values.
78
81
  ## License
79
82
  MIT License
80
83
 
81
- Copyright (c) 2023 BenAhrdt <bsahrdt@gmail.com>
84
+ Copyright (c) 2024 BenAhrdt <bsahrdt@gmail.com>
82
85
 
83
86
  Permission is hereby granted, free of charge, to any person obtaining a copy
84
87
  of this software and associated documentation files (the "Software"), to deal
package/io-package.json CHANGED
@@ -1,8 +1,21 @@
1
1
  {
2
2
  "common": {
3
3
  "name": "drag-indicator",
4
- "version": "2.1.4",
4
+ "version": "2.1.5",
5
5
  "news": {
6
+ "2.1.5": {
7
+ "en": "changes for check and service bot",
8
+ "de": "änderungen für check- und service-bot",
9
+ "ru": "изменения для проверки и обслуживания бота",
10
+ "pt": "alterações para verificação e serviço bot",
11
+ "nl": "wijzigingen voor controle en service bot",
12
+ "fr": "modifications pour vérifier et service bot",
13
+ "it": "modifiche per check e service bot",
14
+ "es": "cambios para cheque y servicio bot",
15
+ "pl": "zmiany dotyczące bota kontrolnego i serwisowego",
16
+ "uk": "зміни для перевірки та сервісу",
17
+ "zh-cn": "检查和服务机器人的更改"
18
+ },
6
19
  "2.1.4": {
7
20
  "en": "Add actual value to observed values (observe more times easily possible)",
8
21
  "de": "Ist-Wert zu beobachteten Werten hinzufügen (Beobachten Sie mehr Mal leicht möglich)",
@@ -80,22 +93,8 @@
80
93
  "pl": "uaktualnianie scenariusza V3",
81
94
  "zh-cn": "附录五3",
82
95
  "uk": "оновлено для випуску сценарію V3"
83
- },
84
- "2.0.8": {
85
- "en": "updated to release script V3",
86
- "de": "aktualisiert zum Release-Skript V3",
87
- "ru": "обновлено для выпуска скрипта V3",
88
- "pt": "atualizado para lançar script V3",
89
- "nl": "vertaling:",
90
- "fr": "mise à jour du script V3",
91
- "it": "aggiornato allo script di rilascio V3",
92
- "es": "actualizado para lanzar script V3",
93
- "pl": "uaktualnianie scenariusza V3",
94
- "zh-cn": "附录五3",
95
- "uk": "оновлено для випуску сценарію V3"
96
96
  }
97
97
  },
98
- "title": "Drag-Indicator",
99
98
  "titleLang": {
100
99
  "en": "Drag-Indicator",
101
100
  "de": "Schleppzeiger",
@@ -126,19 +125,23 @@
126
125
  "BenAhrdt <bsahrdt@gmail.com>"
127
126
  ],
128
127
  "keywords": [
128
+ "ioBroker",
129
129
  "drag-indicator",
130
130
  "Schleppzeiger",
131
131
  "min",
132
132
  "max"
133
133
  ],
134
- "license": "MIT",
134
+ "licenseInformation": {
135
+ "license": "MIT",
136
+ "type": "free"
137
+ },
135
138
  "platform": "Javascript/Node.js",
136
- "main": "main.js",
137
139
  "icon": "drag-indicator.png",
138
140
  "enabled": true,
139
141
  "extIcon": "https://raw.githubusercontent.com/BenAhrdt/ioBroker.drag-indicator/main/admin/drag-indicator.png",
140
142
  "readme": "https://github.com/BenAhrdt/ioBroker.drag-indicator/blob/main/README.md",
141
143
  "loglevel": "info",
144
+ "tier": 2,
142
145
  "mode": "daemon",
143
146
  "type": "misc-data",
144
147
  "compact": true,
@@ -156,7 +159,7 @@
156
159
  ],
157
160
  "dependencies": [
158
161
  {
159
- "js-controller": ">=2.0.0"
162
+ "js-controller": ">=5.0.19"
160
163
  }
161
164
  ]
162
165
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker.drag-indicator",
3
- "version": "2.1.4",
3
+ "version": "2.1.5",
4
4
  "description": "Shows the min and max of a selected value",
5
5
  "author": {
6
6
  "name": "BenAhrdt",
@@ -19,33 +19,34 @@
19
19
  "url": "https://github.com/BenAhrdt/ioBroker.drag-indicator"
20
20
  },
21
21
  "engines": {
22
- "node": ">= 16"
22
+ "node": ">= 18"
23
23
  },
24
24
  "dependencies": {
25
- "@iobroker/adapter-core": "^3.0.4",
25
+ "@iobroker/adapter-core": "^3.1.6",
26
26
  "node-schedule": "^2.1.1"
27
27
  },
28
28
  "devDependencies": {
29
- "@alcalzone/release-script": "3.6.0",
30
- "@alcalzone/release-script-plugin-iobroker": "3.6.0",
31
- "@alcalzone/release-script-plugin-license": "3.5.9",
32
- "@iobroker/adapter-dev": "^1.2.0",
33
- "@iobroker/testing": "^4.1.0",
34
- "@types/chai": "^4.3.9",
35
- "@types/chai-as-promised": "^7.1.7",
36
- "@types/mocha": "^10.0.3",
37
- "@types/node": "^20.8.10",
38
- "@types/proxyquire": "^1.3.30",
39
- "@types/sinon": "^10.0.16",
40
- "@types/sinon-chai": "^3.2.11",
41
- "chai": "^4.3.10",
42
- "chai-as-promised": "^7.1.1",
43
- "eslint": "^8.52.0",
44
- "mocha": "^10.2.0",
29
+ "@alcalzone/release-script": "^3.8.0",
30
+ "@alcalzone/release-script-plugin-iobroker": "^3.7.2",
31
+ "@alcalzone/release-script-plugin-license": "^3.7.0",
32
+ "@alcalzone/release-script-plugin-manual-review": "^3.7.0",
33
+ "@iobroker/adapter-dev": "^1.3.0",
34
+ "@iobroker/testing": "^4.1.3",
35
+ "@types/chai": "^4.3.11",
36
+ "@types/chai-as-promised": "^7.1.8",
37
+ "@types/mocha": "^10.0.7",
38
+ "@types/node": "^22.0.2",
39
+ "@types/proxyquire": "^1.3.31",
40
+ "@types/sinon": "^17.0.3",
41
+ "@types/sinon-chai": "^3.2.12",
42
+ "chai": "^4.5.0",
43
+ "chai-as-promised": "^8.0.0",
44
+ "eslint": "^8.57.0",
45
+ "mocha": "^10.7.0",
45
46
  "proxyquire": "^2.1.3",
46
- "sinon": "^17.0.0",
47
+ "sinon": "^18.0.0",
47
48
  "sinon-chai": "^3.7.0",
48
- "typescript": "~5.2.2"
49
+ "typescript": "~5.5.4"
49
50
  },
50
51
  "main": "main.js",
51
52
  "files": [