Comparing version 0.2.6 to 0.2.7
@@ -97,3 +97,3 @@ (function (global, factory) { | ||
this.mqtt.on('connect', function () { | ||
_this.log.info("ApplicationClient Connected : " + config.org); | ||
_this.log.info("ApplicationClient Connected"); | ||
_this.isConnected = true; | ||
@@ -100,0 +100,0 @@ |
{ | ||
"name": "ibmiotf", | ||
"version": "0.2.6", | ||
"version": "0.2.7", | ||
"description": "A library for developing device and application clients for IBM Internet of Things Foundation", | ||
@@ -5,0 +5,0 @@ "main": "dist/iotf-client.js", |
@@ -62,3 +62,3 @@ /** | ||
this.mqtt.on('connect', () => { | ||
this.log.info("ApplicationClient Connected : " + config.org); | ||
this.log.info("ApplicationClient Connected"); | ||
this.isConnected = true; | ||
@@ -65,0 +65,0 @@ |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
22145
1166873