@chat21/chat21-web-widget 5.0.44-rc.1 → 5.0.44

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": "@chat21/chat21-web-widget",
3
3
  "author": "Tiledesk SRL",
4
- "version": "5.0.44-rc.1",
4
+ "version": "5.0.44",
5
5
  "license": "MIT License",
6
6
  "homepage": "https://www.tiledesk.com",
7
7
  "repository": {
@@ -1058,8 +1058,8 @@ class Chat21Client {
1058
1058
  }
1059
1059
 
1060
1060
  function isBrowser() {
1061
- // return true;
1062
- return false;
1061
+ return true;
1062
+ // return false;
1063
1063
  }
1064
1064
 
1065
1065
  export { Chat21Client }; // Browser