@iobroker/types 6.0.9 → 6.0.10-alpha.0-20240804-d9be20474
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/build/objects.d.ts +2 -0
- package/package.json +2 -2
package/build/objects.d.ts
CHANGED
|
@@ -702,6 +702,8 @@ declare global {
|
|
|
702
702
|
platform: 'Javascript/Node.js';
|
|
703
703
|
/** The keys of common attributes (e.g. `history`) which are not deleted in a `setObject` call even if they are not present. Deletion must be done explicitly by setting them to `null`. */
|
|
704
704
|
preserveSettings?: string | string[];
|
|
705
|
+
/** Url of the ReadMe file */
|
|
706
|
+
readme?: string;
|
|
705
707
|
/** Which adapters must be restarted after installing or updating this adapter. */
|
|
706
708
|
restartAdapters?: string[];
|
|
707
709
|
/** CRON schedule to restart mode `daemon` adapters */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/types",
|
|
3
|
-
"version": "6.0.
|
|
3
|
+
"version": "6.0.10-alpha.0-20240804-d9be20474",
|
|
4
4
|
"engines": {
|
|
5
5
|
"node": ">=12.0.0"
|
|
6
6
|
},
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
]
|
|
42
42
|
}
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "d05c5620385707d8c5b0a802621c6f194f5c3139"
|
|
45
45
|
}
|