@tiledesk/tiledesk-server 2.4.11 → 2.4.12

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-server",
3
3
  "description": "The Tiledesk server module",
4
- "version": "2.4.11",
4
+ "version": "2.4.12",
5
5
  "scripts": {
6
6
  "start": "node ./bin/www",
7
7
  "pretest": "mongodb-runner start",
@@ -44,7 +44,7 @@
44
44
  "@tiledesk/tiledesk-kaleyra-proxy": "^0.1.7",
45
45
  "@tiledesk/tiledesk-messenger-connector": "0.1.9",
46
46
  "@tiledesk/tiledesk-rasa-connector": "^1.0.10",
47
- "@tiledesk/tiledesk-tybot-connector": "^0.1.78",
47
+ "@tiledesk/tiledesk-tybot-connector": "^0.1.79",
48
48
  "@tiledesk/tiledesk-whatsapp-connector": "^0.1.48",
49
49
  "amqplib": "^0.5.5",
50
50
  "app-root-path": "^3.0.0",
@@ -337,7 +337,7 @@ function listen() {
337
337
  setImmediate(() => {
338
338
  winston.debug("reconnect faqbot.update")
339
339
  publish(exchange, "faqbot_update", Buffer.from(JSON.stringify(bot)));
340
- winston.info("reconnect: "+ Buffer.from(JSON.stringify(bot)))
340
+ winston.debug("reconnect: "+ Buffer.from(JSON.stringify(bot)))
341
341
  });
342
342
  });
343
343
 
@@ -181,7 +181,7 @@ function work(msg, cb) {
181
181
  authEvent.emit('project_user.update.queue.pubsub', JSON.parse(message_string));
182
182
  }
183
183
  if (topic === 'faqbot_update') {
184
- winston.info("reconnectfanout here topic faqbot_update:" + topic);
184
+ winston.debug("reconnectfanout here topic faqbot_update:" + topic);
185
185
  botEvent.emit('faqbot.update.queue.pubsub', JSON.parse(message_string));
186
186
  }
187
187
  cb(true);
@@ -254,7 +254,7 @@ function listen() {
254
254
  setImmediate(() => {
255
255
  winston.debug("reconnect faqbot.update")
256
256
  publish(exchange, "faqbot_update", Buffer.from(JSON.stringify(bot)));
257
- winston.info("reconnect fan: "+ Buffer.from(JSON.stringify(bot)))
257
+ winston.debug("reconnect fan: "+ Buffer.from(JSON.stringify(bot)))
258
258
  });
259
259
  });
260
260