@helllo-ai/agent-chat-widget 0.1.12 → 0.1.14

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.
@@ -273,7 +273,7 @@
273
273
  } else if (apiBase.startsWith('wss://')) {
274
274
  apiBase = apiBase.replace(/^wss/, 'https')
275
275
  }
276
- const endpoint = `${apiBase}/api/v1/agents/text-chat/customer-info`
276
+ const endpoint = `${apiBase}/api/v1/agent-voice/agents/text-chat/customer-info`
277
277
 
278
278
  try {
279
279
  const response = await fetch(endpoint, {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@helllo-ai/agent-chat-widget",
3
- "version": "0.1.12",
3
+ "version": "0.1.14",
4
4
  "description": "Bot Swarm Agent Chat Widget - Embeddable chat widget for AI agents",
5
5
  "main": "agent-chat.latest.js",
6
6
  "files": [
@@ -26,16 +26,6 @@
26
26
  "bugs": {
27
27
  "url": "https://github.com/bot-swarm/agent-chat-widget/issues"
28
28
  },
29
- "scripts": {
30
- "build": "node build.js",
31
- "build:staging": "node build.js --staging",
32
- "build:prod": "node build.js --prod",
33
- "version:patch": "npm version patch",
34
- "version:minor": "npm version minor",
35
- "version:major": "npm version major",
36
- "publish:public": "npm publish --access public",
37
- "publish:staging": "npm publish --tag staging --access public"
38
- },
39
29
  "unpkg": "agent-chat.latest.js",
40
30
  "jsdelivr": "agent-chat.latest.js"
41
31
  }