iobroker-ucl 1.0.51 → 1.0.54

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.
@@ -3,7 +3,7 @@
3
3
  // ===================================================================================================
4
4
 
5
5
  // 1.) "Aus TS Dateien JS Dateien machen: (unten im TERMINAL-Fenster)
6
- tsc date.ts test.ts main.ts html.ts homematicClasses.ts homematicFunctions.ts zigbeeClasses.ts
6
+ tsc date.ts test.ts main.ts html.ts homematicClasses.ts homematicFunctions.ts zigbeeClasses.ts zigbeeFunctions.ts
7
7
 
8
8
  // 2.) In package.json eine Nummer hochzählen bei der Version
9
9
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "iobroker-ucl",
3
- "version": "1.0.51",
3
+ "version": "1.0.54",
4
4
  "main": "main.js",
5
5
  "scripts": {
6
6
  "build": "tsc --build",