@gengage/assistant-fe 0.3.28 → 0.3.30
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/index.d.ts +2 -0
- package/dist/chat/types.d.ts +5 -1
- package/dist/{chat-DaFZJmwK.js → chat-UW5ehg3c.js} +1906 -1879
- package/dist/chat.iife.js +24 -24
- package/dist/chat.js +1 -1
- package/dist/common/css-escape.d.ts +1 -0
- package/dist/common/native-webview.d.ts +1 -1
- package/dist/common/overlay.d.ts +11 -0
- package/dist/{common-CYirxrL9.js → common-BoIbki4T.js} +2 -2
- package/dist/common.js +4 -4
- package/dist/index.js +6 -6
- package/dist/{native-webview-CO5A74dl.js → native-webview-BJnxcEnn.js} +29 -21
- package/dist/native.iife.js +18 -18
- package/dist/native.js +1 -1
- package/dist/{qna-D33BNaWd.js → qna-R1-EoKwH.js} +1 -1
- package/dist/qna.iife.js +21 -21
- package/dist/qna.js +1 -1
- package/dist/{schemas-DJ1qbfi8.js → schemas-BG_cvFvP.js} +6 -16
- package/dist/{simrel-DstZ5m2H.js → simrel-BREHamN-.js} +1 -1
- package/dist/simrel.iife.js +12 -12
- package/dist/simrel.js +1 -1
- package/package.json +5 -3
package/dist/simrel.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@gengage/assistant-fe",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.30",
|
|
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",
|
|
@@ -86,8 +86,10 @@
|
|
|
86
86
|
"lint:fix": "eslint src --fix",
|
|
87
87
|
"format": "prettier --write \"src/**/*.{ts,tsx,css}\" \"catalog/**/*.{ts,tsx,css,js,html}\" \"demos/**/*.{ts,tsx,css,js,html}\" \"tests/**/*.ts\" \"scripts/**/*.ts\" && eslint src --fix && npm run typecheck && npm run typecheck:catalog",
|
|
88
88
|
"test": "vitest run",
|
|
89
|
-
"test:
|
|
89
|
+
"test:ai-top-picks": "vitest run tests/ai-top-picks.test.ts",
|
|
90
|
+
"test:choice-prompter": "vitest run tests/choice-prompter.test.ts",
|
|
90
91
|
"test:e2e": "playwright test --project=chromium",
|
|
92
|
+
"test:all": "npm run format && npm test && npm run test:e2e",
|
|
91
93
|
"test:e2e:fullstack": "playwright test --project=full-stack",
|
|
92
94
|
"docs:dev": "vitepress dev docs",
|
|
93
95
|
"docs:build": "vitepress build docs",
|
|
@@ -124,7 +126,7 @@
|
|
|
124
126
|
}
|
|
125
127
|
},
|
|
126
128
|
"dependencies": {
|
|
127
|
-
"@json-render/core": "^0.
|
|
129
|
+
"@json-render/core": "^0.18.0",
|
|
128
130
|
"zod": "^4.3.6"
|
|
129
131
|
},
|
|
130
132
|
"gengage": {
|