@marketrix.ai/widget 1.1.38 → 1.1.42

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 +3 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -255,7 +255,7 @@ javascript: (function () {
255
255
  var s = document.createElement('script');
256
256
  s.src = 'http://localhost:5174/index.mjs';
257
257
  s.setAttribute('mtx-api-host', 'https://api.marketrix.ai');
258
- s.setAttribute('mtx-app', 'YOUR_CONNECTION_ID');
258
+ s.setAttribute('mtx-app', 'YOUR_APPLICATION_ID');
259
259
  s.setAttribute('mtx-agent', 'YOUR_AGENT_ID');
260
260
  document.head.appendChild(s);
261
261
  })();
@@ -276,7 +276,7 @@ javascript: (function () {
276
276
  var s = document.createElement('script');
277
277
  s.src = 'https://localhost:5174/index.mjs';
278
278
  s.setAttribute('mtx-api-host', 'https://api.marketrix.ai');
279
- s.setAttribute('mtx-app', 'YOUR_CONNECTION_ID');
279
+ s.setAttribute('mtx-app', 'YOUR_APPLICATION_ID');
280
280
  s.setAttribute('mtx-agent', 'YOUR_AGENT_ID');
281
281
  document.head.appendChild(s);
282
282
  })();
@@ -351,7 +351,7 @@ widget/
351
351
  │ │ ├── ConfigManager.ts
352
352
  │ │ ├── DevTestService.ts
353
353
  │ │ ├── DomService.ts
354
- │ │ ├── IntegrationService.ts
354
+ │ │ ├── WidgetService.ts
355
355
  │ │ ├── ScreenShareService.ts
356
356
  │ │ ├── SessionManager.ts
357
357
  │ │ ├── SessionRecorder.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@marketrix.ai/widget",
3
- "version": "1.1.38",
3
+ "version": "1.1.42",
4
4
  "type": "module",
5
5
  "main": "./dist/index.mjs",
6
6
  "module": "./dist/index.mjs",