@hexabot-ai/api 3.2.0-alpha.0 → 3.2.1-alpha.0
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/static/assets/{cssMode-B4TecieE.js → cssMode-CMCoflUW.js} +1 -1
- package/dist/static/assets/{freemarker2-BVMU7I_j.js → freemarker2-xrKobLW0.js} +1 -1
- package/dist/static/assets/{handlebars-BHhJ0REg.js → handlebars-B001x0dl.js} +1 -1
- package/dist/static/assets/{html-C0xYW7UH.js → html-HBIKRg6X.js} +1 -1
- package/dist/static/assets/{htmlMode-DKBoSSUf.js → htmlMode-D_O4-Va4.js} +1 -1
- package/dist/static/assets/{index-Q16skETC.js → index-Ca-L_Bhg.js} +2065 -2065
- package/dist/static/assets/{javascript-BmG42Qtz.js → javascript-BtGFPGHv.js} +1 -1
- package/dist/static/assets/{jsonMode-COpdryGy.js → jsonMode-Cgpaamyt.js} +1 -1
- package/dist/static/assets/{liquid-t7wU_We6.js → liquid-NlTZnkhA.js} +1 -1
- package/dist/static/assets/{lspLanguageFeatures-nYoOHLBU.js → lspLanguageFeatures-CxA7MNHw.js} +1 -1
- package/dist/static/assets/{mdx-CXAOQEUW.js → mdx-CO_P9sLj.js} +1 -1
- package/dist/static/assets/{python-CnD9oLZg.js → python-p9cJ1T8V.js} +1 -1
- package/dist/static/assets/{razor-D1-qfmFa.js → razor-b6daQ7Gs.js} +1 -1
- package/dist/static/assets/{tsMode-Dm0heYbf.js → tsMode-qFS4LhFG.js} +1 -1
- package/dist/static/assets/{typescript-DSKhH6ZE.js → typescript-CVF7hkOS.js} +1 -1
- package/dist/static/assets/{xml-CzpJrCkR.js → xml-3_BTeML3.js} +1 -1
- package/dist/static/assets/{yaml-Bby4uDCt.js → yaml-CdBNONt5.js} +1 -1
- package/dist/static/index.html +1 -1
- package/dist/static/locales/en/translation.json +12 -2
- package/dist/static/locales/fr/translation.json +12 -2
- package/package.json +5 -5
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hexabot-ai/api",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "3.2.
|
|
4
|
+
"version": "3.2.1-alpha.0",
|
|
5
5
|
"description": "Hexabot is a solution for creating and managing chatbots across multiple channels, leveraging AI for advanced conversational capabilities. It provides a user-friendly interface for building, training, and deploying chatbots with integrated support for various messaging platforms.",
|
|
6
6
|
"author": "Hexastack",
|
|
7
7
|
"license": "FCL-1.0-ALv2",
|
|
@@ -90,8 +90,8 @@
|
|
|
90
90
|
"uuid": "^9.0.1",
|
|
91
91
|
"yaml": "^2.5.0",
|
|
92
92
|
"zod": "^4.3.6",
|
|
93
|
-
"@hexabot-ai/
|
|
94
|
-
"@hexabot-ai/
|
|
93
|
+
"@hexabot-ai/types": "3.0.1-alpha.0",
|
|
94
|
+
"@hexabot-ai/agentic": "3.1.1-alpha.0"
|
|
95
95
|
},
|
|
96
96
|
"devDependencies": {
|
|
97
97
|
"@compodoc/compodoc": "^1.1.31",
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"tsconfig-paths": "^4.2.0",
|
|
140
140
|
"tsconfig-paths-jest": "^0.0.1",
|
|
141
141
|
"typescript": "^5.1.3",
|
|
142
|
-
"@hexabot-ai/frontend": "3.2.
|
|
142
|
+
"@hexabot-ai/frontend": "3.2.1-alpha.0"
|
|
143
143
|
},
|
|
144
144
|
"optionalDependencies": {
|
|
145
145
|
"@css-inline/css-inline-linux-arm64-musl": "^0.14.1",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
}
|
|
178
178
|
},
|
|
179
179
|
"engines": {
|
|
180
|
-
"node": "^20.
|
|
180
|
+
"node": "^20.19.0"
|
|
181
181
|
},
|
|
182
182
|
"scripts": {
|
|
183
183
|
"dev": "pnpm run start:dev",
|