@marketrix.ai/widget 1.1.13 → 1.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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -28,7 +28,7 @@ Add the widget to your HTML page using a script tag:
28
28
 
29
29
  ```html
30
30
  <script
31
- src="https://cdn.marketrix.io/widget/index.mjs"
31
+ src="https://storage.marketrix.ai/widget/index.mjs"
32
32
  mtx-ai-host="https://agent.marketrix.ai"
33
33
  mtx-api-host="https://api.marketrix.ai"
34
34
  mtx-id="your-marketrix-id"
@@ -42,7 +42,7 @@ For development/testing with direct agent and connection IDs:
42
42
 
43
43
  ```html
44
44
  <script
45
- src="https://cdn.marketrix.io/widget/dev/index.mjs"
45
+ src="https://storage.marketrix.ai/widget/dev/index.mjs"
46
46
  mtx-ai-host="https://agent.marketrix.ai"
47
47
  mtx-api-host="https://api.marketrix.ai"
48
48
  mtx-app="YOUR_CONNECTION_ID"
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",