@chat21/chat21-ionic 3.0.107-rc.9 → 3.0.107

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/CHANGELOG.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # chat21-ionic ver 3.0
2
2
 
3
+ ### 3.0.107 in PROD
4
+
3
5
  ### 3.0.107.rc.9
4
6
  - changed: whatsapp api url
5
7
  - changed: whatsapp template params removed if array is empty
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@chat21/chat21-ionic",
3
3
  "author": "Tiledesk SRL",
4
- "version": "3.0.107-rc.9",
4
+ "version": "3.0.107",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://tiledesk.com/",
7
7
  "repository": {
@@ -33,7 +33,7 @@ export class InfoSupportGroupComponent implements OnInit {
33
33
 
34
34
  onLoad(iframe){
35
35
  let styleData = this.appStorageService.getItem('style')
36
- console.log('[InfoSupportGroupComponent] styleeeeee', styleData)
36
+ this.logger.log('[InfoSupportGroupComponent] styleeeeee', styleData)
37
37
  if(styleData && styleData !== 'undefined'){
38
38
  this.loadStyle(JSON.parse(styleData))
39
39
  }