@gengage/assistant-fe 0.3.40 → 0.3.41

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/native.js CHANGED
@@ -1,4 +1,4 @@
1
- import { a, i, n as t, r, t as s } from "./native-webview-Dxc_PMzL.js";
1
+ import { a, i, n as t, r, t as s } from "./native-webview-Blw4xXPu.js";
2
2
  export {
3
3
  s as DEFAULT_NATIVE_TRACKED_EVENTS,
4
4
  t as applyNativeSession,
@@ -12,7 +12,7 @@ import { QNAWidgetConfig } from './types.js';
12
12
  * const qna = new GengageQNA();
13
13
  * await qna.init({
14
14
  * accountId: 'mystore',
15
- * middlewareUrl: 'https://chat.gengage.ai',
15
+ * middlewareUrl: '<backend service location provided for your Gengage account>',
16
16
  * mountTarget: '#qna-section',
17
17
  * pageContext: { pageType: 'pdp', sku: '12345' },
18
18
  * session: { sessionId: bootstrapSession() },
@@ -13,7 +13,7 @@ import { SimRelWidgetConfig } from './types.js';
13
13
  * const simrel = new GengageSimRel();
14
14
  * await simrel.init({
15
15
  * accountId: 'mystore',
16
- * middlewareUrl: 'https://chat.gengage.ai',
16
+ * middlewareUrl: '<backend service location provided for your Gengage account>',
17
17
  * sku: '12345',
18
18
  * mountTarget: '#similar-products',
19
19
  * session: { sessionId: bootstrapSession() },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gengage/assistant-fe",
3
- "version": "0.3.40",
3
+ "version": "0.3.41",
4
4
  "description": "Source-available frontend widgets for Gengage AI Assistant — chat, Q&A, and similar-products. Backend is SaaS (gengage.ai).",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "type": "module",