@iobroker/types 7.0.5 → 7.0.7-alpha.0-20241228-8896efeba
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 -2
- package/package.json +2 -2
package/build/objects.d.ts
CHANGED
|
@@ -452,8 +452,8 @@ declare global {
|
|
|
452
452
|
|
|
453
453
|
interface ScriptCommon extends ObjectCommon {
|
|
454
454
|
name: string;
|
|
455
|
-
/** Defines the type of the script, e.g., TypeScript/ts,
|
|
456
|
-
engineType: 'TypeScript/ts' | 'Blockly' | 'Rules' | '
|
|
455
|
+
/** Defines the type of the script, e.g., TypeScript/ts, Javascript/js or Blockly */
|
|
456
|
+
engineType: 'TypeScript/ts' | 'Blockly' | 'Rules' | 'Javascript/js';
|
|
457
457
|
/** The instance id of the instance which executes this script */
|
|
458
458
|
engine: string;
|
|
459
459
|
/** The source code of this script */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@iobroker/types",
|
|
3
|
-
"version": "7.0.
|
|
3
|
+
"version": "7.0.7-alpha.0-20241228-8896efeba",
|
|
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": "de44748e29b0cdddd4faa46d28b01572aa300ee6"
|
|
45
45
|
}
|