@tiledesk/tiledesk-voice-twilio-connector 0.1.7 → 0.1.8

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@tiledesk/tiledesk-voice-twilio-connector",
3
- "version": "0.1.7",
3
+ "version": "0.1.8",
4
4
  "description": "Tiledesk VOICE Twilio connector",
5
5
  "license": "MIT",
6
6
  "author": "Gabriele Panico",
@@ -67,7 +67,7 @@
67
67
  <div class="header-content">
68
68
  <div class="logo-title">
69
69
  <div class="logo-container">
70
- <img src="https://raw.githubusercontent.com/gab-95/images-host/main/sms.png" width="60px" height="60px">
70
+ <img src="https://raw.githubusercontent.com/gab-95/images-host/main/voice-twilio-icon.png" width="60px" height="60px">
71
71
  </div>
72
72
  <div class="title-version">
73
73
  <p class="title">VOICE Twilio Connector</p>
package/winston.js CHANGED
@@ -1,6 +1,6 @@
1
1
  var appRoot = require('app-root-path');
2
2
  var winston = require('winston');
3
- var level = process.env.VOICE_LOG || 'info';
3
+ var level = process.env.VOICE_TWILIO_LOG || 'info';
4
4
 
5
5
  var options = {
6
6
  file: {