@gengage/assistant-fe 0.4.8 → 0.4.10
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/chat/components/FloatingLauncher.d.ts +79 -0
- package/dist/chat/index.d.ts +2 -0
- package/dist/chat/runtime.d.ts +1 -0
- package/dist/chat/types.d.ts +9 -0
- package/dist/chat-runtime.js +7 -7
- package/dist/chat.iife.js +313 -30
- package/dist/chat.js +9 -8
- package/dist/common/overlay.d.ts +2 -0
- package/dist/{common-c-awF96O.js → common-CKbrDUKx.js} +1 -1
- package/dist/common.js +3 -3
- package/dist/index.d.ts +1 -1
- package/dist/index.js +7 -7
- package/dist/{native-webview-C_PmKnzm.js → native-webview-BGpkM3T9.js} +1 -1
- package/dist/native.iife.js +301 -18
- package/dist/native.js +1 -1
- package/dist/{overlay-DJ1ZRMfI.js → overlay-DXdWi-GM.js} +1 -1
- package/dist/overlay.js +1 -1
- package/dist/{runtime-BlYMjp2f.js → runtime-CIfT45il.js} +2982 -2537
- package/package.json +2 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gengage/assistant-fe",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.10",
|
|
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",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"n11comPLP": "npm run dev -- n11comPLP --sku=726304379",
|
|
102
102
|
"hepsiburadacom": "npm run dev -- hepsiburadacom --sku=HBCV00001ABCDE",
|
|
103
103
|
"yatasbeddingcomtr": "npm run dev -- yatasbeddingcomtr --sku=1066800",
|
|
104
|
+
"taccomtr": "npm run dev -- taccomtr --sku=1000050442",
|
|
104
105
|
"penticom": "npm run dev -- penticom --sku=PLNADGST22IY-BG40",
|
|
105
106
|
"flormarcomtr": "npm run dev -- flormarcomtr --sku=8682536017985",
|
|
106
107
|
"sephoracomtr": "npm run dev -- sephoracomtr --sku=769798",
|