@iobroker/dm-utils 3.0.5 → 3.0.6

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
@@ -454,7 +454,7 @@ These names are supported for backward compatibility. Prefer the names from the
454
454
  Placeholder for the next version (at the beginning of the line):
455
455
  ### **WORK IN PROGRESS**
456
456
  -->
457
- ### 3.0.5 (2026-03-27)
457
+ ### 3.0.6 (2026-03-27)
458
458
  - (@GermanBluefox) Added description of icons and the possibility to show an information directly on the card
459
459
 
460
460
  ### 3.0.3 (2026-03-26)
@@ -94,7 +94,7 @@ export type WithHandlerOrUrl<TType extends ActionType, THandler> = {
94
94
  url: ioBroker.StringOrTranslated;
95
95
  };
96
96
  export type InstanceAction<T extends ActionType = 'api'> = ActionBase<T> & WithHandlerOrUrl<T, (context: ActionContext, options?: Record<string, any>) => RetVal<InstanceRefreshResponse>> & {
97
- title: ioBroker.StringOrTranslated;
97
+ title?: ioBroker.StringOrTranslated;
98
98
  };
99
99
  export type DeviceUpdate<T extends ActionType = 'api', TId extends DeviceId = DeviceId> = {
100
100
  update: DeviceInfo<T, TId>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@iobroker/dm-utils",
3
- "version": "3.0.5",
3
+ "version": "3.0.6",
4
4
  "description": "ioBroker Device Manager utilities for backend",
5
5
  "main": "build/index.js",
6
6
  "publishConfig": {