homebridge-plugin-wrapper
Advanced tools
Comparing version 0.4.5 to 0.4.6
{ | ||
"name": "homebridge-plugin-wrapper", | ||
"version": "0.4.5", | ||
"version": "0.4.6", | ||
"description": "Wrapper for Homebridge and NodeJS-HAP with reduced dependecies", | ||
@@ -23,3 +23,4 @@ "author": { | ||
"decimal.js": "^7.2.3", | ||
"buffer-shims": "^1.0.0" | ||
"buffer-shims": "^1.0.0", | ||
"debug": "^2.2.0" | ||
}, | ||
@@ -26,0 +27,0 @@ "devDependencies": { |
@@ -18,3 +18,3 @@ # homebridge-plugin-wrapper | ||
The wrapper also uses the great "moch-require" module to further minimize | ||
The wrapper also uses the great "mock-require" module to further minimize | ||
dependencies for modules that are not needed in this usage. | ||
@@ -45,2 +45,8 @@ *But this has a side-effect!! The following modules are not usable in your projects currently:* | ||
## What's changed on Homebridge/HAP-NodeJS? | ||
* Homeebridge: version.js to return the version of the files "static" instead of a dynamic lookup | ||
* HAP-NodeJS: HAPServer.js only has minimal functions because not needed | ||
* HAP-NodeJS: Advertiser.js only has minimal functions because not needed | ||
* Mocked away: qrcode-terminal, ed25519-hap, ip, chalk | ||
## Todo | ||
@@ -47,0 +53,0 @@ * More/Better Documentation :-) (open Issue if you need it) |
654537
60
5
+ Addeddebug@^2.2.0
+ Addeddebug@2.6.9(transitive)
+ Addedms@2.0.0(transitive)