node-express-woodevice
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -8,3 +8,3 @@ const config = require('./config'); | ||
const init = ({ | ||
publicKey, privateKey, mongoose, iysContentFunc = null | ||
publicKey, privateKey, mongoose, iysContentFunc = null, keyInfoFunc = null | ||
}) => { | ||
@@ -15,2 +15,3 @@ config.publicKey = publicKey; | ||
config.iysContentFunc = iysContentFunc; | ||
config.keyInfoFunc = keyInfoFunc; | ||
@@ -17,0 +18,0 @@ authTokenHandler.init({ |
{ | ||
"name": "node-express-woodevice", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "", | ||
@@ -22,2 +22,2 @@ "main": "index.js", | ||
} | ||
} | ||
} |
5526
158