@hexabot-ai/api 3.2.6 → 3.2.7
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/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.7",
|
|
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",
|
|
@@ -93,8 +93,8 @@
|
|
|
93
93
|
"typeorm": "^0.3.29",
|
|
94
94
|
"yaml": "^2.8.3",
|
|
95
95
|
"zod": "^4.3.6",
|
|
96
|
-
"@hexabot-ai/
|
|
97
|
-
"@hexabot-ai/
|
|
96
|
+
"@hexabot-ai/agentic": "3.1.7",
|
|
97
|
+
"@hexabot-ai/types": "3.0.7"
|
|
98
98
|
},
|
|
99
99
|
"devDependencies": {
|
|
100
100
|
"@compodoc/compodoc": "^1.2.1",
|
|
@@ -144,13 +144,15 @@
|
|
|
144
144
|
"tsconfig-paths": "^4.2.0",
|
|
145
145
|
"tsconfig-paths-jest": "^0.0.1",
|
|
146
146
|
"typescript": "^5.8.3",
|
|
147
|
-
"@hexabot-ai/frontend": "3.2.
|
|
147
|
+
"@hexabot-ai/frontend": "3.2.7"
|
|
148
148
|
},
|
|
149
149
|
"optionalDependencies": {
|
|
150
150
|
"@css-inline/css-inline-linux-arm64-musl": "^0.14.1",
|
|
151
|
+
"@css-inline/css-inline-linux-x64-musl": "^0.14.1",
|
|
151
152
|
"@resvg/resvg-js-darwin-arm64": "^2.6.2",
|
|
152
153
|
"@resvg/resvg-js-linux-arm64-musl": "^2.6.2",
|
|
153
154
|
"@resvg/resvg-js-linux-x64-gnu": "2.6.2",
|
|
155
|
+
"@resvg/resvg-js-linux-x64-musl": "^2.6.2",
|
|
154
156
|
"@resvg/resvg-js-win32-x64-msvc": "2.6.2"
|
|
155
157
|
},
|
|
156
158
|
"jest": {
|
|
@@ -212,7 +214,7 @@
|
|
|
212
214
|
}
|
|
213
215
|
},
|
|
214
216
|
"engines": {
|
|
215
|
-
"node": "^
|
|
217
|
+
"node": "^24.17.0"
|
|
216
218
|
},
|
|
217
219
|
"scripts": {
|
|
218
220
|
"dev": "pnpm run start:dev",
|