@iobroker/types 7.0.6 → 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.
@@ -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, JavaScript/js or Blockly */
456
- engineType: 'TypeScript/ts' | 'Blockly' | 'Rules' | 'JavaScript/js';
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.6",
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": "cf61d178b6e253baebd87cd123e1666b8da99867"
44
+ "gitHead": "de44748e29b0cdddd4faa46d28b01572aa300ee6"
45
45
  }