Hello,
First, thanks for your work. It saved me quite some time.
I started toying around with your library yesterday and I noticed a version conflict.
If I install it using npm install myhome I get the version myhome@0.0.2 which doesn't work properly with system without login. On the contrary the version you hosted on GitHub works well. I compared the sources, and indeed the "already logged-in part" (i.e. line 98/99) is missing. Also the "callable system config functions" are completely missing in the NPM version.
One more minor remark, in the GitHub version you missed a debug-log statement in line 346.
It would be nice if you could update the NPM version to be the same as hosted on GitHub.
Cheers,
Ralph
Hello,
First, thanks for your work. It saved me quite some time.
I started toying around with your library yesterday and I noticed a version conflict.
If I install it using
npm install myhomeI get the versionmyhome@0.0.2which doesn't work properly with system without login. On the contrary the version you hosted on GitHub works well. I compared the sources, and indeed the "already logged-in part" (i.e. line 98/99) is missing. Also the "callable system config functions" are completely missing in the NPM version.One more minor remark, in the GitHub version you missed a debug-log statement in line 346.
It would be nice if you could update the NPM version to be the same as hosted on GitHub.
Cheers,
Ralph