alicezetion 1.8.8 → 1.8.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -244,9 +244,7 @@ function listenMqtt(defaultFuncs, api, ctx, globalCallback) {
244
244
  }
245
245
 
246
246
  });
247
- mqttClient.on('close', function () {
248
- globalCallback("Connection closed.");
249
- });
247
+
250
248
  }
251
249
 
252
250
  function parseDelta(defaultFuncs, api, ctx, globalCallback, v) {
@@ -851,4 +849,4 @@ module.exports = function (defaultFuncs, api, ctx) {
851
849
  api.stopListeningAsync = msgEmitter.stopListeningAsync;
852
850
  return msgEmitter;
853
851
  };
854
- };
852
+ };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "alicezetion",
3
- "version": "1.8.8",
3
+ "version": "1.8.9",
4
4
  "description": "",
5
5
  "scripts": {
6
6
  "start": "node index.js"