advaisor-chatbot 1.8.0 → 1.10.0

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.
@@ -2695,7 +2695,7 @@ Please report this to https://github.com/markedjs/marked.`, e) {
2695
2695
  body.innerHTML = `<div class="message bot">Loading conversation...</div>`;
2696
2696
  try {
2697
2697
  const res = await fetch(
2698
- "http://45.195.82.92:2002/customer/user_session_chats",
2698
+ "https://pat.echnotek.com:2002/customer/user_session_chats",
2699
2699
  {
2700
2700
  method: "POST",
2701
2701
  headers: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "advaisor-chatbot",
3
- "version": "1.8.0",
3
+ "version": "1.10.0",
4
4
  "description": "Embeddable chatbot component",
5
5
  "main": "dist/testchatbot.js",
6
6
  "scripts": {