@iobroker/dm-utils 1.0.6 → 1.0.8

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
@@ -301,6 +301,10 @@ This method returns a promise that resolves to a `ProgressDialog` object.
301
301
  ### **WORK IN PROGRESS**
302
302
  -->
303
303
  ## Changelog
304
+ ### 1.0.8 (2025-01-24)
305
+
306
+ * (@GermanBluefox) Removed `headerTextColor` to device info
307
+
304
308
  ### 1.0.6 (2025-01-14)
305
309
 
306
310
  * (@GermanBluefox) Added the connection type indication
@@ -63,6 +63,7 @@ export interface ControlBase {
63
63
  iconOn?: string;
64
64
  min?: number;
65
65
  max?: number;
66
+ step?: number;
66
67
  unit?: string;
67
68
  label?: ioBroker.StringOrTranslated;
68
69
  labelOn?: ioBroker.StringOrTranslated;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-utils",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "ioBroker Device Manager utilities for backend",
5
5
  "main": "build/index.js",
6
6
  "publishConfig": {
@@ -28,9 +28,9 @@
28
28
  "@alcalzone/release-script": "^3.8.0",
29
29
  "@alcalzone/release-script-plugin-license": "^3.7.0",
30
30
  "@iobroker/eslint-config": "^1.0.0",
31
- "@types/node": "^22.10.5",
31
+ "@types/node": "^22.10.10",
32
32
  "axios": "^1.7.9",
33
- "typescript": "^5.7.2"
33
+ "typescript": "^5.7.3"
34
34
  },
35
35
  "files": [
36
36
  "LICENSE",