@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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. 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(void 0, {
10504
+ return io("https://api.agient.dev", {
10505
10505
  autoConnect: !1,
10506
10506
  auth: {
10507
10507
  apiKey: t,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agient/chatbot",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "An AI chatbot that will perform actions on the behalf of users to help them get things done",
5
5
  "license": "MIT",
6
6
  "homepage": "https://agient.dev",