knxultimate
Advanced tools
Comparing version 1.0.6 to 1.0.7
@@ -10,2 +10,6 @@ ![Sample Node](img/logo.png) | ||
<p> | ||
<b>Version 1.0.7</b> - February 2022<br/> | ||
- Fixed a file not found issue.<br/> | ||
</p> | ||
<p> | ||
<b>Version 1.0.6</b> - February 2022<br/> | ||
@@ -12,0 +16,0 @@ - More samples and property specification in the README.<br/> |
@@ -1,3 +0,3 @@ | ||
const {KNXClient,KNXClientEvents} = require("./../KNXUltimate/src/KNXClient.js"); | ||
const KNXSecureKeyring = require('./../KNXUltimate/src/KNXsecureKeyring.js'); | ||
const {KNXClient,KNXClientEvents} = require("./../knxultimate/src/KNXClient.js"); | ||
const KNXSecureKeyring = require('./../knxultimate/src/KNXsecureKeyring.js'); | ||
exports.KNXSecureKeyring = KNXSecureKeyring; | ||
@@ -4,0 +4,0 @@ |
{ | ||
"name": "knxultimate", | ||
"description": "KNX IP protocol implementation for Node. This is the ENGINE of Node-Red KNX-Ultimate node.", | ||
"version": "1.0.6", | ||
"version": "1.0.7", | ||
"engines": { | ||
@@ -6,0 +6,0 @@ "node": ">=14" |
630227