innogy-smarthome-lib
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -25,3 +25,3 @@ const jsonfile = require('jsonfile'); | ||
var postOptions = { | ||
host: 'api.services-smarthome.de', | ||
host: 'auth.services-smarthome.de', | ||
path: oAuthConfig.auth.tokenPath, | ||
@@ -88,3 +88,3 @@ method: 'POST', | ||
var postOptions = { | ||
host: 'api.services-smarthome.de', | ||
host: 'auth.services-smarthome.de', | ||
path: oAuthConfig.auth.tokenPath, | ||
@@ -91,0 +91,0 @@ method: 'POST', |
{ | ||
"name": "innogy-smarthome-lib", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "JavaScript library for the Innogy SmartHome system", | ||
@@ -25,12 +25,12 @@ "main": "./lib/smarthome", | ||
"dependencies": { | ||
"async-lock": "^1.2.0", | ||
"bluebird": "^3.5.4", | ||
"express": "^4.16.4", | ||
"async-lock": "^1.2.4", | ||
"bluebird": "^3.7.2", | ||
"express": "^4.17.1", | ||
"jsonfile": "^5.0.0", | ||
"md5": "^2.2.1", | ||
"request": "^2.88.0", | ||
"request-promise": "^4.2.4", | ||
"request": "^2.88.2", | ||
"request-promise": "^4.2.5", | ||
"ws": "^6.2.1", | ||
"xml2js": "^0.4.19" | ||
"xml2js": "^0.4.23" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
66339
Updatedasync-lock@^1.2.4
Updatedbluebird@^3.7.2
Updatedexpress@^4.17.1
Updatedrequest@^2.88.2
Updatedrequest-promise@^4.2.5
Updatedxml2js@^0.4.23