@agient/chatbot 1.0.1 → 1.0.2
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/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -10501,7 +10501,7 @@ class AgientProvider {
|
|
|
10501
10501
|
return localStorage.setItem(WIDGET_SESSION_ID_LOCAL_STORAGE_KEY, r), r;
|
|
10502
10502
|
}
|
|
10503
10503
|
createSocket(t, r) {
|
|
10504
|
-
return io(
|
|
10504
|
+
return io("https://api.agient.dev", {
|
|
10505
10505
|
autoConnect: !1,
|
|
10506
10506
|
auth: {
|
|
10507
10507
|
apiKey: t,
|
package/package.json
CHANGED