@tiledesk/tiledesk-tybot-connector 0.2.138-rc1 → 0.2.138-rc2

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.
Files changed (2) hide show
  1. package/index.js +1 -1
  2. package/package.json +1 -1
package/index.js CHANGED
@@ -609,7 +609,7 @@ router.post('/block/:project_id/:bot_id/:block_id', async (req, res) => {
609
609
 
610
610
  async function startApp(settings, completionCallback) {
611
611
  console.log("Starting Tilebot...");
612
- //console.log("Starting Tilebot with Settings:", settings);
612
+ console.log("Starting Tilebot with Settings:", settings);
613
613
  if (settings.bots) { // static bots data source
614
614
  staticBots = settings.bots;
615
615
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-tybot-connector",
3
- "version": "0.2.138-rc1",
3
+ "version": "0.2.138-rc2",
4
4
  "description": "Tiledesk Tybot connector",
5
5
  "main": "index.js",
6
6
  "scripts": {